Skip to content

Commit

Permalink
Bump version to: v2.25.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gr4vy-code committed Jan 17, 2024
1 parent 73bc392 commit bbf4a3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "2.25.0",
"version": "2.25.1",
"command": {
"publish": {
"verifyAccess": false
Expand Down
4 changes: 2 additions & 2 deletions packages/embed-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "@gr4vy/embed-cdn",
"version": "2.25.0",
"version": "2.25.1",
"description": "Embed a credit card form in your React app and store the card details, authorize the card, and capture a transaction.",
"main": "lib/index.js",
"author": "Gr4vy <[email protected]>",
Expand All @@ -16,6 +16,6 @@
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
},
"dependencies": {
"@gr4vy/embed": "^2.25.0"
"@gr4vy/embed": "^2.25.1"
}
}
4 changes: 2 additions & 2 deletions packages/embed-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gr4vy/embed-react",
"version": "2.25.0",
"version": "2.25.1",
"description": "Embed a credit card form in your React app and store the card details, authorize the card, and capture a transaction.",
"main": "lib/index",
"types": "lib/index",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@gr4vy/embed": "^2.25.0",
"@gr4vy/embed": "^2.25.1",
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gr4vy/embed",
"version": "2.25.0",
"version": "2.25.1",
"description": "Embed a credit card form in your web app and store the card details, authorize the card, and capture a transaction.",
"main": "lib/index",
"types": "lib/index",
Expand Down

0 comments on commit bbf4a3e

Please sign in to comment.