Skip to content

Commit 3289c93

Browse files
committed
build(version): version packages
1 parent 3cb136d commit 3289c93

File tree

14 files changed

+83
-7
lines changed

14 files changed

+83
-7
lines changed

apps/docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# docs
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @react-md/core@6.2.0
9+
- @react-md/material-icons@6.2.0
10+
- @react-md/code@0.0.5
11+
- docs-generator@0.0.5
12+
313
## 0.0.5
414

515
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs",
33
"type": "module",
44
"private": true,
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"description": "The documentation site for react-md",
77
"scripts": {
88
"run-script": "tsx --tsconfig scripts/tsconfig.json",

packages/code/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @react-md/code
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @react-md/core@6.2.0
9+
- @react-md/material-icons@6.2.0
10+
311
## 0.0.4
412

513
### Patch Changes

packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-md/code",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"description": "The core components and functionality for react-md.",
66
"type": "module",
77
"sass": "./dist/_code.scss",

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @react-md/core
22

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- # Features
8+
9+
- All hooks, components, and utils that required a `TextExtractor` now support `item.name` and `item.label` by default
10+
- `Autocomplete`
11+
- `alphaNumericSort`
12+
- `fuzzySearch`
13+
- `caseInsensitiveSearch`
14+
- The `Avatar` `color` can now be type-safe with module augmentation and the new `AvatarColorOverrides` interface
15+
- The `Box` `gridName` can now be type-safe with module augmentation and the new `BoxGridNameOverrides` interface
16+
- Added missing `circularProgress` and `linearProgress` class name utility functions
17+
- (internal): Updated the `PropsWithRef` utility type to automatically infer the element type
18+
319
## 6.1.0
420

521
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-md/core",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "The core components and functionality for react-md.",
55
"type": "module",
66
"sass": "./dist/_core.scss",

packages/docs-generator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# docs-generator
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @react-md/core@6.2.0
9+
- @react-md/code@0.0.5
10+
311
## 0.0.4
412

513
### Patch Changes

packages/docs-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-generator",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"description": "MDX Plugins for the documentation site",
66
"type": "module",
77
"exports": {

packages/material-icons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-md/material-icons
22

3+
## 6.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @react-md/core@6.2.0
9+
310
## 6.1.0
411

512
### Minor Changes

packages/material-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-md/material-icons",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Material Design Icon components for react-md",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)