From 78ec070056a792b7a6bf0284dcdcf9deb0d13a24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:29:11 +0000 Subject: [PATCH] chore: update versions (#145) Co-authored-by: github-actions[bot] --- .changeset/calm-parents-hide.md | 5 ----- .changeset/metal-queens-sing.md | 5 ----- .changeset/warm-pants-join.md | 5 ----- packages/composable-cli/CHANGELOG.md | 7 +++++++ packages/composable-cli/package.json | 4 ++-- packages/d2c-schematics/CHANGELOG.md | 6 ++++++ packages/d2c-schematics/package.json | 2 +- packages/react-shopper-hooks/CHANGELOG.md | 7 +++++++ packages/react-shopper-hooks/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 10 files changed, 26 insertions(+), 21 deletions(-) delete mode 100644 .changeset/calm-parents-hide.md delete mode 100644 .changeset/metal-queens-sing.md delete mode 100644 .changeset/warm-pants-join.md diff --git a/.changeset/calm-parents-hide.md b/.changeset/calm-parents-hide.md deleted file mode 100644 index 33d8c4f1..00000000 --- a/.changeset/calm-parents-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": minor ---- - -New interface for useCart diff --git a/.changeset/metal-queens-sing.md b/.changeset/metal-queens-sing.md deleted file mode 100644 index ee30af26..00000000 --- a/.changeset/metal-queens-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/d2c-schematics": minor ---- - -fix shopper hooks version diff --git a/.changeset/warm-pants-join.md b/.changeset/warm-pants-join.md deleted file mode 100644 index c014914f..00000000 --- a/.changeset/warm-pants-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": minor ---- - -Added a top level ElasticPath provider and account query hooks, using tanstack query under the hood diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index 45a9faa5..a4399f12 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # composable-cli +## 0.10.3 + +### Patch Changes + +- Updated dependencies [5f0df93] + - @elasticpath/d2c-schematics@0.13.0 + ## 0.10.2 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index b88880a1..4969d060 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.10.2", + "version": "0.10.3", "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.12.2", + "@elasticpath/d2c-schematics": "workspace:^0.13.0", "@moltin/sdk": "^27.0.0", "@trpc/client": "^10.14.1", "@types/ink": "^2.0.3", diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index 4f943109..f231da74 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/d2c-schematics +## 0.13.0 + +### Minor Changes + +- 5f0df93: fix shopper hooks version + ## 0.12.2 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index 96b97fb2..42fff131 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.12.2", + "version": "0.13.0", "description": "D2C Storefront Schematics for Elastic Path Commerce Cloud", "repository": { "type": "git", diff --git a/packages/react-shopper-hooks/CHANGELOG.md b/packages/react-shopper-hooks/CHANGELOG.md index 998d79e3..a7a8cf1c 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # @elasticpath/react-shopper-hooks +## 0.7.0 + +### Minor Changes + +- 5f0df93: New interface for useCart +- 3355c74: Added a top level ElasticPath provider and account query hooks, using tanstack query under the hood + ## 0.6.2 ### Patch Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index 9923bb29..e047fbdf 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.2", + "version": "0.7.0", "scripts": { "dev": "vite", "build": "tsup", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa8f7bf4..208e4591 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -599,7 +599,7 @@ importers: specifier: workspace:^ version: link:../composable-common '@elasticpath/d2c-schematics': - specifier: workspace:^0.12.2 + specifier: workspace:^0.13.0 version: link:../d2c-schematics/dist '@moltin/sdk': specifier: ^27.0.0 @@ -24293,7 +24293,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - ts-node: 10.9.1(@types/node@18.7.3)(typescript@5.3.2) + ts-node: 10.9.1(@types/node@18.7.3)(typescript@4.9.5) yaml: 1.10.2 dev: true