Skip to content

Commit

Permalink
chore: Pre-release v2.2.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Dec 14, 2023
1 parent 01ad798 commit 3a37a1d
Show file tree
Hide file tree
Showing 21 changed files with 79 additions and 57 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.2.0-next.0 (2023-12-14)


#### Fixes

* **admin-ui** Add missing RTL compatibility to some admin-ui components (#2451) ([96eb96e](https://github.com/vendure-ecommerce/vendure/commit/96eb96e)), closes [#2451](https://github.com/vendure-ecommerce/vendure/issues/2451)
* **core** Loosen typing of custom field relation inverseSide function ([a9696c9](https://github.com/vendure-ecommerce/vendure/commit/a9696c9))
* **email-plugin** Remove unwanted currency symbols in template (#2536) ([639fa0f](https://github.com/vendure-ecommerce/vendure/commit/639fa0f)), closes [#2536](https://github.com/vendure-ecommerce/vendure/issues/2536)
* **ui-devkit** Add call to exit in sigint handler (#2558) ([bfd9281](https://github.com/vendure-ecommerce/vendure/commit/bfd9281)), closes [#2558](https://github.com/vendure-ecommerce/vendure/issues/2558)

#### Features

* **admin-ui** Add React useLazyQuery hook (#2498) ([757635b](https://github.com/vendure-ecommerce/vendure/commit/757635b)), closes [#2498](https://github.com/vendure-ecommerce/vendure/issues/2498)
* **admin-ui** Allow configuration of available locales (#2550) ([dfddf0f](https://github.com/vendure-ecommerce/vendure/commit/dfddf0f)), closes [#2550](https://github.com/vendure-ecommerce/vendure/issues/2550)
* **core** Accept `maxAge` and `expires` options in cookie config ([c903388](https://github.com/vendure-ecommerce/vendure/commit/c903388)), closes [#2518](https://github.com/vendure-ecommerce/vendure/issues/2518)
* **core** Add Missing inherit filters field in collection import (#2534) ([ef64db7](https://github.com/vendure-ecommerce/vendure/commit/ef64db7)), closes [#2534](https://github.com/vendure-ecommerce/vendure/issues/2534) [#2484](https://github.com/vendure-ecommerce/vendure/issues/2484)
* **core** Enable setting different cookie name for Shop & Admin API (#2482) ([ae91650](https://github.com/vendure-ecommerce/vendure/commit/ae91650)), closes [#2482](https://github.com/vendure-ecommerce/vendure/issues/2482)
* **elasticsearch-plugin** Provide the ctx for custom mappings (#2547) ([c5d0ea2](https://github.com/vendure-ecommerce/vendure/commit/c5d0ea2)), closes [#2547](https://github.com/vendure-ecommerce/vendure/issues/2547)
* **email-plugin** Multiple currency support in formatMoney helper (#2531) ([ccf17fb](https://github.com/vendure-ecommerce/vendure/commit/ccf17fb)), closes [#2531](https://github.com/vendure-ecommerce/vendure/issues/2531)
* **job-queue-plugin** Improve pub/sub message handling (#2561) ([3645819](https://github.com/vendure-ecommerce/vendure/commit/3645819)), closes [#2561](https://github.com/vendure-ecommerce/vendure/issues/2561)
* **payments-plugin** Mollie: support extra parameters for listing methods (#2516) ([cb9846b](https://github.com/vendure-ecommerce/vendure/commit/cb9846b)), closes [#2516](https://github.com/vendure-ecommerce/vendure/issues/2516) [#2510](https://github.com/vendure-ecommerce/vendure/issues/2510)

## 2.1.0-next.7 (2023-09-29)

#### Features
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.1.5",
"version": "2.2.0-next.0",
"npmClient": "yarn",
"command": {
"version": {
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.1.5",
"version": "2.2.0-next.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.1.5",
"@vendure/core": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.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.1.5",
"version": "2.2.0-next.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@ng-select/ng-select": "^11.1.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@vendure/common": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"@webcomponents/custom-elements": "^1.6.0",
"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.1.5';
export const ADMIN_UI_VERSION = '2.2.0-next.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.1.5",
"version": "2.2.0-next.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -27,8 +27,8 @@
"@types/fs-extra": "^11.0.1",
"@types/node-fetch": "^2.5.8",
"@types/sharp": "^0.30.4",
"@vendure/common": "^2.1.5",
"@vendure/core": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.0",
"express": "^4.17.1",
"node-fetch": "^2.6.7",
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/cli",
"version": "2.1.5",
"version": "2.2.0-next.0",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@clack/prompts": "^0.7.0",
"@vendure/common": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"change-case": "^4.1.2",
"commander": "^11.0.0",
"fs-extra": "^11.1.1",
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.1.5",
"version": "2.2.0-next.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.1.5",
"version": "2.2.0-next.0",
"description": "A modern, headless ecommerce framework",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@nestjs/testing": "10.2.1",
"@nestjs/typeorm": "10.0.0",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
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.1.5",
"version": "2.2.0-next.0",
"license": "MIT",
"bin": {
"create": "./index.js"
Expand Down Expand Up @@ -28,14 +28,14 @@
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/semver": "^6.2.2",
"@vendure/core": "^2.1.5",
"@vendure/core": "2.2.0-next.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@vendure/common": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"commander": "^11.0.0",
"cross-spawn": "^7.0.3",
"detect-port": "^1.5.1",
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.1.5",
"version": "2.2.0-next.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -15,18 +15,18 @@
},
"dependencies": {
"@nestjs/axios": "^3.0.0",
"@vendure/admin-ui-plugin": "^2.1.5",
"@vendure/asset-server-plugin": "^2.1.5",
"@vendure/common": "^2.1.5",
"@vendure/core": "^2.1.5",
"@vendure/elasticsearch-plugin": "^2.1.5",
"@vendure/email-plugin": "^2.1.5",
"@vendure/admin-ui-plugin": "2.2.0-next.0",
"@vendure/asset-server-plugin": "2.2.0-next.0",
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.0",
"@vendure/elasticsearch-plugin": "2.2.0-next.0",
"@vendure/email-plugin": "2.2.0-next.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^2.1.5",
"@vendure/ui-devkit": "^2.1.5",
"@vendure/testing": "2.2.0-next.0",
"@vendure/ui-devkit": "2.2.0-next.0",
"commander": "^7.1.0",
"concurrently": "^8.2.1",
"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.1.5",
"version": "2.2.0-next.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.1.5",
"@vendure/core": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.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.1.5",
"version": "2.2.0-next.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.1.5",
"@vendure/core": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.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.1.5",
"version": "2.2.0-next.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.1.5",
"@vendure/core": "^2.1.5"
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.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.1.5",
"version": "2.2.0-next.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.1.5",
"@vendure/core": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.0",
"bullmq": "^3.15.5",
"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.1.5",
"version": "2.2.0-next.0",
"license": "MIT",
"main": "package/index.js",
"types": "package/index.d.ts",
Expand Down Expand Up @@ -46,9 +46,9 @@
"@mollie/api-client": "^3.7.0",
"@types/braintree": "^2.22.15",
"@types/localtunnel": "2.0.1",
"@vendure/common": "^2.1.5",
"@vendure/core": "^2.1.5",
"@vendure/testing": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.0",
"@vendure/testing": "2.2.0-next.0",
"braintree": "^3.16.0",
"localtunnel": "2.0.2",
"nock": "^13.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/sentry-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/sentry-plugin",
"version": "2.1.5",
"version": "2.2.0-next.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@sentry/node": "^7.85.0",
"@vendure/common": "^2.1.5",
"@vendure/core": "^2.1.5"
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.0"
}
}
6 changes: 3 additions & 3 deletions packages/stellate-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/stellate-plugin",
"version": "2.1.5",
"version": "2.2.0-next.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@vendure/common": "^2.1.5",
"@vendure/core": "^2.1.5"
"@vendure/common": "2.2.0-next.0",
"@vendure/core": "2.2.0-next.0"
}
}
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.1.5",
"version": "2.2.0-next.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.6.4",
"@vendure/common": "^2.1.5",
"@vendure/common": "2.2.0-next.0",
"faker": "^4.1.0",
"form-data": "^4.0.0",
"graphql": "16.8.0",
Expand All @@ -49,7 +49,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "^2.1.5",
"@vendure/core": "2.2.0-next.0",
"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.1.5",
"version": "2.2.0-next.0",
"description": "A library for authoring Vendure Admin UI extensions",
"keywords": [
"vendure",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@angular/cli": "^16.2.0",
"@angular/compiler": "^16.2.2",
"@angular/compiler-cli": "^16.2.2",
"@vendure/admin-ui": "^2.1.5",
"@vendure/common": "^2.1.5",
"@vendure/admin-ui": "2.2.0-next.0",
"@vendure/common": "2.2.0-next.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.3",
"fs-extra": "^11.1.1",
Expand All @@ -51,7 +51,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/fs-extra": "^11.0.1",
"@vendure/core": "^2.1.5",
"@vendure/core": "2.2.0-next.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 3a37a1d

Please sign in to comment.