Skip to content

Commit

Permalink
Bump version to: v2.24.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gr4vy-code committed Nov 16, 2023
1 parent 2eab17b commit 771b29e
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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.3",
"version": "2.24.4",
"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.3"
"@gr4vy/embed": "^2.24.4"
},
"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.3",
"version": "2.24.4",
"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.3"
"@gr4vy/embed": "^2.24.4"
}
}
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.3",
"version": "2.24.4",
"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.3"
"@gr4vy/embed": "^2.24.4"
}
}
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.3",
"version": "2.24.4",
"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.3",
"@gr4vy/embed-react": "^2.24.4",
"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.3",
"version": "2.24.4",
"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.3",
"version": "2.24.4",
"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.3"
"@gr4vy/embed": "^2.24.4"
}
}
14 changes: 7 additions & 7 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.3",
"version": "2.24.4",
"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,17 +29,17 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@gr4vy/embed": "^2.24.3",
"@gr4vy/embed": "^2.24.4",
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addons": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/cli": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3"
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"gitHead": "6606f868e978fc1aa7368557d2730d52170a9049"
}
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.3",
"version": "2.24.4",
"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 771b29e

Please sign in to comment.