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 2, 2024
1 parent 1c2005f commit 1a8cfaf
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 6 deletions.
14 changes: 14 additions & 0 deletions .changeset/olive-pianos-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@react-md/material-icons": patch
"react-md": patch
"@react-md/core": patch
---

This release focused on starting to create the codemods for v5 to v6, which helped me find and fix:

- Fixed the surface colors when `$color-scheme: light`
- `CardSubtitle` can now remove the secondary text color like v5 using the `textColor` `Typography` prop
- Moved the sticky styles behavior for tables into `StickyTableSection` instead of `TableHeader`/`TableFooter`
- Moved more table types into the `types.ts` file
- Re-ran the material icons script to fix the types for `MaterialSymbol` and `MaterialIcon`
- Updated documentation for components and changes between v5
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"gentle-gifts-arrive",
"hip-poems-relate",
"ninety-drinks-wave",
"olive-pianos-knock",
"orange-toes-share",
"pink-yaks-tickle",
"sharp-months-draw",
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.2

### Patch Changes

- Updated dependencies
- @react-md/material-icons@6.0.0-next.16
- @react-md/core@1.0.0-next.15
- @react-md/code@0.0.1-next.3
- docs-generator@0.0.1-next.3

## 0.0.2-next.1

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

## 0.0.1-next.3

### Patch Changes

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

## 0.0.1-next.2

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

## 1.0.0-next.15

### Patch Changes

- This release focused on starting to create the codemods for v5 to v6, which helped me find and fix:

- Fixed the surface colors when `$color-scheme: light`
- `CardSubtitle` can now remove the secondary text color like v5 using the `textColor` `Typography` prop
- Moved the sticky styles behavior for tables into `StickyTableSection` instead of `TableHeader`/`TableFooter`
- Moved more table types into the `types.ts` file
- Re-ran the material icons script to fix the types for `MaterialSymbol` and `MaterialIcon`
- Updated documentation for components and changes between v5

## 1.0.0-next.14

### 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.14",
"version": "1.0.0-next.15",
"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.3

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.15
- @react-md/code@0.0.1-next.3

## 0.0.1-next.2

### 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.2",
"version": "0.0.1-next.3",
"description": "MDX Plugins for the documentation site",
"type": "module",
"exports": {
Expand Down
16 changes: 16 additions & 0 deletions packages/material-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @react-md/material-icons

## 6.0.0-next.16

### Patch Changes

- This release focused on starting to create the codemods for v5 to v6, which helped me find and fix:

- Fixed the surface colors when `$color-scheme: light`
- `CardSubtitle` can now remove the secondary text color like v5 using the `textColor` `Typography` prop
- Moved the sticky styles behavior for tables into `StickyTableSection` instead of `TableHeader`/`TableFooter`
- Moved more table types into the `types.ts` file
- Re-ran the material icons script to fix the types for `MaterialSymbol` and `MaterialIcon`
- Updated documentation for components and changes between v5

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

## 6.0.0-next.15

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

## 6.0.0-next.3

### Patch Changes

- This release focused on starting to create the codemods for v5 to v6, which helped me find and fix:

- Fixed the surface colors when `$color-scheme: light`
- `CardSubtitle` can now remove the secondary text color like v5 using the `textColor` `Typography` prop
- Moved the sticky styles behavior for tables into `StickyTableSection` instead of `TableHeader`/`TableFooter`
- Moved more table types into the `types.ts` file
- Re-ran the material icons script to fix the types for `MaterialSymbol` and `MaterialIcon`
- Updated documentation for components and changes between v5

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

## 6.0.0-next.2

### 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.2",
"version": "6.0.0-next.3",
"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 1a8cfaf

Please sign in to comment.