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 Jun 3, 2024
1 parent c7c209f commit d5d7d5a
Show file tree
Hide file tree
Showing 14 changed files with 100 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 @@ -22,6 +22,7 @@
"sharp-months-draw",
"short-lies-decide",
"silent-chefs-invent",
"strange-carpets-add",
"tasty-trainers-beg",
"ten-poems-film",
"thin-tables-carry",
Expand Down
26 changes: 26 additions & 0 deletions .changeset/strange-carpets-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"@react-md/core": patch
---

Added the first implementation for the new `Autocomplete` component and API which made me
realize I need to modify it a bit more. The next release should include better behavior
to mimic react-select and material ui where it supports working as a select element,
mutliselect options, and creating chips with values.

Breaking Changes

- The `useAsyncAction` was renamed to `useAsyncFunction` to mimic the other `use*Function` hooks.
- Removed the `children` prop from the `TextField` component

Features

- Added the `clear` icon to support the `Autocomplete` clear button behavior
- Updated the text field padding to be easier to style with CSS custom properties
- Added the `useTextFieldContainerAddons` hook to dynamically update the padding based on addon size with the `TextFieldContainer`
- Added the `useMutationObserver` hook

Bug Fixes

- Fixed adding some `@use` statements for the Sass standard library
- Fixed the `useDraggable` range behavior
- Fixed the cross fade transition behavior
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.1

### Patch Changes

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

## 0.0.2-next.0

### 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.0",
"version": "0.0.2-next.1",
"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.2

### Patch Changes

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

## 0.0.1-next.1

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

## 1.0.0-next.14

### Patch Changes

- Added the first implementation for the new `Autocomplete` component and API which made me
realize I need to modify it a bit more. The next release should include better behavior
to mimic react-select and material ui where it supports working as a select element,
mutliselect options, and creating chips with values.

Breaking Changes

- The `useAsyncAction` was renamed to `useAsyncFunction` to mimic the other `use*Function` hooks.
- Removed the `children` prop from the `TextField` component

Features

- Added the `clear` icon to support the `Autocomplete` clear button behavior
- Updated the text field padding to be easier to style with CSS custom properties
- Added the `useTextFieldContainerAddons` hook to dynamically update the padding based on addon size with the `TextFieldContainer`
- Added the `useMutationObserver` hook

Bug Fixes

- Fixed adding some `@use` statements for the Sass standard library
- Fixed the `useDraggable` range behavior
- Fixed the cross fade transition behavior

## 1.0.0-next.13

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

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.14
- @react-md/code@0.0.1-next.2

## 0.0.1-next.1

### 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.1",
"version": "0.0.1-next.2",
"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.15

### Patch Changes

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

## 6.0.0-next.14

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

### Patch Changes

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

## 6.0.0-next.1

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

Please sign in to comment.