Skip to content

Commit

Permalink
Revert "v1.8.0-next.0"
Browse files Browse the repository at this point in the history
This reverts commit cd05006.
  • Loading branch information
sh0ji committed Dec 19, 2023
1 parent 9b87d80 commit e8dfbd9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.0-next.0",
"version": "1.7.2-next.3",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
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": "@wwnds/core",
"version": "1.8.0-next.0",
"version": "1.7.2-next.3",
"description": "Vanilla CSS, HTML, and JavaScript implementations of the Norton Design System.",
"keywords": [
"component",
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": "@wwnds/react",
"version": "1.8.0-next.0",
"version": "1.7.2-next.3",
"description": "React components for the Norton Design System.",
"keywords": [
"component",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.8.0-next.0",
"version": "1.7.2-next.3",
"private": true,
"author": "Evan Yamanishi <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -41,8 +41,8 @@
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/theme-live-codeblock": "^2.3.1",
"@mdx-js/react": "^1.6.22",
"@wwnds/core": "^1.8.0-next.0",
"@wwnds/react": "^1.8.0-next.0",
"@wwnds/core": "^1.7.2-next.3",
"@wwnds/react": "^1.7.2-next.3",
"colorable": "^1.0.5",
"docusaurus-lunr-search": "^2.3.2",
"markdown-to-jsx": "^7.1.9",
Expand Down

0 comments on commit e8dfbd9

Please sign in to comment.