From 9bdd7fdb0dc50b1300327a8a8ef0ca843cc0a886 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:36:24 +0100 Subject: [PATCH] chore: update versions (#105) Co-authored-by: github-actions[bot] --- .changeset/itchy-baboons-leave.md | 10 ---------- examples/algolia/package.json | 4 ++-- examples/basic/package.json | 4 ++-- packages/composable-cli/CHANGELOG.md | 10 ++++++++++ packages/composable-cli/package.json | 6 +++--- packages/composable-common/CHANGELOG.md | 6 ++++++ packages/composable-common/package.json | 2 +- .../CHANGELOG.md | 8 ++++++++ .../package.json | 4 ++-- packages/d2c-schematics/CHANGELOG.md | 9 +++++++++ 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 | 20 +++++++++---------- 16 files changed, 73 insertions(+), 36 deletions(-) delete mode 100644 .changeset/itchy-baboons-leave.md diff --git a/.changeset/itchy-baboons-leave.md b/.changeset/itchy-baboons-leave.md deleted file mode 100644 index 40f8aac5..00000000 --- a/.changeset/itchy-baboons-leave.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"composable-cli": patch -"@elasticpath/composable-common": patch -"@elasticpath/composable-integration-hub-deployer": patch -"@elasticpath/d2c-schematics": patch -"@elasticpath/react-shopper-hooks": patch -"@elasticpath/shopper-common": patch ---- - -force release to fix version issue diff --git a/examples/algolia/package.json b/examples/algolia/package.json index bf5c3a93..680a7254 100644 --- a/examples/algolia/package.json +++ b/examples/algolia/package.json @@ -21,8 +21,8 @@ }, "dependencies": { "@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.7", - "@elasticpath/react-shopper-hooks": "workspace:^0.5.2", - "@elasticpath/shopper-common": "workspace:^0.1.1", + "@elasticpath/react-shopper-hooks": "workspace:^0.5.3", + "@elasticpath/shopper-common": "workspace:^0.1.2", "@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 65035207..b89878fd 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -20,8 +20,8 @@ "start:e2e": "NODE_ENV=test next start" }, "dependencies": { - "@elasticpath/react-shopper-hooks": "workspace:^0.5.2", - "@elasticpath/shopper-common": "workspace:^0.1.1", + "@elasticpath/react-shopper-hooks": "workspace:^0.5.3", + "@elasticpath/shopper-common": "workspace:^0.1.2", "@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 92928bad..b56513cc 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # composable-cli +## 0.8.8 + +### Patch Changes + +- cd0a8db: force release to fix version issue +- Updated dependencies [cd0a8db] + - @elasticpath/composable-common@0.2.5 + - @elasticpath/composable-integration-hub-deployer@0.2.4 + - @elasticpath/d2c-schematics@0.10.1 + ## 0.8.7 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 7ecce593..57975942 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.8.7", + "version": "0.8.8", "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.3", - "@elasticpath/d2c-schematics": "^0.10.0", + "@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.4", + "@elasticpath/d2c-schematics": "^0.10.1", "@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 f3155cd1..e4bf6f7b 100644 --- a/packages/composable-common/CHANGELOG.md +++ b/packages/composable-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/composable-common +## 0.2.5 + +### Patch Changes + +- cd0a8db: force release to fix version issue + ## 0.2.4 ### Patch Changes diff --git a/packages/composable-common/package.json b/packages/composable-common/package.json index b1f4618a..57213ae6 100644 --- a/packages/composable-common/package.json +++ b/packages/composable-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/composable-common", - "version": "0.2.4", + "version": "0.2.5", "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 a3de0f37..c4533d4a 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.2.4 + +### Patch Changes + +- cd0a8db: force release to fix version issue +- Updated dependencies [cd0a8db] + - @elasticpath/composable-common@0.2.5 + ## 0.2.3 ### Patch Changes diff --git a/packages/composable-integration-hub-deployer/package.json b/packages/composable-integration-hub-deployer/package.json index afe1f457..d2d4d049 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.3", + "version": "0.2.4", "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.4", + "@elasticpath/composable-common": "^0.2.5", "@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 ceea3725..dfadbf9b 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,14 @@ # @elasticpath/d2c-schematics +## 0.10.1 + +### Patch Changes + +- cd0a8db: force release to fix version issue +- Updated dependencies [cd0a8db] + - @elasticpath/composable-common@0.2.5 + - @elasticpath/composable-integration-hub-deployer@0.2.4 + ## 0.10.0 ### Minor Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 9e4ebfd7..24dbb3bb 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.10.0", + "version": "0.10.1", "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.4", - "@elasticpath/composable-integration-hub-deployer": "^0.2.3", + "@elasticpath/composable-common": "^0.2.5", + "@elasticpath/composable-integration-hub-deployer": "^0.2.4", "@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 940c5302..54e9c89f 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,13 @@ # @elasticpath/react-shopper-hooks +## 0.5.3 + +### Patch Changes + +- cd0a8db: force release to fix version issue +- Updated dependencies [cd0a8db] + - @elasticpath/shopper-common@0.1.2 + ## 0.5.2 ### Patch Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index 72b326d2..e50d4303 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.5.2", + "version": "0.5.3", "files": [ "dist" ], @@ -40,7 +40,7 @@ "access": "public" }, "dependencies": { - "@elasticpath/shopper-common": "^0.1.1", + "@elasticpath/shopper-common": "^0.1.2", "rxjs": "7.5.7" } } diff --git a/packages/shopper-common/CHANGELOG.md b/packages/shopper-common/CHANGELOG.md index 51af736e..ebabe3cf 100644 --- a/packages/shopper-common/CHANGELOG.md +++ b/packages/shopper-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/shopper-common +## 0.1.2 + +### Patch Changes + +- cd0a8db: force release to fix version issue + ## 0.1.1 ### Patch Changes diff --git a/packages/shopper-common/package.json b/packages/shopper-common/package.json index ff84e4ed..554297bf 100644 --- a/packages/shopper-common/package.json +++ b/packages/shopper-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/shopper-common", - "version": "0.1.1", + "version": "0.1.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 10cad220..49d7ee65 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,10 +97,10 @@ importers: specifier: ^1.4.7 version: 1.4.7(classnames@2.3.2)(react-instantsearch-dom@6.40.4)(react@18.2.0) '@elasticpath/react-shopper-hooks': - specifier: workspace:^0.5.2 + specifier: workspace:^0.5.3 version: link:../../packages/react-shopper-hooks '@elasticpath/shopper-common': - specifier: workspace:^0.1.1 + specifier: workspace:^0.1.2 version: link:../../packages/shopper-common '@headlessui/react': specifier: ^1.7.17 @@ -254,10 +254,10 @@ importers: examples/basic: dependencies: '@elasticpath/react-shopper-hooks': - specifier: workspace:^0.5.2 + specifier: workspace:^0.5.3 version: link:../../packages/react-shopper-hooks '@elasticpath/shopper-common': - specifier: workspace:^0.1.1 + specifier: workspace:^0.1.2 version: link:../../packages/shopper-common '@headlessui/react': specifier: ^1.7.17 @@ -414,10 +414,10 @@ importers: specifier: workspace:^ version: link:../composable-common '@elasticpath/composable-integration-hub-deployer': - specifier: workspace:^0.2.3 + specifier: workspace:^0.2.4 version: link:../composable-integration-hub-deployer '@elasticpath/d2c-schematics': - specifier: ^0.10.0 + specifier: ^0.10.1 version: link:../d2c-schematics/dist '@moltin/sdk': specifier: ^25.0.2 @@ -639,7 +639,7 @@ importers: packages/composable-integration-hub-deployer: dependencies: '@elasticpath/composable-common': - specifier: ^0.2.4 + specifier: ^0.2.5 version: link:../composable-common '@netlify/functions': specifier: ^1.4.0 @@ -700,10 +700,10 @@ importers: specifier: ^14.1.0 version: 14.2.13 '@elasticpath/composable-common': - specifier: ^0.2.4 + specifier: ^0.2.5 version: link:../composable-common '@elasticpath/composable-integration-hub-deployer': - specifier: ^0.2.3 + specifier: ^0.2.4 version: link:../composable-integration-hub-deployer '@moltin/sdk': specifier: ^25.0.2 @@ -819,7 +819,7 @@ importers: packages/react-shopper-hooks: dependencies: '@elasticpath/shopper-common': - specifier: ^0.1.1 + specifier: ^0.1.2 version: link:../shopper-common '@moltin/sdk': specifier: ^25.0.2