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 Dec 20, 2024
1 parent fbbda4a commit ae417ce
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"sharp-months-draw",
"short-lies-decide",
"silent-chefs-invent",
"spotty-ghosts-wait",
"strange-carpets-add",
"tasty-trainers-beg",
"ten-poems-film",
Expand Down
10 changes: 10 additions & 0 deletions .changeset/spotty-ghosts-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@react-md/core": patch
---

- The `constrast-color` mixin no longer throws an error with some colors due to `color.channel` not returning an int
- Fixed some type definitions for the React 19 release
- Disable line wrapping for the current selected option in the `Select` component

- Updated docs for lots of hooks and components
- Added docs for testing with Jest
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.5

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.18
- @react-md/code@0.0.1-next.6
- [email protected]
- @react-md/material-icons@6.0.0-next.19

## 0.0.2-next.4

### 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.4",
"version": "0.0.2-next.5",
"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.6

### Patch Changes

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

## 0.0.1-next.5

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

## 1.0.0-next.18

### Patch Changes

- - The `constrast-color` mixin no longer throws an error with some colors due to `color.channel` not returning an int
- Fixed some type definitions for the React 19 release
- Disable line wrapping for the current selected option in the `Select` component
- Updated docs for lots of hooks and components
- Added docs for testing with Jest

## 1.0.0-next.17

### 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.17",
"version": "1.0.0-next.18",
"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.6

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.18
- @react-md/code@0.0.1-next.6

## 0.0.1-next.5

### 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.5",
"version": "0.0.1-next.6",
"description": "MDX Plugins for the documentation site",
"type": "module",
"exports": {
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.19

### Patch Changes

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

## 6.0.0-next.18

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

## 6.0.0-next.6

### Patch Changes

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

## 6.0.0-next.5

### 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.5",
"version": "6.0.0-next.6",
"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 ae417ce

Please sign in to comment.