Skip to content

Commit

Permalink
chore: update versions (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 30, 2023
1 parent 462cccd commit 5f5924e
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/fluffy-donuts-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-seas-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-cats-smile.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.7",
"@elasticpath/react-shopper-hooks": "workspace:^0.5.1",
"@elasticpath/react-shopper-hooks": "workspace:^0.5.2",
"@elasticpath/shopper-common": "workspace:^0.1.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"start:e2e": "NODE_ENV=test next start"
},
"dependencies": {
"@elasticpath/react-shopper-hooks": "workspace:^0.5.1",
"@elasticpath/react-shopper-hooks": "workspace:^0.5.2",
"@elasticpath/shopper-common": "workspace:^0.1.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
11 changes: 11 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# composable-cli

## 0.8.7

### Patch Changes

- 462cccd: Migrated D2C starter kit to Next.js 13 App directory routing
- e1f97c9: lock version of react shopper hooks inside d2c output
- Updated dependencies [462cccd]
- Updated dependencies [462cccd]
- Updated dependencies [e1f97c9]
- @elasticpath/d2c-schematics@0.10.0

## 0.8.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/composable-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composable-cli",
"version": "0.8.6",
"version": "0.8.7",
"description": "Elastic Path Commerce Cloud Schematics - CLI",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@angular-devkit/schematics": "^14.1.0",
"@elasticpath/composable-common": "workspace:^",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.3",
"@elasticpath/d2c-schematics": "^0.9.3",
"@elasticpath/d2c-schematics": "^0.10.0",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"@types/ink": "^2.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @elasticpath/d2c-schematics

## 0.10.0

### Minor Changes

- 462cccd: Migrated D2C starter kit to Next.js 13 App directory routing

### Patch Changes

- 462cccd: bumped react types version
- e1f97c9: lock version of react shopper hooks inside d2c output

## 0.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/d2c-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/d2c-schematics",
"version": "0.9.3",
"version": "0.10.0",
"description": "D2C Storefront Schematics for Elastic Path Commerce Cloud",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-shopper-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elasticpath/react-shopper-hooks

## 0.5.2

### Patch Changes

- 462cccd: bumped react types version

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-shopper-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elasticpath/react-shopper-hooks",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"files": [
"dist"
],
Expand Down
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f5924e

Please sign in to comment.