Skip to content

Commit

Permalink
chore: update versions (#124)
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 Nov 14, 2023
1 parent 0291e71 commit ced8ec4
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 36 deletions.
10 changes: 0 additions & 10 deletions .changeset/cyan-coins-sneeze.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.7",
"@elasticpath/react-shopper-hooks": "workspace:^0.5.4",
"@elasticpath/shopper-common": "workspace:^0.1.3",
"@elasticpath/react-shopper-hooks": "workspace:^0.6.0",
"@elasticpath/shopper-common": "workspace:^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"start:e2e": "NODE_ENV=test next start"
},
"dependencies": {
"@elasticpath/react-shopper-hooks": "workspace:^0.5.4",
"@elasticpath/shopper-common": "workspace:^0.1.3",
"@elasticpath/react-shopper-hooks": "workspace:^0.6.0",
"@elasticpath/shopper-common": "workspace:^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# composable-cli

## 0.9.0

### Minor Changes

- 0291e71: manual payment gateway support for d2c starter kit

### Patch Changes

- Updated dependencies [0291e71]
- @elasticpath/d2c-schematics@0.11.0
- @elasticpath/composable-common@0.3.0

## 0.8.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.15",
"version": "0.9.0",
"description": "Elastic Path Commerce Cloud Schematics - CLI",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "workspace:^",
"@elasticpath/d2c-schematics": "^0.10.5",
"@elasticpath/d2c-schematics": "^0.11.0",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"@types/ink": "^2.0.3",
Expand Down Expand Up @@ -56,7 +56,7 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.6",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.0",
"@algolia/client-search": "^4.20.0",
"@types/fs-extra": "^9.0.13",
"@types/ink-big-text": "^1.2.1",
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.3.0

### Minor Changes

- 0291e71: manual payment gateway support for d2c starter kit

## 0.2.7

### 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.7",
"version": "0.3.0",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/composable-integration-hub-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @elasticpath/composable-integration-hub-deployer

## 0.3.0

### Minor Changes

- 0291e71: manual payment gateway support for d2c starter kit

### Patch Changes

- Updated dependencies [0291e71]
- @elasticpath/composable-common@0.3.0

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.3.0",
"types": "./dist-types/index.d.ts",
"scripts": {
"build": "pnpm build:types",
Expand Down Expand Up @@ -28,7 +28,7 @@
"vitest": "^0.29.7"
},
"dependencies": {
"@elasticpath/composable-common": "^0.2.7",
"@elasticpath/composable-common": "^0.3.0",
"@netlify/functions": "^1.4.0",
"@trpc/server": "^10.14.1",
"@types/node-fetch": "^2.6.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @elasticpath/d2c-schematics

## 0.11.0

### Minor Changes

- 0291e71: manual payment gateway support for d2c starter kit

### Patch Changes

- Updated dependencies [0291e71]
- @elasticpath/composable-common@0.3.0
- @elasticpath/composable-integration-hub-deployer@0.3.0

## 0.10.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.10.5",
"version": "0.11.0",
"description": "D2C Storefront Schematics for Elastic Path Commerce Cloud",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "^0.2.7",
"@elasticpath/composable-integration-hub-deployer": "^0.2.6",
"@elasticpath/composable-common": "^0.3.0",
"@elasticpath/composable-integration-hub-deployer": "^0.3.0",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"algoliasearch": "^4.15.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-shopper-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @elasticpath/react-shopper-hooks

## 0.6.0

### Minor Changes

- 0291e71: manual payment gateway support for d2c starter kit

### Patch Changes

- Updated dependencies [0291e71]
- @elasticpath/shopper-common@0.2.0

## 0.5.4

### 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.5.4",
"version": "0.6.0",
"files": [
"dist"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@elasticpath/shopper-common": "^0.1.3",
"@elasticpath/shopper-common": "^0.2.0",
"rxjs": "7.5.7"
}
}
6 changes: 6 additions & 0 deletions packages/shopper-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @elasticpath/shopper-common

## 0.2.0

### Minor Changes

- 0291e71: manual payment gateway support for d2c starter kit

## 0.1.3

### Patch Changes
Expand Down
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.1.3",
"version": "0.2.0",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down
20 changes: 10 additions & 10 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 ced8ec4

Please sign in to comment.