Skip to content

Commit

Permalink
Revert "v9.7.1"
Browse files Browse the repository at this point in the history
This reverts commit f137431.
  • Loading branch information
mohammadxali committed Oct 9, 2024
1 parent f137431 commit e386d9b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"publishConfig": {
"access": "public"
},
"version": "9.7.1",
"version": "9.7.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
10 changes: 5 additions & 5 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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/theme-kit-core",
"version": "9.7.1",
"version": "9.7.0",
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
"main": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/theme-kit-nextjs",
"version": "9.7.1",
"version": "9.7.0",
"description": "Data layer and utility library for developing Prezly themes with NextJS",
"type": "module",
"main": "build/index.mjs",
Expand Down Expand Up @@ -86,7 +86,7 @@
}
},
"dependencies": {
"@prezly/theme-kit-core": "^9.7.1",
"@prezly/theme-kit-core": "^9.7.0",
"@prezly/theme-kit-intl": "^9.6.0",
"@prezly/theme-kit-react": "^9.6.0",
"@technically/is-not-undefined": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/theme-kit-ui",
"version": "9.7.1",
"version": "9.7.0",
"description": "UI components for Prezly themes",
"keywords": ["prezly", "themes", "ui"],
"author": {
Expand Down

1 comment on commit e386d9b

@mohammadxali
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't logged in with npm, so the version bump commit has been pushed, but the package wasn't pushed to registry.

So reverted the version bump commit to redo it.

Please sign in to comment.