Skip to content

Commit

Permalink
fix: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mszekiel authored Oct 25, 2022
1 parent a65af2f commit 8fd7e90
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"command": {
"version": {
"allowBranch": "main",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements-markup",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements-preact",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/elements-test",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 8fd7e90

Please sign in to comment.