Skip to content

Commit

Permalink
build: change versions for usage with changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Oct 11, 2023
1 parent 6605e3c commit 7f572fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-md/codemod",
"type": "module",
"version": "6.0.0-alpha.0",
"version": "5.1.3",
"description": "ReactMD codemod scripts",
"author": "Mikkel Laursen <[email protected]>",
"bin": {
Expand Down
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": "@react-md/core",
"version": "6.0.0-alpha.0",
"version": "0.0.1",
"description": "The core components and functionality for react-md.",
"type": "module",
"sass": "./dist/_core.scss",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/material-icons",
"version": "6.0.0-alpha.0",
"version": "5.1.3",
"description": "Material Design Icon components for react-md",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7f572fe

Please sign in to comment.