From 19b36c8ead9b6514e4c3c3afff4168ba7e5fa714 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:40:08 +0000 Subject: [PATCH] chore: update versions (#150) Co-authored-by: github-actions[bot] --- .changeset/angry-pianos-remain.md | 5 ----- .changeset/gentle-waves-rest.md | 9 --------- .changeset/long-countries-design.md | 5 ----- .changeset/many-boats-pump.md | 5 ----- .changeset/quick-tables-destroy.md | 8 -------- packages/composable-cli/CHANGELOG.md | 19 +++++++++++++++++++ packages/composable-cli/package.json | 6 +++--- packages/composable-common/CHANGELOG.md | 10 ++++++++++ packages/composable-common/package.json | 2 +- .../CHANGELOG.md | 8 ++++++++ .../package.json | 4 ++-- packages/d2c-schematics/CHANGELOG.md | 14 ++++++++++++++ packages/d2c-schematics/package.json | 6 +++--- packages/react-shopper-hooks/CHANGELOG.md | 8 ++++++++ packages/react-shopper-hooks/package.json | 4 ++-- packages/shopper-common/CHANGELOG.md | 6 ++++++ packages/shopper-common/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 18 files changed, 86 insertions(+), 53 deletions(-) delete mode 100644 .changeset/angry-pianos-remain.md delete mode 100644 .changeset/gentle-waves-rest.md delete mode 100644 .changeset/long-countries-design.md delete mode 100644 .changeset/many-boats-pump.md delete mode 100644 .changeset/quick-tables-destroy.md diff --git a/.changeset/angry-pianos-remain.md b/.changeset/angry-pianos-remain.md deleted file mode 100644 index 37b1ef33..00000000 --- a/.changeset/angry-pianos-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"composable-cli": patch ---- - -Added powered by stripe to ep payments label diff --git a/.changeset/gentle-waves-rest.md b/.changeset/gentle-waves-rest.md deleted file mode 100644 index 0e1e1542..00000000 --- a/.changeset/gentle-waves-rest.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": patch -"@elasticpath/composable-common": patch -"composable-cli": patch -"@elasticpath/d2c-schematics": patch -"@elasticpath/shopper-common": patch ---- - -Bumped moltin/sdk version diff --git a/.changeset/long-countries-design.md b/.changeset/long-countries-design.md deleted file mode 100644 index 1832a838..00000000 --- a/.changeset/long-countries-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/composable-common": minor ---- - -Fix to authenticate new intergration hub tokens using the embedded authentication endpoint diff --git a/.changeset/many-boats-pump.md b/.changeset/many-boats-pump.md deleted file mode 100644 index c1269ff5..00000000 --- a/.changeset/many-boats-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": minor ---- - -Storefront now supports accounts and is moving towards the anders design diff --git a/.changeset/quick-tables-destroy.md b/.changeset/quick-tables-destroy.md deleted file mode 100644 index 160f5e66..00000000 --- a/.changeset/quick-tables-destroy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"composable-cli": minor ---- - -Using listr tasks to manage configuration - -- added self sign up tasks -- converted old approach to use tasks \ No newline at end of file diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index a4399f12..21b322d0 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,24 @@ # composable-cli +## 0.11.0 + +### Minor Changes + +- 48160ba: Using listr tasks to manage configuration + + - added self sign up tasks + - converted old approach to use tasks + +### Patch Changes + +- 48160ba: Added powered by stripe to ep payments label +- 48160ba: Bumped moltin/sdk version +- Updated dependencies [48160ba] +- Updated dependencies [48160ba] +- Updated dependencies [48160ba] + - @elasticpath/composable-common@0.4.0 + - @elasticpath/d2c-schematics@0.14.0 + ## 0.10.3 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 02b22cc2..38f5fe1a 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.10.3", + "version": "0.11.0", "description": "Elastic Path Commerce Cloud Schematics - CLI", "repository": { "type": "git", @@ -22,7 +22,7 @@ "@angular-devkit/core": "^16.2.8", "@angular-devkit/schematics": "^16.2.8", "@elasticpath/composable-common": "workspace:^", - "@elasticpath/d2c-schematics": "workspace:^0.13.0", + "@elasticpath/d2c-schematics": "workspace:^0.14.0", "@inquirer/prompts": "^3.3.0", "@listr2/prompt-adapter-inquirer": "^2.0.1", "@moltin/sdk": "^27.6.0", @@ -72,7 +72,7 @@ }, "devDependencies": { "@algolia/client-search": "^4.20.0", - "@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.1", + "@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.2", "@types/commondir": "^1.0.2", "@types/diff": "^5.0.9", "@types/fs-extra": "^9.0.13", diff --git a/packages/composable-common/CHANGELOG.md b/packages/composable-common/CHANGELOG.md index 41adc287..f04f8bb6 100644 --- a/packages/composable-common/CHANGELOG.md +++ b/packages/composable-common/CHANGELOG.md @@ -1,5 +1,15 @@ # @elasticpath/composable-common +## 0.4.0 + +### Minor Changes + +- 48160ba: Fix to authenticate new intergration hub tokens using the embedded authentication endpoint + +### Patch Changes + +- 48160ba: Bumped moltin/sdk version + ## 0.3.1 ### Patch Changes diff --git a/packages/composable-common/package.json b/packages/composable-common/package.json index 85abd263..22d9d7c0 100644 --- a/packages/composable-common/package.json +++ b/packages/composable-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/composable-common", - "version": "0.3.1", + "version": "0.4.0", "main": "./dist-cjs/index.js", "types": "./dist-types/index.d.ts", "module": "./dist-es/index.js", diff --git a/packages/composable-integration-hub-deployer/CHANGELOG.md b/packages/composable-integration-hub-deployer/CHANGELOG.md index 9ae67e18..1d61131c 100644 --- a/packages/composable-integration-hub-deployer/CHANGELOG.md +++ b/packages/composable-integration-hub-deployer/CHANGELOG.md @@ -1,5 +1,13 @@ # @elasticpath/composable-integration-hub-deployer +## 0.3.2 + +### Patch Changes + +- Updated dependencies [48160ba] +- Updated dependencies [48160ba] + - @elasticpath/composable-common@0.4.0 + ## 0.3.1 ### Patch Changes diff --git a/packages/composable-integration-hub-deployer/package.json b/packages/composable-integration-hub-deployer/package.json index 3d3b582d..33e9f967 100644 --- a/packages/composable-integration-hub-deployer/package.json +++ b/packages/composable-integration-hub-deployer/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/composable-integration-hub-deployer", - "version": "0.3.1", + "version": "0.3.2", "types": "./dist-types/index.d.ts", "scripts": { "build": "pnpm build:types", @@ -28,7 +28,7 @@ "vitest": "^0.29.7" }, "dependencies": { - "@elasticpath/composable-common": "workspace:^0.3.0", + "@elasticpath/composable-common": "workspace:^0.4.0", "@netlify/functions": "^1.4.0", "@trpc/server": "^10.14.1", "@types/node-fetch": "^2.6.7", diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index f231da74..824b0e65 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,19 @@ # @elasticpath/d2c-schematics +## 0.14.0 + +### Minor Changes + +- 48160ba: Storefront now supports accounts and is moving towards the anders design + +### Patch Changes + +- 48160ba: Bumped moltin/sdk version +- Updated dependencies [48160ba] +- Updated dependencies [48160ba] + - @elasticpath/composable-common@0.4.0 + - @elasticpath/composable-integration-hub-deployer@0.3.2 + ## 0.13.0 ### Minor Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 8c5d82fc..4577133b 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.13.0", + "version": "0.14.0", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git", @@ -22,8 +22,8 @@ "dependencies": { "@angular-devkit/core": "^16.2.8", "@angular-devkit/schematics": "^16.2.8", - "@elasticpath/composable-common": "workspace:^0.3.1", - "@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.1", + "@elasticpath/composable-common": "workspace:^0.4.0", + "@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.2", "@moltin/sdk": "^27.6.0", "@trpc/client": "^10.14.1", "algoliasearch": "^4.15.0", diff --git a/packages/react-shopper-hooks/CHANGELOG.md b/packages/react-shopper-hooks/CHANGELOG.md index a7a8cf1c..5bf0f779 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,13 @@ # @elasticpath/react-shopper-hooks +## 0.7.1 + +### Patch Changes + +- 48160ba: Bumped moltin/sdk version +- Updated dependencies [48160ba] + - @elasticpath/shopper-common@0.2.2 + ## 0.7.0 ### Minor Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index f4f2f5a5..a8dc1853 100644 --- a/packages/react-shopper-hooks/package.json +++ b/packages/react-shopper-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/react-shopper-hooks", - "version": "0.7.0", + "version": "0.7.1", "scripts": { "dev": "vite", "build": "tsup", @@ -68,7 +68,7 @@ "access": "public" }, "dependencies": { - "@elasticpath/shopper-common": "workspace:^0.2.1", + "@elasticpath/shopper-common": "workspace:^0.2.2", "js-cookie": "^3.0.5", "jwt-decode": "^3.1.2", "rxjs": "7.5.7" diff --git a/packages/shopper-common/CHANGELOG.md b/packages/shopper-common/CHANGELOG.md index 9b4f80b5..3281e088 100644 --- a/packages/shopper-common/CHANGELOG.md +++ b/packages/shopper-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/shopper-common +## 0.2.2 + +### Patch Changes + +- 48160ba: Bumped moltin/sdk version + ## 0.2.1 ### Patch Changes diff --git a/packages/shopper-common/package.json b/packages/shopper-common/package.json index c34e39b7..17ef2ab6 100644 --- a/packages/shopper-common/package.json +++ b/packages/shopper-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/shopper-common", - "version": "0.2.1", + "version": "0.2.2", "main": "./dist-cjs/index.js", "types": "./dist-types/index.d.ts", "module": "./dist-es/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33450c01..459a9436 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -766,7 +766,7 @@ importers: specifier: workspace:^ version: link:../composable-common '@elasticpath/d2c-schematics': - specifier: workspace:^0.13.0 + specifier: workspace:^0.14.0 version: link:../d2c-schematics/dist '@inquirer/prompts': specifier: ^3.3.0 @@ -911,7 +911,7 @@ importers: specifier: ^4.20.0 version: 4.20.0 '@elasticpath/composable-integration-hub-deployer': - specifier: workspace:^0.3.1 + specifier: workspace:^0.3.2 version: link:../composable-integration-hub-deployer '@types/commondir': specifier: ^1.0.2 @@ -1045,7 +1045,7 @@ importers: packages/composable-integration-hub-deployer: dependencies: '@elasticpath/composable-common': - specifier: workspace:^0.3.0 + specifier: workspace:^0.4.0 version: link:../composable-common '@netlify/functions': specifier: ^1.4.0 @@ -1106,10 +1106,10 @@ importers: specifier: ^16.2.8 version: 16.2.8 '@elasticpath/composable-common': - specifier: workspace:^0.3.1 + specifier: workspace:^0.4.0 version: link:../composable-common '@elasticpath/composable-integration-hub-deployer': - specifier: workspace:^0.3.1 + specifier: workspace:^0.3.2 version: link:../composable-integration-hub-deployer '@moltin/sdk': specifier: ^27.6.0 @@ -1225,7 +1225,7 @@ importers: packages/react-shopper-hooks: dependencies: '@elasticpath/shopper-common': - specifier: workspace:^0.2.1 + specifier: workspace:^0.2.2 version: link:../shopper-common js-cookie: specifier: ^3.0.5 @@ -6044,7 +6044,7 @@ packages: '@docusaurus/utils': 3.0.0(@docusaurus/types@3.0.0) '@docusaurus/utils-common': 3.0.0(@docusaurus/types@3.0.0) '@types/history': 4.7.11 - '@types/react': 18.2.33 + '@types/react': 18.2.48 '@types/react-router-config': 5.0.10 clsx: 1.2.1 parse-numeric-range: 1.3.0 @@ -13083,7 +13083,7 @@ packages: /@types/hoist-non-react-statics@3.3.4: resolution: {integrity: sha512-ZchYkbieA+7tnxwX/SCBySx9WwvWR8TaP5tb2jRAzwvLb/rWchGw3v0w3pqUbUvj0GCwW2Xz/AVPSk6kUGctXQ==} dependencies: - '@types/react': 18.2.33 + '@types/react': 18.2.48 hoist-non-react-statics: 3.3.2 dev: false @@ -13320,7 +13320,7 @@ packages: resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.33 + '@types/react': 18.2.48 /@types/react@18.2.31: resolution: {integrity: sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==}