Skip to content

Commit

Permalink
chore: Pre-release v2.0.0-next.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 21, 2022
1 parent dcfe663 commit a47a8bb
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 45 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.0.0-next.9 (2022-06-21)


#### Features

* **core** Implement AssetImportStrategy, enable asset import from urls ([75653ae](https://github.com/vendure-ecommerce/vendure/commit/75653ae))
* **core** Support save points (nested transactions) (#1579) ([9813d11](https://github.com/vendure-ecommerce/vendure/commit/9813d11)), closes [#1579](https://github.com/vendure-ecommerce/vendure/issues/1579)

#### Fixes

* **core** Introduced errorOnFail flag for job.updates() method (#1627) ([464924c](https://github.com/vendure-ecommerce/vendure/commit/464924c)), closes [#1627](https://github.com/vendure-ecommerce/vendure/issues/1627) [#1551](https://github.com/vendure-ecommerce/vendure/issues/1551)


### BREAKING CHANGE

* (TypeORM): Due to an update of the TypeORM version, there is a potential breaking change if you make use of TypeORM's soft-remove feature in combination with listeners/subscribers. Namely, update listeners and subscriber no longer triggered by soft-remove and recover (https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md#0242-2022-02-16). This is not used in Vendure core and is a relatively obscure edge-case.
## 2.0.0-next.8 (2022-06-12)

Includes all fixes from v1.6.2
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.0.0-next.8",
"version": "2.0.0-next.9",
"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-next.8",
"version": "2.0.0-next.9",
"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-next.8",
"@vendure/core": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"@vendure/core": "^2.0.0-next.9",
"express": "^4.17.1",
"rimraf": "^3.0.2",
"typescript": "4.5.5"
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.0.0-next.8",
"version": "2.0.0-next.9",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@ng-select/ng-select": "^8.1.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@vendure/common": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"@webcomponents/custom-elements": "^1.4.3",
"apollo-angular": "^3.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-next.8';
export const ADMIN_UI_VERSION = '2.0.0-next.9';
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-next.8",
"version": "2.0.0-next.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -24,8 +24,8 @@
"@types/fs-extra": "^9.0.8",
"@types/node-fetch": "^2.5.8",
"@types/sharp": "^0.29.5",
"@vendure/common": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"@vendure/core": "^2.0.0-next.9",
"aws-sdk": "^2.856.0",
"express": "^4.17.1",
"node-fetch": "^2.6.7",
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-next.8",
"version": "2.0.0-next.9",
"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-next.8",
"version": "2.0.0-next.9",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@nestjs/testing": "8.3.1",
"@nestjs/typeorm": "8.0.3",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"apollo-server-express": "3.6.3",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/create",
"version": "2.0.0-next.8",
"version": "2.0.0-next.9",
"license": "MIT",
"bin": {
"create": "./index.js"
Expand Down Expand Up @@ -28,13 +28,13 @@
"@types/handlebars": "^4.1.0",
"@types/listr": "^0.14.2",
"@types/semver": "^6.2.2",
"@vendure/core": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.9",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "4.5.5"
},
"dependencies": {
"@vendure/common": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"cross-spawn": "^7.0.3",
Expand Down
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-next.8",
"version": "2.0.0-next.9",
"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-next.8",
"@vendure/asset-server-plugin": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.8",
"@vendure/elasticsearch-plugin": "^2.0.0-next.8",
"@vendure/email-plugin": "^2.0.0-next.8",
"@vendure/admin-ui-plugin": "^2.0.0-next.9",
"@vendure/asset-server-plugin": "^2.0.0-next.9",
"@vendure/common": "^2.0.0-next.9",
"@vendure/core": "^2.0.0-next.9",
"@vendure/elasticsearch-plugin": "^2.0.0-next.9",
"@vendure/email-plugin": "^2.0.0-next.9",
"typescript": "4.5.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^2.0.0-next.8",
"@vendure/ui-devkit": "^2.0.0-next.8",
"@vendure/testing": "^2.0.0-next.9",
"@vendure/ui-devkit": "^2.0.0-next.9",
"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-next.8",
"version": "2.0.0-next.9",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@vendure/common": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"@vendure/core": "^2.0.0-next.9",
"rimraf": "^3.0.2",
"typescript": "4.5.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-next.8",
"version": "2.0.0-next.9",
"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-next.8",
"@vendure/core": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"@vendure/core": "^2.0.0-next.9",
"rimraf": "^3.0.2",
"typescript": "4.5.5"
}
Expand Down
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-next.8",
"version": "2.0.0-next.9",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"devDependencies": {
"@google-cloud/pubsub": "^2.8.0",
"@types/ioredis": "^4.28.8",
"@vendure/common": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"@vendure/core": "^2.0.0-next.9",
"bullmq": "^1.74.3",
"redis": "^3.0.2",
"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-next.8",
"version": "2.0.0-next.9",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand Down Expand Up @@ -28,9 +28,9 @@
"devDependencies": {
"@mollie/api-client": "^3.6.0",
"@types/braintree": "^2.22.15",
"@vendure/common": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.8",
"@vendure/testing": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"@vendure/core": "^2.0.0-next.9",
"@vendure/testing": "^2.0.0-next.9",
"braintree": "^3.0.0",
"nock": "^13.1.4",
"rimraf": "^3.0.2",
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-next.8",
"version": "2.0.0-next.9",
"description": "End-to-end testing tools for Vendure projects",
"keywords": [
"vendure",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@types/node-fetch": "^2.5.4",
"@vendure/common": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.9",
"faker": "^4.1.0",
"form-data": "^3.0.0",
"graphql": "16.3.0",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.9",
"mysql": "^2.18.1",
"pg": "^8.4.0",
"rimraf": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/ui-devkit",
"version": "2.0.0-next.8",
"version": "2.0.0-next.9",
"description": "A library for authoring Vendure Admin UI extensions",
"keywords": [
"vendure",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@angular/cli": "13.2.4",
"@angular/compiler": "13.2.3",
"@angular/compiler-cli": "13.2.3",
"@vendure/admin-ui": "^2.0.0-next.8",
"@vendure/common": "^2.0.0-next.8",
"@vendure/admin-ui": "^2.0.0-next.9",
"@vendure/common": "^2.0.0-next.9",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"fs-extra": "^10.0.0",
Expand All @@ -52,7 +52,7 @@
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/fs-extra": "^9.0.8",
"@types/glob": "^7.1.3",
"@vendure/core": "^2.0.0-next.8",
"@vendure/core": "^2.0.0-next.9",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit a47a8bb

Please sign in to comment.