Skip to content

Commit

Permalink
chore: Publish v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Dec 4, 2024
1 parent c005750 commit 9d7e367
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 @@
## 3.1.0 (2024-12-04)


## 3.1.0-next.4 (2024-12-03)


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": "3.1.0-next.4",
"version": "3.1.0",
"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": "3.1.0-next.4",
"version": "3.1.0",
"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": "3.1.0-next.4",
"@vendure/common": "3.1.0-next.4",
"@vendure/core": "3.1.0-next.4",
"@vendure/admin-ui": "^3.1.0",
"@vendure/common": "^3.1.0",
"@vendure/core": "^3.1.0",
"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": "3.1.0-next.4",
"version": "3.1.0",
"license": "GPL-3.0-or-later",
"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": "3.1.0-next.4",
"@vendure/common": "^3.1.0",
"@webcomponents/custom-elements": "^1.6.0",
"apollo-angular": "^6.0.0",
"apollo-upload-client": "^18.0.1",
Expand Down
Loading

0 comments on commit 9d7e367

Please sign in to comment.