Skip to content

Commit

Permalink
Bump version to: v2.24.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gr4vy-code committed Nov 16, 2023
1 parent bc5c640 commit 8b5a473
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions apps/example-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "example-cdn",
"version": "2.24.4",
"version": "2.24.5",
"description": "Example project that shows how to use @gr4vy/embed-cdn",
"main": "lib/index.js",
"author": "Gr4vy <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"test": "playwright test"
},
"dependencies": {
"@gr4vy/embed": "^2.24.4"
"@gr4vy/embed": "^2.24.5"
},
"devDependencies": {
"@playwright/test": "latest",
Expand Down
4 changes: 2 additions & 2 deletions apps/example-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "example-cjs",
"version": "2.24.4",
"version": "2.24.5",
"description": "Example project that shows how to use @gr4vy/embed as an ESM import",
"main": "lib/index.js",
"author": "Gr4vy <[email protected]>",
Expand All @@ -13,6 +13,6 @@
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
},
"dependencies": {
"@gr4vy/embed": "^2.24.4"
"@gr4vy/embed": "^2.24.5"
}
}
4 changes: 2 additions & 2 deletions apps/example-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "exampe-esm",
"version": "2.24.4",
"version": "2.24.5",
"description": "Example project that shows how to use @gr4vy/embed as an ESM import",
"main": "lib/index.js",
"author": "Gr4vy <[email protected]>",
Expand All @@ -13,6 +13,6 @@
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
},
"dependencies": {
"@gr4vy/embed": "^2.24.4"
"@gr4vy/embed": "^2.24.5"
}
}
4 changes: 2 additions & 2 deletions apps/example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "example-react",
"version": "2.24.4",
"version": "2.24.5",
"description": "Example project that shows how to use @gr4vy/embed-react",
"main": "lib/index.js",
"author": "Gr4vy <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"prepack": "echo 'This is a private project and should not be packed.'; exit 1;"
},
"dependencies": {
"@gr4vy/embed-react": "^2.24.4",
"@gr4vy/embed-react": "^2.24.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.24.4",
"version": "2.24.5",
"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.24.4",
"version": "2.24.5",
"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.24.4"
"@gr4vy/embed": "^2.24.5"
}
}
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.24.4",
"version": "2.24.5",
"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.24.4",
"@gr4vy/embed": "^2.24.5",
"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.24.4",
"version": "2.24.5",
"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 8b5a473

Please sign in to comment.