Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvdm committed Oct 31, 2024
1 parent 5143dc5 commit d94772e
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.9",
"version": "1.0.10",
"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.9",
"version": "1.0.10",
"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.9"
"version": "1.0.10"
}
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.9",
"version": "1.0.10",
"type": "module",
"main": "./dist/cjs/index.js",
"exports": {
Expand Down

0 comments on commit d94772e

Please sign in to comment.