Skip to content

Commit

Permalink
chore: update versions (#150)
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 Jan 18, 2024
1 parent 48160ba commit 19b36c8
Show file tree
Hide file tree
Showing 18 changed files with 86 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-pianos-remain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/gentle-waves-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-countries-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-boats-pump.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quick-tables-destroy.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/composable-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# composable-cli

## 0.11.0

### Minor Changes

- 48160ba: Using listr tasks to manage configuration

- added self sign up tasks
- converted old approach to use tasks

### Patch Changes

- 48160ba: Added powered by stripe to ep payments label
- 48160ba: Bumped moltin/sdk version
- Updated dependencies [48160ba]
- Updated dependencies [48160ba]
- Updated dependencies [48160ba]
- @elasticpath/composable-common@0.4.0
- @elasticpath/d2c-schematics@0.14.0

## 0.10.3

### 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.10.3",
"version": "0.11.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": "workspace:^0.13.0",
"@elasticpath/d2c-schematics": "workspace:^0.14.0",
"@inquirer/prompts": "^3.3.0",
"@listr2/prompt-adapter-inquirer": "^2.0.1",
"@moltin/sdk": "^27.6.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@algolia/client-search": "^4.20.0",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.1",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.2",
"@types/commondir": "^1.0.2",
"@types/diff": "^5.0.9",
"@types/fs-extra": "^9.0.13",
Expand Down
10 changes: 10 additions & 0 deletions packages/composable-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @elasticpath/composable-common

## 0.4.0

### Minor Changes

- 48160ba: Fix to authenticate new intergration hub tokens using the embedded authentication endpoint

### Patch Changes

- 48160ba: Bumped moltin/sdk version

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

## 0.3.2

### Patch Changes

- Updated dependencies [48160ba]
- Updated dependencies [48160ba]
- @elasticpath/composable-common@0.4.0

## 0.3.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.3.1",
"version": "0.3.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": "workspace:^0.3.0",
"@elasticpath/composable-common": "workspace:^0.4.0",
"@netlify/functions": "^1.4.0",
"@trpc/server": "^10.14.1",
"@types/node-fetch": "^2.6.7",
Expand Down
14 changes: 14 additions & 0 deletions packages/d2c-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @elasticpath/d2c-schematics

## 0.14.0

### Minor Changes

- 48160ba: Storefront now supports accounts and is moving towards the anders design

### Patch Changes

- 48160ba: Bumped moltin/sdk version
- Updated dependencies [48160ba]
- Updated dependencies [48160ba]
- @elasticpath/composable-common@0.4.0
- @elasticpath/composable-integration-hub-deployer@0.3.2

## 0.13.0

### Minor 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.13.0",
"version": "0.14.0",
"description": "D2C Storefront Schematics for Elastic Path Commerce Cloud",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "workspace:^0.3.1",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.1",
"@elasticpath/composable-common": "workspace:^0.4.0",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.3.2",
"@moltin/sdk": "^27.6.0",
"@trpc/client": "^10.14.1",
"algoliasearch": "^4.15.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-shopper-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @elasticpath/react-shopper-hooks

## 0.7.1

### Patch Changes

- 48160ba: Bumped moltin/sdk version
- Updated dependencies [48160ba]
- @elasticpath/shopper-common@0.2.2

## 0.7.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,6 +1,6 @@
{
"name": "@elasticpath/react-shopper-hooks",
"version": "0.7.0",
"version": "0.7.1",
"scripts": {
"dev": "vite",
"build": "tsup",
Expand Down Expand Up @@ -68,7 +68,7 @@
"access": "public"
},
"dependencies": {
"@elasticpath/shopper-common": "workspace:^0.2.1",
"@elasticpath/shopper-common": "workspace:^0.2.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"rxjs": "7.5.7"
Expand Down
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.2

### Patch Changes

- 48160ba: Bumped moltin/sdk version

## 0.2.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.2.1",
"version": "0.2.2",
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
"module": "./dist-es/index.js",
Expand Down
18 changes: 9 additions & 9 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 19b36c8

Please sign in to comment.