Skip to content

Commit

Permalink
chore: Publish v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 25, 2024
1 parent 7d50b54 commit ee30e10
Show file tree
Hide file tree
Showing 21 changed files with 117 additions and 114 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## <small>2.2.2 (2024-04-25)</small>


## <small>2.2.1 (2024-04-25)</small>


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.2.1",
"version": "2.2.2",
"npmClient": "npm",
"command": {
"version": {
Expand Down
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/admin-ui-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui-plugin",
"version": "2.2.1",
"version": "2.2.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -21,9 +21,9 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@vendure/admin-ui": "^2.2.1",
"@vendure/common": "^2.2.1",
"@vendure/core": "^2.2.1",
"@vendure/admin-ui": "^2.2.2",
"@vendure/common": "^2.2.2",
"@vendure/core": "^2.2.2",
"express": "^4.18.3",
"rimraf": "^5.0.5",
"typescript": "5.4.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/admin-ui",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@ng-select/ng-select": "^12.0.7",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@vendure/common": "^2.2.1",
"@vendure/common": "^2.2.2",
"@webcomponents/custom-elements": "^1.6.0",
"apollo-angular": "^6.0.0",
"apollo-upload-client": "^18.0.1",
Expand Down
Loading

0 comments on commit ee30e10

Please sign in to comment.