File tree 16 files changed +78
-29
lines changed
mason-integration-hub-deployer
16 files changed +78
-29
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algolia" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
22
22
"@algolia/react-instantsearch-widget-color-refinement-list" : " ^1.4.7" ,
23
23
"@chakra-ui/icons" : " ^2.0.8" ,
24
24
"@chakra-ui/react" : " ^2.2.8" ,
25
- "@elasticpath/react-shopper-hooks" : " ^0.1.1 " ,
25
+ "@elasticpath/react-shopper-hooks" : " ^0.2.0 " ,
26
26
"@emotion/react" : " ^11.10.0" ,
27
27
"@emotion/styled" : " ^11.10.0" ,
28
28
"@moltin/sdk" : " ^20.16.0" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " basic" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
21
21
"dependencies" : {
22
22
"@chakra-ui/icons" : " ^2.0.8" ,
23
23
"@chakra-ui/react" : " ^2.2.8" ,
24
- "@elasticpath/react-shopper-hooks" : " ^0.1.1 " ,
24
+ "@elasticpath/react-shopper-hooks" : " ^0.2.0 " ,
25
25
"@emotion/react" : " ^11.10.0" ,
26
26
"@emotion/styled" : " ^11.10.0" ,
27
27
"@moltin/sdk" : " ^20.16.0" ,
Original file line number Diff line number Diff line change 1
1
# @elasticpath/d2c-schematics
2
2
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
+
3
15
## 0.5.4
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elasticpath/d2c-schematics" ,
3
- "version" : " 0.5.4 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " D2C Storefront Schematics for Elastic Path Commerce Cloud" ,
5
5
"repository" : {
6
6
"type" : " git" ,
21
21
"dependencies" : {
22
22
"@angular-devkit/core" : " ^14.1.0" ,
23
23
"@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 " ,
26
26
"@moltin/sdk" : " ^20.16.0" ,
27
27
"@trpc/client" : " ^10.14.1" ,
28
28
"algoliasearch" : " ^4.15.0" ,
Original file line number Diff line number Diff line change 1
1
# @elasticpath/mason-cli
2
2
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 4a3b5cb]
8
+ - @elasticpath/d2c-schematics @0.6.0
9
+
3
10
## 0.5.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elasticpath/mason-cli" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Elastic Path Commerce Cloud Schematics - CLI" ,
5
5
"repository" : {
6
6
"type" : " git" ,
22
22
"dependencies" : {
23
23
"@angular-devkit/core" : " ^14.1.0" ,
24
24
"@angular-devkit/schematics" : " ^14.1.0" ,
25
- "@elasticpath/d2c-schematics" : " ^0.5.2 " ,
25
+ "@elasticpath/d2c-schematics" : " ^0.6.0 " ,
26
26
"ansi-colors" : " 4.1.3" ,
27
27
"inquirer" : " 8.2.4" ,
28
28
"symbol-observable" : " 4.0.0" ,
Original file line number Diff line number Diff line change 1
1
# @elasticpath/mason-common
2
2
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
+
3
12
## 0.1.3
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elasticpath/mason-common" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"main" : " ./dist-cjs/index.js" ,
5
5
"types" : " ./dist-types/index.d.ts" ,
6
6
"module" : " ./dist-es/index.js" ,
Original file line number Diff line number Diff line change 1
1
# @elasticpath/mason-integration-hub-deployer
2
2
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 4a3b5cb]
8
+ - @elasticpath/mason-common @0.1.4
9
+
3
10
## 0.1.3
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elasticpath/mason-integration-hub-deployer" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"types" : " ./dist-types/index.d.ts" ,
5
5
"scripts" : {
6
6
"build" : " yarn build:types" ,
28
28
"vitest" : " ^0.29.7"
29
29
},
30
30
"dependencies" : {
31
- "@elasticpath/mason-common" : " 0.1.3 " ,
31
+ "@elasticpath/mason-common" : " 0.1.4 " ,
32
32
"@netlify/functions" : " ^1.4.0" ,
33
33
"@trpc/server" : " ^10.14.1" ,
34
34
"express" : " ^4.18.2" ,
Original file line number Diff line number Diff line change 1
1
# @elasticpath/react-shopper-hooks
2
2
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4a3b5cb: e2e test refactoring and added complete ep payment e2e checkout flow test.
8
+
3
9
## 0.1.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elasticpath/react-shopper-hooks" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1.2 " ,
4
+ "version" : " 0.2.0 " ,
5
5
"files" : [
6
6
" dist"
7
7
],
You can’t perform that action at this time.
0 commit comments