Skip to content

Commit

Permalink
chore(release): publish v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 12, 2021
1 parent 905d15a commit 18aabfd
Show file tree
Hide file tree
Showing 23 changed files with 102 additions and 34 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

### Bug Fixes

- [@react-md/form](./packages/form): fixed floating label behavior for
`TextArea`
([80c22ba](https://github.com/mlaursen/react-md/commit/80c22ba841fc5370165d659a4c9b0e01a0f41017)),
closes [#1043](https://github.com/mlaursen/react-md/issues/1043)
- [@react-md/layout](./packages/layout): Fixed scrollIntoView behavior for the
layout tree
([4716c76](https://github.com/mlaursen/react-md/commit/4716c76cf98807de77ae7033206ec939230bf806))

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ estimated size for this library, check out the results below:
yarn dev-utils libsize

The gizipped UMD bundle sizes are:
- dist/umd/react-md.production.min.js 97.32 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.36 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.71 KB
- dist/umd/react-md.production.min.js 97.37 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.43 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.8 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 17.13 KB
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.5.2"
"version": "2.5.3"
}
5 changes: 5 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

**Note:** Version bump only for package
[@react-md/autocomplete](../autocomplete)

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

**Note:** Version bump only for package
Expand Down
4 changes: 2 additions & 2 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/autocomplete",
"version": "2.5.2",
"version": "2.5.3",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.5.2",
"@react-md/form": "^2.5.3",
"@react-md/list": "^2.5.1",
"@react-md/portal": "^2.5.0",
"@react-md/states": "^2.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

**Note:** Version bump only for package [@react-md/dev-utils](../dev-utils)

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

**Note:** Version bump only for package [@react-md/dev-utils](../dev-utils)
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/dev-utils",
"version": "2.5.2",
"version": "2.5.3",
"description": "Common build utilities for react-md. Contains helpers for building, watching, testing, etc",
"private": true,
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

**Note:** Version bump only for package documentation

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "2.5.2",
"version": "2.5.3",
"description": "The documentation site for react-md",
"private": true,
"scripts": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@react-md/alert": "^2.5.0",
"@react-md/app-bar": "^2.5.0",
"@react-md/autocomplete": "^2.5.2",
"@react-md/autocomplete": "^2.5.3",
"@react-md/avatar": "^2.5.0",
"@react-md/badge": "^2.5.0",
"@react-md/button": "^2.5.0",
Expand All @@ -35,9 +35,9 @@
"@react-md/divider": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/expansion-panel": "^2.5.0",
"@react-md/form": "^2.5.2",
"@react-md/form": "^2.5.3",
"@react-md/icon": "^2.5.0",
"@react-md/layout": "^2.5.2",
"@react-md/layout": "^2.5.3",
"@react-md/link": "^2.5.0",
"@react-md/list": "^2.5.1",
"@react-md/material-icons": "^2.5.0",
Expand All @@ -48,12 +48,12 @@
"@react-md/progress": "^2.5.0",
"@react-md/sheet": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/table": "^2.5.2",
"@react-md/table": "^2.5.3",
"@react-md/tabs": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/tooltip": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/tree": "^2.5.1",
"@react-md/tree": "^2.5.3",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@react-md/dev-utils": "^2.5.2",
"@react-md/dev-utils": "^2.5.3",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.7",
"@types/gtag.js": "^0.0.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/documentation/src/blogs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Title: react-md 2.5.3

Date: 01/12/2021

Summary:

##### Bug Fixes<!-- no-margin -->

- **@react-md/form:** fixed floating label behavior for `TextArea` (80c22ba),
closes #1043
- **@react-md/layout:** Fixed `scrollIntoView` behavior for the layout tree
(4716c76)

---

Title: react-md 2.5.2

Date: 01/11/2021
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/src/components/About/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ estimated size for this library, check out the results below:
yarn dev-utils libsize

The gizipped UMD bundle sizes are:
- dist/umd/react-md.production.min.js 97.32 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.36 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.71 KB
- dist/umd/react-md.production.min.js 97.37 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.43 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.8 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 17.13 KB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function OtherPros(): ReactElement {
<li>
Production UMD Bundle:
<br />
<b>97.32 KB</b>
<b>97.37 KB</b>
</li>
<li>
Default Production CSS Bundles:
Expand Down
8 changes: 8 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

### Bug Fixes

- [@react-md/form](../form): fixed floating label behavior for `TextArea`
([80c22ba](https://github.com/mlaursen/react-md/commit/80c22ba841fc5370165d659a4c9b0e01a0f41017)),
closes [#1043](https://github.com/mlaursen/react-md/issues/1043)

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/form",
"version": "2.5.2",
"version": "2.5.3",
"description": "This package is for creating all the different form input types.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

**Note:** Version bump only for package [@react-md/layout](../layout)

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

**Note:** Version bump only for package [@react-md/layout](../layout)
Expand Down
6 changes: 3 additions & 3 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/layout",
"version": "2.5.2",
"version": "2.5.3",
"description": "This package is used to configure most of react-md as well as create some pre-defined layouts",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@react-md/app-bar": "^2.5.0",
"@react-md/dialog": "^2.5.0",
"@react-md/divider": "^2.5.0",
"@react-md/form": "^2.5.2",
"@react-md/form": "^2.5.3",
"@react-md/icon": "^2.5.0",
"@react-md/link": "^2.5.0",
"@react-md/list": "^2.5.1",
Expand All @@ -52,7 +52,7 @@
"@react-md/theme": "^2.5.0",
"@react-md/tooltip": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/tree": "^2.5.1",
"@react-md/tree": "^2.5.3",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
Expand Down
4 changes: 4 additions & 0 deletions packages/react-md/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

**Note:** Version bump only for package react-md

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

**Note:** Version bump only for package react-md
Expand Down
6 changes: 3 additions & 3 deletions packages/react-md/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ estimated size for this library, check out the results below:
yarn dev-utils libsize

The gizipped UMD bundle sizes are:
- dist/umd/react-md.production.min.js 97.34 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.38 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.73 KB
- dist/umd/react-md.production.min.js 97.37 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.43 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.8 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.grey-red-700-light.min.css 17.13 KB
Expand Down
12 changes: 6 additions & 6 deletions packages/react-md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-md",
"version": "2.5.2",
"version": "2.5.3",
"description": "This is the full react-md library bundled together for convenience.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@react-md/alert": "^2.5.0",
"@react-md/app-bar": "^2.5.0",
"@react-md/autocomplete": "^2.5.2",
"@react-md/autocomplete": "^2.5.3",
"@react-md/avatar": "^2.5.0",
"@react-md/badge": "^2.5.0",
"@react-md/button": "^2.5.0",
Expand All @@ -47,9 +47,9 @@
"@react-md/divider": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/expansion-panel": "^2.5.0",
"@react-md/form": "^2.5.2",
"@react-md/form": "^2.5.3",
"@react-md/icon": "^2.5.0",
"@react-md/layout": "^2.5.2",
"@react-md/layout": "^2.5.3",
"@react-md/link": "^2.5.0",
"@react-md/list": "^2.5.1",
"@react-md/material-icons": "^2.5.0",
Expand All @@ -60,12 +60,12 @@
"@react-md/progress": "^2.5.0",
"@react-md/sheet": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/table": "^2.5.2",
"@react-md/table": "^2.5.3",
"@react-md/tabs": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/tooltip": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/tree": "^2.5.1",
"@react-md/tree": "^2.5.3",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

**Note:** Version bump only for package [@react-md/table](../table)

## [2.5.2](https://github.com/mlaursen/react-md/compare/v2.5.1...v2.5.2) (2021-01-12)

**Note:** Version bump only for package [@react-md/table](../table)
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/table",
"version": "2.5.2",
"version": "2.5.3",
"description": "Create responsive data tables and accessible fixed tables",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"@react-md/divider": "^2.5.0",
"@react-md/form": "^2.5.2",
"@react-md/form": "^2.5.3",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^2.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.3](https://github.com/mlaursen/react-md/compare/v2.5.2...v2.5.3) (2021-01-12)

### Bug Fixes

- [@react-md/layout](../layout): Fixed scrollIntoView behavior for the layout
tree
([4716c76](https://github.com/mlaursen/react-md/commit/4716c76cf98807de77ae7033206ec939230bf806))

## [2.5.1](https://github.com/mlaursen/react-md/compare/v2.5.0...v2.5.1) (2020-12-16)

**Note:** Version bump only for package [@react-md/tree](../tree)
Expand Down
2 changes: 1 addition & 1 deletion packages/tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/tree",
"version": "2.5.1",
"version": "2.5.3",
"description": "A package for creating an accessible tree component following the tree role.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 18aabfd

Please sign in to comment.