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 Jan 10, 2025
1 parent a999752 commit 6e8e77e
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-humans-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-md/core": patch
---

Fixed TextField styling
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",
"gold-singers-remember",
"hip-poems-relate",
"light-humans-stare",
"lucky-chairs-serve",
"ninety-drinks-wave",
"olive-pianos-knock",
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.6

### Patch Changes

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

## 0.0.2-next.5

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

### Patch Changes

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

## 0.0.1-next.6

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

## 1.0.0-next.19

### Patch Changes

- Fixed TextField styling

## 1.0.0-next.18

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

### Patch Changes

- Updated dependencies
- @react-md/core@1.0.0-next.19
- @react-md/code@0.0.1-next.7

## 0.0.1-next.6

### 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.6",
"version": "0.0.1-next.7",
"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.20

### Patch Changes

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

## 6.0.0-next.19

### 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.19",
"version": "6.0.0-next.20",
"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.7

### Patch Changes

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

## 6.0.0-next.6

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

Please sign in to comment.