Skip to content

Commit

Permalink
Version Packages (#89)
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 18, 2023
1 parent dd0a48c commit 1d8d3bb
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/fluffy-birds-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-kiwis-change.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": "^0.3.2",
"@elasticpath/react-shopper-hooks": "^0.3.3",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
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": "^0.3.2",
"@elasticpath/react-shopper-hooks": "^0.3.3",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# composable-cli

## 0.8.3

### Patch Changes

- dd0a48c: - bumped moltin sdk version
- Updated dependencies [dd0a48c]
- Updated dependencies [dd0a48c]
- @elasticpath/d2c-schematics@0.9.0

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.8.3",
"description": "Elastic Path Commerce Cloud Schematics - CLI",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/composable-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elasticpath/composable-common

## 0.2.2

### Patch Changes

- dd0a48c: - bumped moltin sdk version

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/composable-common",
"version": "0.2.1",
"version": "0.2.2",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @elasticpath/d2c-schematics

## 0.9.0

### Minor Changes

- dd0a48c: - Added bundles support to d2c output
- Refactored product components to use the latest react shopper hooks

### Patch Changes

- dd0a48c: - bumped moltin sdk version
- Updated dependencies [dd0a48c]
- @elasticpath/composable-common@0.2.2

## 0.8.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.8.3",
"version": "0.9.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.3.3

### Patch Changes

- dd0a48c: - bumped moltin sdk version

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"files": [
"dist"
],
Expand Down

0 comments on commit 1d8d3bb

Please sign in to comment.