Skip to content

Commit 34001f6

Browse files
committed
Bump version to: v2.34.1 [skip ci]
1 parent f84094c commit 34001f6

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.34.0",
3+
"version": "2.34.1",
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.34.0",
4+
"version": "2.34.1",
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.34.0"
19+
"@gr4vy/embed": "^2.34.1"
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.34.0",
3+
"version": "2.34.1",
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.34.0",
32+
"@gr4vy/embed": "^2.34.1",
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.34.0",
3+
"version": "2.34.1",
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)