From 8e4178ef912960a4958bcafe19abba5a6f0b9b00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:19:49 +0200 Subject: [PATCH] Version Packages (#95) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-buckets-drive.md | 12 ------------ .changeset/tough-bugs-run.md | 6 ------ examples/algolia/package.json | 2 +- examples/basic/package.json | 2 +- packages/composable-cli/CHANGELOG.md | 13 +++++++++++++ packages/composable-cli/package.json | 6 +++--- packages/composable-common/CHANGELOG.md | 8 ++++++++ packages/composable-common/package.json | 2 +- .../CHANGELOG.md | 11 +++++++++++ .../package.json | 4 ++-- packages/d2c-schematics/CHANGELOG.md | 12 ++++++++++++ packages/d2c-schematics/package.json | 6 +++--- packages/react-shopper-hooks/CHANGELOG.md | 16 ++++++++++++++++ packages/react-shopper-hooks/package.json | 4 ++-- packages/shopper-common/CHANGELOG.md | 12 ++++++++++++ packages/shopper-common/package.json | 2 +- 16 files changed, 86 insertions(+), 32 deletions(-) delete mode 100644 .changeset/fuzzy-buckets-drive.md delete mode 100644 .changeset/tough-bugs-run.md diff --git a/.changeset/fuzzy-buckets-drive.md b/.changeset/fuzzy-buckets-drive.md deleted file mode 100644 index d6ea58bf..00000000 --- a/.changeset/fuzzy-buckets-drive.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@elasticpath/composable-integration-hub-deployer": patch -"@elasticpath/react-shopper-hooks": patch -"@elasticpath/composable-common": patch -"composable-cli": patch -"@elasticpath/d2c-schematics": patch -"@elasticpath/shopper-common": patch ---- - -### migrated from yarn to pnpm - -- Having issue managing the yarn workspace moved to pnpm diff --git a/.changeset/tough-bugs-run.md b/.changeset/tough-bugs-run.md deleted file mode 100644 index 3d94f993..00000000 --- a/.changeset/tough-bugs-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": minor -"@elasticpath/shopper-common": minor ---- - -add navigation to shopper store context diff --git a/examples/algolia/package.json b/examples/algolia/package.json index 1540144d..5db4d8d0 100644 --- a/examples/algolia/package.json +++ b/examples/algolia/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.7", - "@elasticpath/react-shopper-hooks": "0.4.0", + "@elasticpath/react-shopper-hooks": "0.5.0", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@moltin/sdk": "^25.0.2", diff --git a/examples/basic/package.json b/examples/basic/package.json index 83bd0541..7f7afee4 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -20,7 +20,7 @@ "start:e2e": "NODE_ENV=test next start" }, "dependencies": { - "@elasticpath/react-shopper-hooks": "0.4.0", + "@elasticpath/react-shopper-hooks": "0.5.0", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@moltin/sdk": "^25.0.2", diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index 2f50191c..79041db1 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # composable-cli +## 0.8.5 + +### Patch Changes + +- 6f21687: ### migrated from yarn to pnpm + + - Having issue managing the yarn workspace moved to pnpm + +- Updated dependencies [6f21687] + - @elasticpath/composable-integration-hub-deployer@0.2.2 + - @elasticpath/composable-common@0.2.3 + - @elasticpath/d2c-schematics@0.9.2 + ## 0.8.4 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index c9c18f9f..504a6330 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.8.4", + "version": "0.8.5", "description": "Elastic Path Commerce Cloud Schematics - CLI", "repository": { "type": "git", @@ -22,8 +22,8 @@ "@angular-devkit/core": "^14.1.0", "@angular-devkit/schematics": "^14.1.0", "@elasticpath/composable-common": "workspace:^", - "@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.1", - "@elasticpath/d2c-schematics": "^0.9.1", + "@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.2", + "@elasticpath/d2c-schematics": "^0.9.2", "@moltin/sdk": "^25.0.2", "@trpc/client": "^10.14.1", "@types/ink": "^2.0.3", diff --git a/packages/composable-common/CHANGELOG.md b/packages/composable-common/CHANGELOG.md index 3e46a3c0..97d9cea4 100644 --- a/packages/composable-common/CHANGELOG.md +++ b/packages/composable-common/CHANGELOG.md @@ -1,5 +1,13 @@ # @elasticpath/composable-common +## 0.2.3 + +### Patch Changes + +- 6f21687: ### migrated from yarn to pnpm + + - Having issue managing the yarn workspace moved to pnpm + ## 0.2.2 ### Patch Changes diff --git a/packages/composable-common/package.json b/packages/composable-common/package.json index 58980782..72ebc844 100644 --- a/packages/composable-common/package.json +++ b/packages/composable-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/composable-common", - "version": "0.2.2", + "version": "0.2.3", "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 bebe5d76..3ec35f8f 100644 --- a/packages/composable-integration-hub-deployer/CHANGELOG.md +++ b/packages/composable-integration-hub-deployer/CHANGELOG.md @@ -1,5 +1,16 @@ # @elasticpath/composable-integration-hub-deployer +## 0.2.2 + +### Patch Changes + +- 6f21687: ### migrated from yarn to pnpm + + - Having issue managing the yarn workspace moved to pnpm + +- Updated dependencies [6f21687] + - @elasticpath/composable-common@0.2.3 + ## 0.2.1 ### Patch Changes diff --git a/packages/composable-integration-hub-deployer/package.json b/packages/composable-integration-hub-deployer/package.json index c04e861a..e0a1a5a4 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.2.1", + "version": "0.2.2", "types": "./dist-types/index.d.ts", "scripts": { "build": "pnpm build:types", @@ -28,7 +28,7 @@ "vitest": "^0.29.7" }, "dependencies": { - "@elasticpath/composable-common": "^0.2.2", + "@elasticpath/composable-common": "^0.2.3", "@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 667234dd..8b4936e0 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,17 @@ # @elasticpath/d2c-schematics +## 0.9.2 + +### Patch Changes + +- 6f21687: ### migrated from yarn to pnpm + + - Having issue managing the yarn workspace moved to pnpm + +- Updated dependencies [6f21687] + - @elasticpath/composable-integration-hub-deployer@0.2.2 + - @elasticpath/composable-common@0.2.3 + ## 0.9.1 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index d42f9cab..146fbb5e 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.9.1", + "version": "0.9.2", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git", @@ -21,8 +21,8 @@ "dependencies": { "@angular-devkit/core": "^14.1.0", "@angular-devkit/schematics": "^14.1.0", - "@elasticpath/composable-common": "^0.2.2", - "@elasticpath/composable-integration-hub-deployer": "^0.2.1", + "@elasticpath/composable-common": "^0.2.3", + "@elasticpath/composable-integration-hub-deployer": "^0.2.2", "@moltin/sdk": "^25.0.2", "@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 79f4d4e6..0b02e8dd 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,21 @@ # @elasticpath/react-shopper-hooks +## 0.5.0 + +### Minor Changes + +- 6f21687: add navigation to shopper store context + +### Patch Changes + +- 6f21687: ### migrated from yarn to pnpm + + - Having issue managing the yarn workspace moved to pnpm + +- Updated dependencies [6f21687] +- Updated dependencies [6f21687] + - @elasticpath/shopper-common@0.1.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index ca4f1d7c..a15023d2 100644 --- a/packages/react-shopper-hooks/package.json +++ b/packages/react-shopper-hooks/package.json @@ -1,7 +1,7 @@ { "name": "@elasticpath/react-shopper-hooks", "type": "module", - "version": "0.4.0", + "version": "0.5.0", "files": [ "dist" ], @@ -40,7 +40,7 @@ "access": "public" }, "dependencies": { - "@elasticpath/shopper-common": "^0.0.1", + "@elasticpath/shopper-common": "^0.1.0", "rxjs": "7.5.7" } } diff --git a/packages/shopper-common/CHANGELOG.md b/packages/shopper-common/CHANGELOG.md index 20f32f00..c5a9e5e3 100644 --- a/packages/shopper-common/CHANGELOG.md +++ b/packages/shopper-common/CHANGELOG.md @@ -1,5 +1,17 @@ # @elasticpath/shopper-common +## 0.1.0 + +### Minor Changes + +- 6f21687: add navigation to shopper store context + +### Patch Changes + +- 6f21687: ### migrated from yarn to pnpm + + - Having issue managing the yarn workspace moved to pnpm + ## 0.0.1 ### Patch Changes diff --git a/packages/shopper-common/package.json b/packages/shopper-common/package.json index e10e5b76..3a6cb771 100644 --- a/packages/shopper-common/package.json +++ b/packages/shopper-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/shopper-common", - "version": "0.0.1", + "version": "0.1.0", "main": "./dist-cjs/index.js", "types": "./dist-types/index.d.ts", "module": "./dist-es/index.js",