Skip to content

Commit

Permalink
build: Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Oct 11, 2023
1 parent 38f843d commit bd7f37d
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
9 changes: 9 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# docs

## 1.0.1-next.0

### Patch Changes

- Updated dependencies
- @react-md/material-icons@6.0.0-next.0
- @react-md/core@1.0.0-next.0
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"type": "module",
"private": true,
"version": "1.0.0",
"version": "1.0.1-next.0",
"description": "The documentation site for react-md",
"scripts": {
"create-env": "pnpm run run-script scripts/createEnv.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @react-md/codemod

## 6.0.0-next.0

### Major Changes

- Initial v6 release test
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": "5.1.3",
"version": "6.0.0-next.0",
"description": "ReactMD codemod scripts",
"author": "Mikkel Laursen <[email protected]>",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @react-md/core

## 1.0.0-next.0

### Major Changes

- Initial v6 release test
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": "0.0.1",
"version": "1.0.0-next.0",
"description": "The core components and functionality for react-md.",
"type": "module",
"sass": "./dist/_core.scss",
Expand Down
12 changes: 12 additions & 0 deletions packages/material-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @react-md/material-icons

## 6.0.0-next.0

### Major Changes

- Initial v6 release test

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.0
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": "5.1.3",
"version": "6.0.0-next.0",
"description": "Material Design Icon components for react-md",
"type": "module",
"exports": {
Expand Down

0 comments on commit bd7f37d

Please sign in to comment.