Skip to content

Commit c61ce10

Browse files
committed
build(version): version packages
1 parent 05d58d6 commit c61ce10

File tree

14 files changed

+63
-196
lines changed

14 files changed

+63
-196
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @react-md/core@6.3.1
9+
- @react-md/code@0.0.8
10+
- docs-generator@0.0.8
11+
- @react-md/material-icons@6.2.3
12+
313
## 0.0.8
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.8",
5+
"version": "0.0.9",
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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @react-md/code
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @react-md/core@6.3.1
9+
- @react-md/material-icons@6.2.3
10+
311
## 0.0.7
412

513
### Patch Changes
@@ -53,7 +61,6 @@
5361
### Patch Changes
5462

5563
- 093d3bf: This release is mostly around adding codemods for v5 to v6, but also:
56-
5764
- reduced the installation size for react-md packages by excluding non-critical files
5865
- i.e. Ignore test files, mocks, files that aren't required for source maps, etc
5966
- fixed documentation
@@ -66,11 +73,9 @@
6673
- added the `TreeItemRenderer` utility type
6774

6875
- 4b8b394: Breaking Changes:
69-
7076
- `@react-md/core` no longer supports a single entrypoint and is ESM only
7177

7278
Features:
73-
7479
- `react-md` package is now a convenience package for the `@react-md/core` single entrypoint
7580
- New `@react-md/code` package for most of the code functionality within the documentation stie
7681
- `Box` now sets the `--rmd-box-columns` variable to the `columns` prop when it is a number
@@ -80,13 +85,11 @@
8085
- New `useActiveHeadingId` hook to help re-create the Table of Contents behavior in the documentation stie
8186

8287
Bug fixes:
83-
8488
- The `box-custom-grid` mixin should no longer error
8589
- The `LayoutAppBar` no longer causes layout shifts after rehydrating
8690
- The `ToastManager` handles repeated pause and resumes correctly
8791

8892
Other changes
89-
9093
- Documentation site overhaul to allow editing SCSS modules and showing the generated output
9194
- Simplified the @since tags in tsdoc
9295
- Simplified tsdoc examples
@@ -163,7 +166,6 @@
163166
### Patch Changes
164167

165168
- This release is mostly around adding codemods for v5 to v6, but also:
166-
167169
- reduced the installation size for react-md packages by excluding non-critical files
168170
- i.e. Ignore test files, mocks, files that aren't required for source maps, etc
169171
- fixed documentation
@@ -200,11 +202,9 @@
200202
### Patch Changes
201203

202204
- Breaking Changes:
203-
204205
- `@react-md/core` no longer supports a single entrypoint and is ESM only
205206

206207
Features:
207-
208208
- `react-md` package is now a convenience package for the `@react-md/core` single entrypoint
209209
- New `@react-md/code` package for most of the code functionality within the documentation stie
210210
- `Box` now sets the `--rmd-box-columns` variable to the `columns` prop when it is a number
@@ -214,13 +214,11 @@
214214
- New `useActiveHeadingId` hook to help re-create the Table of Contents behavior in the documentation stie
215215

216216
Bug fixes:
217-
218217
- The `box-custom-grid` mixin should no longer error
219218
- The `LayoutAppBar` no longer causes layout shifts after rehydrating
220219
- The `ToastManager` handles repeated pause and resumes correctly
221220

222221
Other changes
223-
224222
- Documentation site overhaul to allow editing SCSS modules and showing the generated output
225223
- Simplified the @since tags in tsdoc
226224
- Simplified tsdoc examples

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.7",
4+
"version": "0.0.8",
55
"description": "The core components and functionality for react-md.",
66
"type": "module",
77
"sass": "./dist/_code.scss",

0 commit comments

Comments
 (0)