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 Mar 27, 2024
1 parent bee94ee commit 31b0fa5
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/ninety-drinks-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@react-md/material-icons": patch
"@react-md/core": patch
---

Experimental support for package.json exports and updated material icons.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"famous-pens-perform",
"gentle-gifts-arrive",
"hip-poems-relate",
"ninety-drinks-wave",
"orange-toes-share",
"pink-yaks-tickle",
"sharp-months-draw",
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.11

### Patch Changes

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

## 6.0.0-next.10

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

### Patch Changes

- Experimental support for package.json exports and updated material icons.

## 1.0.0-next.10

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

## 6.0.0-next.11

### Patch Changes

- Experimental support for package.json exports and updated material icons.
- Updated dependencies
- @react-md/core@1.0.0-next.11

## 6.0.0-next.10

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

0 comments on commit 31b0fa5

Please sign in to comment.