Skip to content

Commit

Permalink
build(version): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 24, 2024
1 parent 9bff8d2 commit 91ea1f8
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"orange-toes-share",
"sharp-months-draw",
"silent-chefs-invent",
"thin-tables-carry",
"tidy-tips-sort"
]
}
5 changes: 5 additions & 0 deletions .changeset/thin-tables-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-md/core": patch
---

Fixed compile output directory by reverting to @swc/cli@0.1.63
8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 6.0.0-next.5

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.5
- @react-md/material-icons@6.0.0-next.5

## 6.0.0-next.4

### Patch Changes
Expand Down
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": "6.0.0-next.4",
"version": "6.0.0-next.5",
"description": "The documentation site for react-md",
"scripts": {
"run-script": "ts-node -P scripts/tsconfig.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-md/core

## 1.0.0-next.5

### Patch Changes

- Fixed compile output directory by reverting to @swc/cli@0.1.63

## 1.0.0-next.4

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

## 6.0.0-next.5

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.5

## 6.0.0-next.4

### Patch Changes
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-next.4",
"version": "6.0.0-next.5",
"description": "Material Design Icon components for react-md",
"type": "module",
"exports": {
Expand Down

0 comments on commit 91ea1f8

Please sign in to comment.