Skip to content

Commit 11f2cbe

Browse files
committed
Bump version to: v2.36.0 [skip ci]
1 parent 0a105d7 commit 11f2cbe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"version": "2.35.0",
3+
"version": "2.36.0",
44
"command": {
55
"publish": {
66
"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.35.0",
4+
"version": "2.36.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 <[email protected]>",
@@ -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.35.0"
19+
"@gr4vy/embed": "^2.36.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.35.0",
3+
"version": "2.36.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",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@babel/runtime": "^7.27.6",
33-
"@gr4vy/embed": "^2.35.0",
33+
"@gr4vy/embed": "^2.36.0",
3434
"lodash.isequal": "^4.5.0"
3535
},
3636
"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.35.0",
3+
"version": "2.36.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",

0 commit comments

Comments
 (0)