Skip to content

Commit

Permalink
chore: Publish v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 7, 2023
1 parent d1c71ac commit 302bd68
Show file tree
Hide file tree
Showing 18 changed files with 125 additions and 92 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## 2.0.0 (2023-06-07)


#### Fixes

* **admin-ui** Clear data table selection on channel change ([34c69ba](https://github.com/vendure-ecommerce/vendure/commit/34c69ba))
* **admin-ui** Correctly init channel switcher ([7e5e5d5](https://github.com/vendure-ecommerce/vendure/commit/7e5e5d5))
* **admin-ui** Fix import paths ([6c33f3f](https://github.com/vendure-ecommerce/vendure/commit/6c33f3f))
* **admin-ui** Fix issue with failed login caused by localstorage change ([c96417f](https://github.com/vendure-ecommerce/vendure/commit/c96417f)), closes [#2207](https://github.com/vendure-ecommerce/vendure/issues/2207)
* **admin-ui** Fix routing & display of aggregate orders ([4baaa39](https://github.com/vendure-ecommerce/vendure/commit/4baaa39))
* **admin-ui** Improve display of stock location description ([f90b244](https://github.com/vendure-ecommerce/vendure/commit/f90b244))
* **admin-ui** Small fixes ([9f3763f](https://github.com/vendure-ecommerce/vendure/commit/9f3763f))
* **core** Correctly assign StockLocations to channels ([4b8fe04](https://github.com/vendure-ecommerce/vendure/commit/4b8fe04))
* **core** Correctly save OrderLine shippingLineId ([f703e06](https://github.com/vendure-ecommerce/vendure/commit/f703e06))

#### Features

* **admin-ui** Add channel operations for ShippingMethod & PaymentMethod ([12749d2](https://github.com/vendure-ecommerce/vendure/commit/12749d2))
* **admin-ui** Add default language/currency to Channel detail ([8ba910e](https://github.com/vendure-ecommerce/vendure/commit/8ba910e))
* **admin-ui** Add ui for multiple prices per variant ([58765a8](https://github.com/vendure-ecommerce/vendure/commit/58765a8))
* **admin-ui** Allow filtering order list by type ([a291be0](https://github.com/vendure-ecommerce/vendure/commit/a291be0))
* **admin-ui** Create list/detail components for StockLocation ([dce73e4](https://github.com/vendure-ecommerce/vendure/commit/dce73e4))
* **admin-ui** Enable stock location selection when creating new Product ([bb74140](https://github.com/vendure-ecommerce/vendure/commit/bb74140))
* **admin-ui** Expose provider for defining page tabs ([f97dd9d](https://github.com/vendure-ecommerce/vendure/commit/f97dd9d))
* **admin-ui** Implement bulk actions for StockLocations ([650aff3](https://github.com/vendure-ecommerce/vendure/commit/650aff3))
* **admin-ui** Implement refresh for metrics chart widget ([fa79590](https://github.com/vendure-ecommerce/vendure/commit/fa79590))
* **admin-ui** Set page titles in browser tab ([fc40eb8](https://github.com/vendure-ecommerce/vendure/commit/fc40eb8))
* **core** Add channel mutations for ShippingMethod & PaymentMethod ([5878880](https://github.com/vendure-ecommerce/vendure/commit/5878880))
* **core** Implement channel mutations on StockLocation ([a1f6018](https://github.com/vendure-ecommerce/vendure/commit/a1f6018))
* **core** Implement multi-deletion of StockLocations ([3ca76b1](https://github.com/vendure-ecommerce/vendure/commit/3ca76b1))
* **core** Resolve & update product variant prices ([c15dd23](https://github.com/vendure-ecommerce/vendure/commit/c15dd23))
* **create** Improve prompts for creating new app ([d4d84fa](https://github.com/vendure-ecommerce/vendure/commit/d4d84fa))

## <small>1.9.7 (2023-05-19)</small>

#### Fixes
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.0.0-beta.3",
"version": "2.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 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.0.0-beta.3",
"version": "2.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"@types/express": "^4.17.8",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0",
"express": "^4.17.1",
"rimraf": "^3.0.2",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/package-lock.json

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

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.0.0-beta.3",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@ng-select/ng-select": "^10.0.3",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@vendure/common": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"@webcomponents/custom-elements": "^1.5.1",
"apollo-angular": "^5.0.0",
"apollo-upload-client": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/src/lib/core/src/common/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Auto-generated by the set-version.js script.
export const ADMIN_UI_VERSION = '2.0.0-beta.3';
export const ADMIN_UI_VERSION = '2.0.0';
6 changes: 3 additions & 3 deletions packages/asset-server-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/asset-server-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -27,8 +27,8 @@
"@types/fs-extra": "^9.0.8",
"@types/node-fetch": "^2.5.8",
"@types/sharp": "^0.30.4",
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0",
"express": "^4.17.1",
"node-fetch": "^2.6.7",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/common",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/core",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@nestjs/testing": "9.3.9",
"@nestjs/typeorm": "9.0.1",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"apollo-server-express": "3.6.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.19.0",
Expand Down
92 changes: 46 additions & 46 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "@vendure/create",
"version": "2.0.0-beta.3",
"license": "MIT",
"bin": {
"create": "./index.js"
},
"files": [
"index.js",
"lib/**/*",
"assets/**/*"
],
"scripts": {
"dev": "ts-node src/create-vendure-app.ts",
"copy-assets": "rimraf assets && ts-node ./build.ts",
"build": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json",
"watch": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json -w",
"lint": "eslint --fix ."
},
"homepage": "https://www.vendure.io/",
"funding": "https://github.com/sponsors/michaelbromley",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/detect-port": "^1.3.0",
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/semver": "^6.2.2",
"@vendure/core": "^2.0.0-beta.3",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"@clack/prompts": "^0.6.3",
"@vendure/common": "^2.0.0-beta.3",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
"detect-port": "^1.5.1",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.6",
"picocolors": "^1.0.0",
"semver": "^7.3.2",
"tcp-port-used": "^1.0.1"
}
"name": "@vendure/create",
"version": "2.0.0",
"license": "MIT",
"bin": {
"create": "./index.js"
},
"files": [
"index.js",
"lib/**/*",
"assets/**/*"
],
"scripts": {
"dev": "ts-node src/create-vendure-app.ts",
"copy-assets": "rimraf assets && ts-node ./build.ts",
"build": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json",
"watch": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json -w",
"lint": "eslint --fix ."
},
"homepage": "https://www.vendure.io/",
"funding": "https://github.com/sponsors/michaelbromley",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/detect-port": "^1.3.0",
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/semver": "^6.2.2",
"@vendure/core": "^2.0.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"@clack/prompts": "^0.6.3",
"@vendure/common": "^2.0.0",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
"detect-port": "^1.5.1",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.6",
"picocolors": "^1.0.0",
"semver": "^7.3.2",
"tcp-port-used": "^1.0.1"
}
}
18 changes: 9 additions & 9 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-server",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -14,18 +14,18 @@
"load-test:100k": "node -r ts-node/register load-testing/run-load-test.ts 100000"
},
"dependencies": {
"@vendure/admin-ui-plugin": "2.0.0-beta.3",
"@vendure/asset-server-plugin": "2.0.0-beta.3",
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3",
"@vendure/elasticsearch-plugin": "2.0.0-beta.3",
"@vendure/email-plugin": "2.0.0-beta.3",
"@vendure/admin-ui-plugin": "^2.0.0",
"@vendure/asset-server-plugin": "^2.0.0",
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0",
"@vendure/elasticsearch-plugin": "^2.0.0",
"@vendure/email-plugin": "^2.0.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "2.0.0-beta.3",
"@vendure/ui-devkit": "2.0.0-beta.3",
"@vendure/testing": "^2.0.0",
"@vendure/ui-devkit": "^2.0.0",
"commander": "^7.1.0",
"concurrently": "^5.0.0",
"csv-stringify": "^5.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/elasticsearch-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/elasticsearch-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0",
"rimraf": "^3.0.2",
"typescript": "4.9.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/email-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/email-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/mjml": "^4.0.4",
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0",
"rimraf": "^3.0.2",
"typescript": "4.9.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/harden-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/harden-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"graphql-query-complexity": "^0.12.0"
},
"devDependencies": {
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3"
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/job-queue-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/job-queue-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand All @@ -23,8 +23,8 @@
},
"devDependencies": {
"@google-cloud/pubsub": "^2.8.0",
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0",
"bullmq": "^3.6.1",
"ioredis": "^5.3.0",
"rimraf": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/payments-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/payments-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand Down Expand Up @@ -46,9 +46,9 @@
"@mollie/api-client": "^3.6.0",
"@types/braintree": "^2.22.15",
"@types/localtunnel": "2.0.1",
"@vendure/common": "2.0.0-beta.3",
"@vendure/core": "2.0.0-beta.3",
"@vendure/testing": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"@vendure/core": "^2.0.0",
"@vendure/testing": "^2.0.0",
"braintree": "^3.0.0",
"localtunnel": "2.0.1",
"nock": "^13.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/testing",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "End-to-end testing tools for Vendure projects",
"keywords": [
"vendure",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@types/node-fetch": "^2.5.4",
"@vendure/common": "2.0.0-beta.3",
"@vendure/common": "^2.0.0",
"faker": "^4.1.0",
"form-data": "^3.0.0",
"graphql": "16.6.0",
Expand All @@ -49,7 +49,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "2.0.0-beta.3",
"@vendure/core": "^2.0.0",
"mysql": "^2.18.1",
"pg": "^8.4.0",
"rimraf": "^3.0.0",
Expand Down
Loading

0 comments on commit 302bd68

Please sign in to comment.