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 Jul 30, 2024
1 parent c13d1cc commit 093d3bf
Show file tree
Hide file tree
Showing 14 changed files with 122 additions and 6 deletions.
19 changes: 19 additions & 0 deletions .changeset/gold-singers-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"@react-md/material-icons": patch
"react-md": patch
"@react-md/code": patch
"@react-md/core": patch
---

This release is mostly around adding codemods for v5 to v6, but also:

- reduced the installation size for react-md packages by excluding non-critical files
- i.e. Ignore test files, mocks, files that aren't required for source maps, etc
- fixed documentation
- removed the invalid server component comments since they aren't server components. they are just components that do not require client side js
- split the expansion panel, list, sheet styles into separate files so that the style utility classes can be used without client size js
- fixed the inline icon styles to be `vertical-align: middle` instead of `vertical-align: bottom` to work with more font sizes
- renamed `TreeItemDefaultIds` to `TreeDefaultIds` to match naming conventions
- fixed some vertical tabs and scroll button styles
- added more convenience pass-through props to the `useTabs` hook options
- added the `TreeItemRenderer` utility type
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"forty-days-walk",
"friendly-walls-repeat",
"gentle-gifts-arrive",
"gold-singers-remember",
"hip-poems-relate",
"ninety-drinks-wave",
"olive-pianos-knock",
Expand Down
10 changes: 10 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# docs

## 0.0.2-next.3

### Patch Changes

- Updated dependencies
- @react-md/material-icons@6.0.0-next.17
- @react-md/code@0.0.1-next.4
- @react-md/core@1.0.0-next.16
- [email protected]

## 0.0.2-next.2

### 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": "0.0.2-next.2",
"version": "0.0.2-next.3",
"description": "The documentation site for react-md",
"scripts": {
"run-script": "tsx --tsconfig scripts/tsconfig.json",
Expand Down
21 changes: 21 additions & 0 deletions packages/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @react-md/code

## 0.0.1-next.4

### Patch Changes

- This release is mostly around adding codemods for v5 to v6, but also:

- reduced the installation size for react-md packages by excluding non-critical files
- i.e. Ignore test files, mocks, files that aren't required for source maps, etc
- fixed documentation
- removed the invalid server component comments since they aren't server components. they are just components that do not require client side js
- split the expansion panel, list, sheet styles into separate files so that the style utility classes can be used without client size js
- fixed the inline icon styles to be `vertical-align: middle` instead of `vertical-align: bottom` to work with more font sizes
- renamed `TreeItemDefaultIds` to `TreeDefaultIds` to match naming conventions
- fixed some vertical tabs and scroll button styles
- added more convenience pass-through props to the `useTabs` hook options
- added the `TreeItemRenderer` utility type

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

## 0.0.1-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-md/code",
"private": true,
"version": "0.0.1-next.3",
"version": "0.0.1-next.4",
"description": "The core components and functionality for react-md.",
"type": "module",
"sass": "./dist/_code.scss",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @react-md/core

## 1.0.0-next.16

### Patch Changes

- This release is mostly around adding codemods for v5 to v6, but also:

- reduced the installation size for react-md packages by excluding non-critical files
- i.e. Ignore test files, mocks, files that aren't required for source maps, etc
- fixed documentation
- removed the invalid server component comments since they aren't server components. they are just components that do not require client side js
- split the expansion panel, list, sheet styles into separate files so that the style utility classes can be used without client size js
- fixed the inline icon styles to be `vertical-align: middle` instead of `vertical-align: bottom` to work with more font sizes
- renamed `TreeItemDefaultIds` to `TreeDefaultIds` to match naming conventions
- fixed some vertical tabs and scroll button styles
- added more convenience pass-through props to the `useTabs` hook options
- added the `TreeItemRenderer` utility type

## 1.0.0-next.15

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

## 0.0.1-next.4

### Patch Changes

- Updated dependencies
- @react-md/code@0.0.1-next.4
- @react-md/core@1.0.0-next.16

## 0.0.1-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-generator",
"private": true,
"version": "0.0.1-next.3",
"version": "0.0.1-next.4",
"description": "MDX Plugins for the documentation site",
"type": "module",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/material-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @react-md/material-icons

## 6.0.0-next.17

### Patch Changes

- This release is mostly around adding codemods for v5 to v6, but also:

- reduced the installation size for react-md packages by excluding non-critical files
- i.e. Ignore test files, mocks, files that aren't required for source maps, etc
- fixed documentation
- removed the invalid server component comments since they aren't server components. they are just components that do not require client side js
- split the expansion panel, list, sheet styles into separate files so that the style utility classes can be used without client size js
- fixed the inline icon styles to be `vertical-align: middle` instead of `vertical-align: bottom` to work with more font sizes
- renamed `TreeItemDefaultIds` to `TreeDefaultIds` to match naming conventions
- fixed some vertical tabs and scroll button styles
- added more convenience pass-through props to the `useTabs` hook options
- added the `TreeItemRenderer` utility type

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

## 6.0.0-next.16

### 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.16",
"version": "6.0.0-next.17",
"description": "Material Design Icon components for react-md",
"type": "module",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/react-md/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# react-md

## 6.0.0-next.4

### Patch Changes

- This release is mostly around adding codemods for v5 to v6, but also:

- reduced the installation size for react-md packages by excluding non-critical files
- i.e. Ignore test files, mocks, files that aren't required for source maps, etc
- fixed documentation
- removed the invalid server component comments since they aren't server components. they are just components that do not require client side js
- split the expansion panel, list, sheet styles into separate files so that the style utility classes can be used without client size js
- fixed the inline icon styles to be `vertical-align: middle` instead of `vertical-align: bottom` to work with more font sizes
- renamed `TreeItemDefaultIds` to `TreeDefaultIds` to match naming conventions
- fixed some vertical tabs and scroll button styles
- added more convenience pass-through props to the `useTabs` hook options
- added the `TreeItemRenderer` utility type

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

## 6.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-md",
"version": "6.0.0-next.3",
"version": "6.0.0-next.4",
"description": "This is the full react-md library bundled together for convenience.",
"type": "module",
"sass": "./dist/_react-md.scss",
Expand Down

0 comments on commit 093d3bf

Please sign in to comment.