Skip to content

Commit

Permalink
Version Packages (#95)
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 25, 2023
1 parent 6f21687 commit 8e4178e
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 32 deletions.
12 changes: 0 additions & 12 deletions .changeset/fuzzy-buckets-drive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-bugs-run.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.4.0",
"@elasticpath/react-shopper-hooks": "0.5.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.4.0",
"@elasticpath/react-shopper-hooks": "0.5.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@moltin/sdk": "^25.0.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# composable-cli

## 0.8.5

### Patch Changes

- 6f21687: ### migrated from yarn to pnpm

- Having issue managing the yarn workspace moved to pnpm

- Updated dependencies [6f21687]
- @elasticpath/composable-integration-hub-deployer@0.2.2
- @elasticpath/composable-common@0.2.3
- @elasticpath/d2c-schematics@0.9.2

## 0.8.4

### 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.4",
"version": "0.8.5",
"description": "Elastic Path Commerce Cloud Schematics - CLI",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"@angular-devkit/core": "^14.1.0",
"@angular-devkit/schematics": "^14.1.0",
"@elasticpath/composable-common": "workspace:^",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.1",
"@elasticpath/d2c-schematics": "^0.9.1",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.2",
"@elasticpath/d2c-schematics": "^0.9.2",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"@types/ink": "^2.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/composable-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @elasticpath/composable-common

## 0.2.3

### Patch Changes

- 6f21687: ### migrated from yarn to pnpm

- Having issue managing the yarn workspace moved to pnpm

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.2.2

### Patch Changes

- 6f21687: ### migrated from yarn to pnpm

- Having issue managing the yarn workspace moved to pnpm

- Updated dependencies [6f21687]
- @elasticpath/composable-common@0.2.3

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.2",
"@elasticpath/composable-common": "^0.2.3",
"@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.9.2

### Patch Changes

- 6f21687: ### migrated from yarn to pnpm

- Having issue managing the yarn workspace moved to pnpm

- Updated dependencies [6f21687]
- @elasticpath/composable-integration-hub-deployer@0.2.2
- @elasticpath/composable-common@0.2.3

## 0.9.1

### 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.9.1",
"version": "0.9.2",
"description": "D2C Storefront Schematics for Elastic Path Commerce Cloud",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@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.1",
"@elasticpath/composable-common": "^0.2.3",
"@elasticpath/composable-integration-hub-deployer": "^0.2.2",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"algoliasearch": "^4.15.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-shopper-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @elasticpath/react-shopper-hooks

## 0.5.0

### Minor Changes

- 6f21687: add navigation to shopper store context

### Patch Changes

- 6f21687: ### migrated from yarn to pnpm

- Having issue managing the yarn workspace moved to pnpm

- Updated dependencies [6f21687]
- Updated dependencies [6f21687]
- @elasticpath/shopper-common@0.1.0

## 0.4.0

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

## 0.1.0

### Minor Changes

- 6f21687: add navigation to shopper store context

### Patch Changes

- 6f21687: ### migrated from yarn to pnpm

- Having issue managing the yarn workspace moved to pnpm

## 0.0.1

### 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.0.1",
"version": "0.1.0",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit 8e4178e

Please sign in to comment.