Skip to content

Commit

Permalink
Version Packages (#60)
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 Sep 24, 2023
1 parent c67286c commit d6dfbd9
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-zebras-bake.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/gorgeous-games-count.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/many-rules-fetch.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 @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.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
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.6.1",
"version": "0.6.2",
"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.1.6

### Patch Changes

- c67286c: Bumped to latest version of moltin sdk

## 0.1.5

### 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.1.5",
"version": "0.1.6",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6.4",
"version": "0.7.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.1

### Patch Changes

- c67286c: Bumped to latest version of moltin sdk

## 0.3.0

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

0 comments on commit d6dfbd9

Please sign in to comment.