Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvdm committed Mar 12, 2024
1 parent e674b18 commit 51693b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs-stripe/api",
"version": "1.0.6",
"version": "1.0.7",
"description": "API-side code for RedwoodJS-Stripe projects",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs-stripe/cli",
"version": "1.0.4",
"version": "1.0.7",
"bin": "./dist/cjs/cli.js",
"keywords": [
"stripe",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.6"
"version": "1.0.7"
}
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs-stripe/web",
"version": "1.0.6",
"version": "1.0.7",
"main": "./dist/cjs/index.js",
"exports": {
".": {
Expand Down

0 comments on commit 51693b9

Please sign in to comment.