Skip to content

Commit

Permalink
Version Packages (#91)
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 20, 2023
1 parent d640de1 commit e8121e9
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 35 deletions.
7 changes: 0 additions & 7 deletions .changeset/modern-experts-do.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spotty-dolphins-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-tools-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-cameras-allow.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.4.0",
"@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.4.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# composable-cli

## 0.8.4

### Patch Changes

- d640de1: use explicit versioning
- Updated dependencies [d640de1]
- Updated dependencies [2fdb8aa]
- Updated dependencies [19ada03]
- @elasticpath/d2c-schematics@0.9.1

## 0.8.3

### 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.3",
"version": "0.8.4",
"description": "Elastic Path Commerce Cloud Schematics - CLI",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@angular-devkit/core": "^14.1.0",
"@angular-devkit/schematics": "^14.1.0",
"@elasticpath/d2c-schematics": "^0.9.0",
"@elasticpath/d2c-schematics": "^0.9.1",
"@moltin/sdk": "^25.0.2",
"@types/ink": "^2.0.3",
"@types/yargs": "^17.0.24",
Expand Down
6 changes: 6 additions & 0 deletions packages/composable-integration-hub-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elasticpath/composable-integration-hub-deployer

## 0.2.1

### Patch Changes

- d640de1: use explicit versioning

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composable-integration-hub-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/composable-integration-hub-deployer",
"version": "0.2.0",
"version": "0.2.1",
"types": "./dist-types/index.d.ts",
"scripts": {
"build": "yarn build:types",
Expand Down
10 changes: 10 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @elasticpath/d2c-schematics

## 0.9.1

### Patch Changes

- d640de1: use explicit versioning
- 2fdb8aa: removed yup and using zod instead
- 19ada03: import was using local path
- Updated dependencies [d640de1]
- @elasticpath/composable-integration-hub-deployer@0.2.1

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.9.1",
"description": "D2C Storefront Schematics for Elastic Path Commerce Cloud",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"@angular-devkit/core": "^14.1.0",
"@angular-devkit/schematics": "^14.1.0",
"@elasticpath/composable-common": "^0.2.2",
"@elasticpath/composable-integration-hub-deployer": "^0.2.0",
"@elasticpath/composable-integration-hub-deployer": "^0.2.1",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"algoliasearch": "^4.15.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-shopper-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @elasticpath/react-shopper-hooks

## 0.4.0

### Minor Changes

- 19ada03: - created shopper common package for common utilities and types
- updated react shopper hooks to use common elements from shopper common

### Patch Changes

- d640de1: use explicit versioning
- Updated dependencies [19ada03]
- @elasticpath/shopper-common@0.0.1

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.4.0",
"files": [
"dist"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@elasticpath/shopper-common": "^0.0.0",
"@elasticpath/shopper-common": "^0.0.1",
"rxjs": "7.5.7"
}
}
8 changes: 8 additions & 0 deletions packages/shopper-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @elasticpath/shopper-common

## 0.0.1

### Patch Changes

- 19ada03: - created shopper common package for common utilities and types
- updated react shopper hooks to use common elements from shopper common
2 changes: 1 addition & 1 deletion packages/shopper-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticpath/shopper-common",
"version": "0.0.0",
"version": "0.0.1",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit e8121e9

Please sign in to comment.