From bba921ac173e18c9710dc8e6c93f9fc99e35b547 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:30:41 +0000 Subject: [PATCH] chore: update versions (#132) Co-authored-by: github-actions[bot] --- .changeset/gorgeous-avocados-sit.md | 5 ----- .changeset/heavy-meals-relate.md | 6 ------ .changeset/quick-impalas-hammer.md | 8 -------- packages/composable-cli/CHANGELOG.md | 13 +++++++++++++ packages/composable-cli/package.json | 6 +++--- .../CHANGELOG.md | 6 ++++++ .../package.json | 2 +- packages/d2c-schematics/CHANGELOG.md | 12 ++++++++++++ packages/d2c-schematics/package.json | 4 ++-- packages/react-shopper-hooks/CHANGELOG.md | 7 +++++++ packages/react-shopper-hooks/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 12 files changed, 48 insertions(+), 29 deletions(-) delete mode 100644 .changeset/gorgeous-avocados-sit.md delete mode 100644 .changeset/heavy-meals-relate.md delete mode 100644 .changeset/quick-impalas-hammer.md diff --git a/.changeset/gorgeous-avocados-sit.md b/.changeset/gorgeous-avocados-sit.md deleted file mode 100644 index badd8e7e..00000000 --- a/.changeset/gorgeous-avocados-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": patch ---- - -building with tsup and outputing a non bundled build diff --git a/.changeset/heavy-meals-relate.md b/.changeset/heavy-meals-relate.md deleted file mode 100644 index fc2ca1e6..00000000 --- a/.changeset/heavy-meals-relate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"composable-cli": minor -"@elasticpath/d2c-schematics": minor ---- - -Added simple plp that uses Elastic Path directly and no third party dependencies diff --git a/.changeset/quick-impalas-hammer.md b/.changeset/quick-impalas-hammer.md deleted file mode 100644 index 2b2432c2..00000000 --- a/.changeset/quick-impalas-hammer.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@elasticpath/composable-integration-hub-deployer": patch -"@elasticpath/react-shopper-hooks": patch -"composable-cli": patch -"@elasticpath/d2c-schematics": patch ---- - -Workspace prefixes added and removed version from examples package.json diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index 2c206617..12fa8427 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # composable-cli +## 0.10.0 + +### Minor Changes + +- 061bbfe: Added simple plp that uses Elastic Path directly and no third party dependencies + +### Patch Changes + +- f904b20: Workspace prefixes added and removed version from examples package.json +- Updated dependencies [061bbfe] +- Updated dependencies [f904b20] + - @elasticpath/d2c-schematics@0.12.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index a0293d22..5507c847 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.9.1", + "version": "0.10.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.11.1", + "@elasticpath/d2c-schematics": "workspace:^0.12.0", "@moltin/sdk": "^27.0.0", "@trpc/client": "^10.14.1", "@types/ink": "^2.0.3", @@ -57,7 +57,7 @@ }, "devDependencies": { "@algolia/client-search": "^4.20.0", - "@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.0", + "@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.1", "@types/fs-extra": "^9.0.13", "@types/ink-big-text": "^1.2.1", "@types/ink-gradient": "^2.0.1", diff --git a/packages/composable-integration-hub-deployer/CHANGELOG.md b/packages/composable-integration-hub-deployer/CHANGELOG.md index f9b49f9b..9ae67e18 100644 --- a/packages/composable-integration-hub-deployer/CHANGELOG.md +++ b/packages/composable-integration-hub-deployer/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/composable-integration-hub-deployer +## 0.3.1 + +### Patch Changes + +- f904b20: Workspace prefixes added and removed version from examples package.json + ## 0.3.0 ### Minor Changes diff --git a/packages/composable-integration-hub-deployer/package.json b/packages/composable-integration-hub-deployer/package.json index 35be7ee9..3d3b582d 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.0", + "version": "0.3.1", "types": "./dist-types/index.d.ts", "scripts": { "build": "pnpm build:types", diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index 2b41fe2c..3926cb67 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,17 @@ # @elasticpath/d2c-schematics +## 0.12.0 + +### Minor Changes + +- 061bbfe: Added simple plp that uses Elastic Path directly and no third party dependencies + +### Patch Changes + +- f904b20: Workspace prefixes added and removed version from examples package.json +- Updated dependencies [f904b20] + - @elasticpath/composable-integration-hub-deployer@0.3.1 + ## 0.11.1 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index dd8cb0c7..e7907683 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.11.1", + "version": "0.12.0", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git", @@ -22,7 +22,7 @@ "@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.0", + "@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.1", "@moltin/sdk": "^27.0.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 fae0d823..998d79e3 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # @elasticpath/react-shopper-hooks +## 0.6.2 + +### Patch Changes + +- 07674b4: building with tsup and outputing a non bundled build +- f904b20: Workspace prefixes added and removed version from examples package.json + ## 0.6.1 ### Patch Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index ef006747..397f9ea5 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.6.1", + "version": "0.6.2", "scripts": { "dev": "vite", "build": "tsup", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f294402..211f514e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -562,7 +562,7 @@ importers: specifier: workspace:^ version: link:../composable-common '@elasticpath/d2c-schematics': - specifier: workspace:^0.11.1 + specifier: workspace:^0.12.0 version: link:../d2c-schematics/dist '@moltin/sdk': specifier: ^27.0.0 @@ -662,7 +662,7 @@ importers: specifier: ^4.20.0 version: 4.20.0 '@elasticpath/composable-integration-hub-deployer': - specifier: workspace:^0.3.0 + specifier: workspace:^0.3.1 version: link:../composable-integration-hub-deployer '@types/fs-extra': specifier: ^9.0.13 @@ -854,7 +854,7 @@ importers: specifier: workspace:^0.3.1 version: link:../composable-common '@elasticpath/composable-integration-hub-deployer': - specifier: workspace:^0.3.0 + specifier: workspace:^0.3.1 version: link:../composable-integration-hub-deployer '@moltin/sdk': specifier: ^27.0.0