diff --git a/.changeset/brown-zebras-bake.md b/.changeset/brown-zebras-bake.md deleted file mode 100644 index dac01fcf..00000000 --- a/.changeset/brown-zebras-bake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"composable-cli": patch -"@elasticpath/d2c-schematics": patch ---- - -Detecting user package manager for them diff --git a/.changeset/gorgeous-games-count.md b/.changeset/gorgeous-games-count.md deleted file mode 100644 index b2d05397..00000000 --- a/.changeset/gorgeous-games-count.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@elasticpath/react-shopper-hooks": patch -"@elasticpath/composable-common": patch -"composable-cli": patch -"@elasticpath/d2c-schematics": patch ---- - -Bumped to latest version of moltin sdk diff --git a/.changeset/many-rules-fetch.md b/.changeset/many-rules-fetch.md deleted file mode 100644 index 1313aab3..00000000 --- a/.changeset/many-rules-fetch.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@elasticpath/d2c-schematics": minor ---- - -## Tailwind CSS based d2c starter - -We have moved away from chakra ui and are now using tailwind css to style the d2c starter kit. - -This is just a first step improved styling to follow. \ No newline at end of file diff --git a/examples/algolia/package.json b/examples/algolia/package.json index 2548a580..f5e2c7a4 100644 --- a/examples/algolia/package.json +++ b/examples/algolia/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.7", - "@elasticpath/react-shopper-hooks": "^0.3.0", + "@elasticpath/react-shopper-hooks": "^0.3.1", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@moltin/sdk": "^23.3.0", diff --git a/examples/basic/package.json b/examples/basic/package.json index 1c5284e6..c6b66838 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -18,7 +18,7 @@ "test:e2e": "NODE_ENV=test playwright test" }, "dependencies": { - "@elasticpath/react-shopper-hooks": "^0.3.0", + "@elasticpath/react-shopper-hooks": "^0.3.1", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@moltin/sdk": "^23.3.0", diff --git a/packages/composable-cli/CHANGELOG.md b/packages/composable-cli/CHANGELOG.md index a01a9b32..17cff06b 100644 --- a/packages/composable-cli/CHANGELOG.md +++ b/packages/composable-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # composable-cli +## 0.6.2 + +### Patch Changes + +- c67286c: Detecting user package manager for them +- c67286c: Bumped to latest version of moltin sdk +- Updated dependencies [c67286c] +- Updated dependencies [c67286c] +- Updated dependencies [c67286c] + - @elasticpath/d2c-schematics@0.7.0 + ## 0.6.1 ### Patch Changes diff --git a/packages/composable-cli/package.json b/packages/composable-cli/package.json index 98c7474e..7ade7eb6 100644 --- a/packages/composable-cli/package.json +++ b/packages/composable-cli/package.json @@ -1,6 +1,6 @@ { "name": "composable-cli", - "version": "0.6.1", + "version": "0.6.2", "description": "Elastic Path Commerce Cloud Schematics - CLI", "repository": { "type": "git", diff --git a/packages/composable-common/CHANGELOG.md b/packages/composable-common/CHANGELOG.md index d5196ddb..9ccab2c8 100644 --- a/packages/composable-common/CHANGELOG.md +++ b/packages/composable-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/composable-common +## 0.1.6 + +### Patch Changes + +- c67286c: Bumped to latest version of moltin sdk + ## 0.1.5 ### Patch Changes diff --git a/packages/composable-common/package.json b/packages/composable-common/package.json index 84c131b9..864c1506 100644 --- a/packages/composable-common/package.json +++ b/packages/composable-common/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/composable-common", - "version": "0.1.5", + "version": "0.1.6", "main": "./dist-cjs/index.js", "types": "./dist-types/index.d.ts", "module": "./dist-es/index.js", diff --git a/packages/d2c-schematics/CHANGELOG.md b/packages/d2c-schematics/CHANGELOG.md index a1266b42..17ae317d 100644 --- a/packages/d2c-schematics/CHANGELOG.md +++ b/packages/d2c-schematics/CHANGELOG.md @@ -1,5 +1,22 @@ # @elasticpath/d2c-schematics +## 0.7.0 + +### Minor Changes + +- c67286c: ## Tailwind CSS based d2c starter + + We have moved away from chakra ui and are now using tailwind css to style the d2c starter kit. + + This is just a first step improved styling to follow. + +### Patch Changes + +- c67286c: Detecting user package manager for them +- c67286c: Bumped to latest version of moltin sdk +- Updated dependencies [c67286c] + - @elasticpath/composable-common@0.1.6 + ## 0.6.4 ### Patch Changes diff --git a/packages/d2c-schematics/package.json b/packages/d2c-schematics/package.json index dfd48897..cd5aec97 100644 --- a/packages/d2c-schematics/package.json +++ b/packages/d2c-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@elasticpath/d2c-schematics", - "version": "0.6.4", + "version": "0.7.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 ae42dc21..173de7e0 100644 --- a/packages/react-shopper-hooks/CHANGELOG.md +++ b/packages/react-shopper-hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @elasticpath/react-shopper-hooks +## 0.3.1 + +### Patch Changes + +- c67286c: Bumped to latest version of moltin sdk + ## 0.3.0 ### Minor Changes diff --git a/packages/react-shopper-hooks/package.json b/packages/react-shopper-hooks/package.json index 439b20cc..bbb1bb2d 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.3.0", + "version": "0.3.1", "files": [ "dist" ],