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 9a56cca commit bdcbd82
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-days-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-md/material-icons": patch
---

Fixed the SVGIcon import path from @react-md/core after trying new 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",
"forty-days-walk",
"friendly-walls-repeat",
"gentle-gifts-arrive",
"hip-poems-relate",
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 6.0.0-next.13

### Patch Changes

- Updated dependencies
- @react-md/material-icons@6.0.0-next.13

## 6.0.0-next.12

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

## 6.0.0-next.13

### Patch Changes

- Fixed the SVGIcon import path from @react-md/core after trying new package.json exports.

## 6.0.0-next.12

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

0 comments on commit bdcbd82

Please sign in to comment.