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 Apr 6, 2024
1 parent 095b66f commit 3b18106
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-walls-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-md/core": patch
---

Trying a different way to handle package.json exports.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"changesets": [
"famous-pens-perform",
"friendly-walls-repeat",
"gentle-gifts-arrive",
"hip-poems-relate",
"ninety-drinks-wave",
Expand Down
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.12

### Patch Changes

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

## 6.0.0-next.11

### 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.11",
"version": "6.0.0-next.12",
"description": "The documentation site for react-md",
"scripts": {
"run-script": "tsx --tsconfig 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.12

### Patch Changes

- Trying a different way to handle package.json exports.

## 1.0.0-next.11

### 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.11",
"version": "1.0.0-next.12",
"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.12

### Patch Changes

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

## 6.0.0-next.11

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

0 comments on commit 3b18106

Please sign in to comment.