Skip to content

Commit 1ee28fc

Browse files
committed
Bump version to: v2.11.0 [skip ci]
1 parent f8df75d commit 1ee28fc

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "2.10.0",
7+
"version": "2.11.0",
88
"command": {
99
"publish": {
1010
"verifyAccess": false

packages/embed-cdn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": "true",
33
"name": "@gr4vy/embed-cdn",
4-
"version": "2.10.0",
4+
"version": "2.11.0",
55
"description": "Embed a credit card form in your React app and store the card details, authorize the card, and capture a transaction.",
66
"main": "lib/index.js",
77
"author": "Gr4vy <code@gr4vy.com>",
@@ -16,6 +16,6 @@
1616
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
1717
},
1818
"dependencies": {
19-
"@gr4vy/embed": "^2.10.0"
19+
"@gr4vy/embed": "^2.11.0"
2020
}
2121
}

packages/embed-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gr4vy/embed-react",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Embed a credit card form in your React app and store the card details, authorize the card, and capture a transaction.",
55
"main": "lib/index",
66
"types": "lib/index",
@@ -29,7 +29,7 @@
2929
"react-dom": ">=16.8.0"
3030
},
3131
"dependencies": {
32-
"@gr4vy/embed": "^2.10.0",
32+
"@gr4vy/embed": "^2.11.0",
3333
"lodash.isequal": "^4.5.0"
3434
},
3535
"devDependencies": {

packages/embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gr4vy/embed",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Embed a credit card form in your web app and store the card details, authorize the card, and capture a transaction.",
55
"main": "lib/index",
66
"types": "lib/index",

packages/example-cdn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": "true",
33
"name": "example-cdn",
4-
"version": "2.10.0",
4+
"version": "2.11.0",
55
"description": "Example project that shows how to use @gr4vy/embed-cdn",
66
"main": "lib/index.js",
77
"author": "Gr4vy <code@gr4vy.com>",
@@ -13,6 +13,6 @@
1313
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
1414
},
1515
"dependencies": {
16-
"@gr4vy/embed": "^2.10.0"
16+
"@gr4vy/embed": "^2.11.0"
1717
}
1818
}

packages/example-cjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": "true",
33
"name": "example-cjs",
4-
"version": "2.10.0",
4+
"version": "2.11.0",
55
"description": "Example project that shows how to use @gr4vy/embed as an ESM import",
66
"main": "lib/index.js",
77
"author": "Gr4vy <code@gr4vy.com>",
@@ -13,6 +13,6 @@
1313
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
1414
},
1515
"dependencies": {
16-
"@gr4vy/embed": "^2.10.0"
16+
"@gr4vy/embed": "^2.11.0"
1717
}
1818
}

packages/example-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": "true",
33
"name": "exampe-esm",
4-
"version": "2.10.0",
4+
"version": "2.11.0",
55
"description": "Example project that shows how to use @gr4vy/embed as an ESM import",
66
"main": "lib/index.js",
77
"author": "Gr4vy <code@gr4vy.com>",
@@ -13,6 +13,6 @@
1313
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
1414
},
1515
"dependencies": {
16-
"@gr4vy/embed": "^2.10.0"
16+
"@gr4vy/embed": "^2.11.0"
1717
}
1818
}

packages/example-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": "true",
33
"name": "example-react",
4-
"version": "2.10.0",
4+
"version": "2.11.0",
55
"description": "Example project that shows how to use @gr4vy/embed-react",
66
"main": "lib/index.js",
77
"author": "Gr4vy <code@gr4vy.com>",
@@ -13,7 +13,7 @@
1313
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
1414
},
1515
"dependencies": {
16-
"@gr4vy/embed-react": "^2.10.0",
16+
"@gr4vy/embed-react": "^2.11.0",
1717
"react": "^17.0.1",
1818
"react-dom": "^17.0.1"
1919
}

0 commit comments

Comments
 (0)