Skip to content

Commit

Permalink
chore: update versions (#107)
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 30, 2023
1 parent b610efc commit 0f424c2
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/nice-onions-smile.md

This file was deleted.

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.9

### Patch Changes

- bb05c3e: bumped devkit to support node 18
- Updated dependencies [bb05c3e]
- @elasticpath/composable-common@0.2.6
- @elasticpath/d2c-schematics@0.10.2
- @elasticpath/composable-integration-hub-deployer@0.2.5

## 0.8.8

### 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.8",
"version": "0.8.9",
"description": "Elastic Path Commerce Cloud Schematics - CLI",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "workspace:^",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.4",
"@elasticpath/d2c-schematics": "^0.10.1",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.5",
"@elasticpath/d2c-schematics": "^0.10.2",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"@types/ink": "^2.0.3",
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.2.6

### Patch Changes

- bb05c3e: bumped devkit to support node 18

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

## 0.2.5

### Patch Changes

- Updated dependencies [bb05c3e]
- @elasticpath/composable-common@0.2.6

## 0.2.4

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

## 0.10.2

### Patch Changes

- bb05c3e: bumped devkit to support node 18
- Updated dependencies [bb05c3e]
- @elasticpath/composable-common@0.2.6
- @elasticpath/composable-integration-hub-deployer@0.2.5

## 0.10.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.10.1",
"version": "0.10.2",
"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.5",
"@elasticpath/composable-integration-hub-deployer": "^0.2.4",
"@elasticpath/composable-common": "^0.2.6",
"@elasticpath/composable-integration-hub-deployer": "^0.2.5",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
"algoliasearch": "^4.15.0",
Expand Down
10 changes: 5 additions & 5 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 0f424c2

Please sign in to comment.