Skip to content

Commit 7757ba9

Browse files
Version Packages (#35)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a3b5cb commit 7757ba9

File tree

16 files changed

+78
-29
lines changed

16 files changed

+78
-29
lines changed

.changeset/gold-jokes-wink.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/two-mails-train.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/algolia/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# algolia
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 4a3b5cb: e2e test refactoring and added complete ep payment e2e checkout flow test.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4a3b5cb]
12+
- @elasticpath/react-shopper-hooks@0.2.0

examples/algolia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algolia",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -22,7 +22,7 @@
2222
"@algolia/react-instantsearch-widget-color-refinement-list": "^1.4.7",
2323
"@chakra-ui/icons": "^2.0.8",
2424
"@chakra-ui/react": "^2.2.8",
25-
"@elasticpath/react-shopper-hooks": "^0.1.1",
25+
"@elasticpath/react-shopper-hooks": "^0.2.0",
2626
"@emotion/react": "^11.10.0",
2727
"@emotion/styled": "^11.10.0",
2828
"@moltin/sdk": "^20.16.0",

examples/basic/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# basic
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 4a3b5cb: e2e test refactoring and added complete ep payment e2e checkout flow test.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4a3b5cb]
12+
- @elasticpath/react-shopper-hooks@0.2.0

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@chakra-ui/icons": "^2.0.8",
2323
"@chakra-ui/react": "^2.2.8",
24-
"@elasticpath/react-shopper-hooks": "^0.1.1",
24+
"@elasticpath/react-shopper-hooks": "^0.2.0",
2525
"@emotion/react": "^11.10.0",
2626
"@emotion/styled": "^11.10.0",
2727
"@moltin/sdk": "^20.16.0",

packages/d2c-schematics/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @elasticpath/d2c-schematics
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 4a3b5cb: e2e test refactoring and added complete ep payment e2e checkout flow test.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [4a3b5cb]
12+
- @elasticpath/mason-common@0.1.4
13+
- @elasticpath/mason-integration-hub-deployer@0.1.4
14+
315
## 0.5.4
416

517
### Patch Changes

packages/d2c-schematics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticpath/d2c-schematics",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"description": "D2C Storefront Schematics for Elastic Path Commerce Cloud",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@angular-devkit/core": "^14.1.0",
2323
"@angular-devkit/schematics": "^14.1.0",
24-
"@elasticpath/mason-common": "0.1.3",
25-
"@elasticpath/mason-integration-hub-deployer": "0.1.3",
24+
"@elasticpath/mason-common": "0.1.4",
25+
"@elasticpath/mason-integration-hub-deployer": "0.1.4",
2626
"@moltin/sdk": "^20.16.0",
2727
"@trpc/client": "^10.14.1",
2828
"algoliasearch": "^4.15.0",

packages/mason-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @elasticpath/mason-cli
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a3b5cb]
8+
- @elasticpath/d2c-schematics@0.6.0
9+
310
## 0.5.1
411

512
### Patch Changes

packages/mason-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticpath/mason-cli",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Elastic Path Commerce Cloud Schematics - CLI",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@angular-devkit/core": "^14.1.0",
2424
"@angular-devkit/schematics": "^14.1.0",
25-
"@elasticpath/d2c-schematics": "^0.5.2",
25+
"@elasticpath/d2c-schematics": "^0.6.0",
2626
"ansi-colors": "4.1.3",
2727
"inquirer": "8.2.4",
2828
"symbol-observable": "4.0.0",

packages/mason-common/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @elasticpath/mason-common
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 4a3b5cb: fixed tests
8+
9+
- was failing due to executing specs inside node_modules, so ignoring
10+
- fixed tests for epcc url resolve to match intended use case
11+
312
## 0.1.3
413

514
### Patch Changes

packages/mason-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticpath/mason-common",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "./dist-cjs/index.js",
55
"types": "./dist-types/index.d.ts",
66
"module": "./dist-es/index.js",

packages/mason-integration-hub-deployer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @elasticpath/mason-integration-hub-deployer
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a3b5cb]
8+
- @elasticpath/mason-common@0.1.4
9+
310
## 0.1.3
411

512
### Patch Changes

packages/mason-integration-hub-deployer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticpath/mason-integration-hub-deployer",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"types": "./dist-types/index.d.ts",
55
"scripts": {
66
"build": "yarn build:types",
@@ -28,7 +28,7 @@
2828
"vitest": "^0.29.7"
2929
},
3030
"dependencies": {
31-
"@elasticpath/mason-common": "0.1.3",
31+
"@elasticpath/mason-common": "0.1.4",
3232
"@netlify/functions": "^1.4.0",
3333
"@trpc/server": "^10.14.1",
3434
"express": "^4.18.2",

packages/react-shopper-hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @elasticpath/react-shopper-hooks
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 4a3b5cb: e2e test refactoring and added complete ep payment e2e checkout flow test.
8+
39
## 0.1.2
410

511
### Patch Changes

packages/react-shopper-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elasticpath/react-shopper-hooks",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"files": [
66
"dist"
77
],

0 commit comments

Comments
 (0)