Skip to content

Commit

Permalink
chore(release): publish v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 14, 2020
1 parent 8b7122b commit 5df39c8
Show file tree
Hide file tree
Showing 30 changed files with 189 additions and 55 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.3](https://github.com/mlaursen/react-md/compare/v2.4.2...v2.4.3) (2020-11-14)

### Bug Fixes

- [@react-md/list](./packages/list): fixed `ListItem` disabled colors to
optionally include addons
([a40b6b3](https://github.com/mlaursen/react-md/commit/a40b6b3f4b25c5c8e714081ebeb147ccf019ac01)),
closes [#997](https://github.com/mlaursen/react-md/issues/997)
- [@react-md/list](./packages/list): `ListItem` no longer focusable by default
when disabled
([06e91ca](https://github.com/mlaursen/react-md/commit/06e91cafd91a2b666d728acf134c0652696715c9)),
closes [#997](https://github.com/mlaursen/react-md/issues/997)
- **sandbox:** fixed missing versions for sandboxes
([09c97ee](https://github.com/mlaursen/react-md/commit/09c97ee835cea7dc4a219d29e58f62457921c9bf))
- **sandbox:** fixed sandboxes that have additional files
([f45aab1](https://github.com/mlaursen/react-md/commit/f45aab105eb86f4a328b0438bd26b10cb2593eff))

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,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 89.26 KB
- dist/umd/react-md-with-font-icons.production.min.js 113.14 KB
- dist/umd/react-md-with-svg-icons.production.min.js 178.91 KB
- dist/umd/react-md.production.min.js 89.33 KB
- dist/umd/react-md-with-font-icons.production.min.js 113.18 KB
- dist/umd/react-md-with-svg-icons.production.min.js 178.97 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.red-deep_orange-200-light.min.css 16.6 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.4.2"
"version": "2.4.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.4.3](https://github.com/mlaursen/react-md/compare/v2.4.2...v2.4.3) (2020-11-14)

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

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package
Expand Down
6 changes: 3 additions & 3 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.4.2",
"version": "2.4.3",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.4.2",
"@react-md/list": "^2.4.2",
"@react-md/form": "^2.4.3",
"@react-md/list": "^2.4.3",
"@react-md/portal": "^2.4.2",
"@react-md/states": "^2.4.2",
"@react-md/theme": "^2.4.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.3](https://github.com/mlaursen/react-md/compare/v2.4.2...v2.4.3) (2020-11-14)

### Bug Fixes

- **sandbox:** fixed sandboxes that have additional files
([f45aab1](https://github.com/mlaursen/react-md/commit/f45aab105eb86f4a328b0438bd26b10cb2593eff))

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**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.4.2",
"version": "2.4.3",
"description": "Common build utilities for react-md. Contains helpers for building, watching, testing, etc",
"private": true,
"bin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.3](https://github.com/mlaursen/react-md/compare/v2.4.2...v2.4.3) (2020-11-14)

### Bug Fixes

- **sandbox:** fixed missing versions for sandboxes
([09c97ee](https://github.com/mlaursen/react-md/commit/09c97ee835cea7dc4a219d29e58f62457921c9bf))
- **sandbox:** fixed sandboxes that have additional files
([f45aab1](https://github.com/mlaursen/react-md/commit/f45aab105eb86f4a328b0438bd26b10cb2593eff))

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package documentation
Expand Down
18 changes: 9 additions & 9 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "2.4.2",
"version": "2.4.3",
"description": "The documentation site for react-md",
"private": true,
"scripts": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@react-md/alert": "^2.4.2",
"@react-md/app-bar": "^2.4.2",
"@react-md/autocomplete": "^2.4.2",
"@react-md/autocomplete": "^2.4.3",
"@react-md/avatar": "^2.4.2",
"@react-md/badge": "^2.4.2",
"@react-md/button": "^2.4.2",
Expand All @@ -33,25 +33,25 @@
"@react-md/divider": "^2.4.2",
"@react-md/elevation": "^2.4.2",
"@react-md/expansion-panel": "^2.4.2",
"@react-md/form": "^2.4.2",
"@react-md/form": "^2.4.3",
"@react-md/icon": "^2.4.2",
"@react-md/layout": "^2.4.2",
"@react-md/layout": "^2.4.3",
"@react-md/link": "^2.4.2",
"@react-md/list": "^2.4.2",
"@react-md/list": "^2.4.3",
"@react-md/material-icons": "^2.4.2",
"@react-md/media": "^2.4.2",
"@react-md/menu": "^2.4.2",
"@react-md/menu": "^2.4.3",
"@react-md/overlay": "^2.4.2",
"@react-md/portal": "^2.4.2",
"@react-md/progress": "^2.4.2",
"@react-md/sheet": "^2.4.2",
"@react-md/states": "^2.4.2",
"@react-md/table": "^2.4.2",
"@react-md/table": "^2.4.3",
"@react-md/tabs": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/tooltip": "^2.4.2",
"@react-md/transition": "^2.4.2",
"@react-md/tree": "^2.4.2",
"@react-md/tree": "^2.4.3",
"@react-md/typography": "^2.4.2",
"@react-md/utils": "^2.4.2",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@react-md/dev-utils": "^2.4.2",
"@react-md/dev-utils": "^2.4.3",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.7",
"@types/gtag.js": "^0.0.3",
Expand Down
26 changes: 26 additions & 0 deletions packages/documentation/src/blogs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Title: react-md 2.4.3

Date: 11/13/2020

Summary:

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

- **@react-md/list:** fixed `ListItem` disabled colors to optionally include
addons (a40b6b3), closes #997
- **@react-md/list:** `ListItem` no longer focusable by default when disabled
(06e91ca), closes #997

##### Documentation<!-- no-margin -->

- **examples:** updated
[create-react-app]({{GITHUB_FILE_URL}}/examples/create-react-app) to use
`[email protected]` (be003a9)
- **examples:** updated
[create-react-app-typescript]({{GITHUB_FILE_URL}}/examples/create-react-app-typescript)
to use `[email protected]` (8b7122b)
- **sandbox:** fixed missing versions for sandboxes (09c97ee)
- **sandbox:** fixed sandboxes that have additional files (f45aab1)

---

Title: react-md 2.4.2

Date: 10/23/2020
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 89.26 KB
- dist/umd/react-md-with-font-icons.production.min.js 113.14 KB
- dist/umd/react-md-with-svg-icons.production.min.js 178.91 KB
- dist/umd/react-md.production.min.js 89.33 KB
- dist/umd/react-md-with-font-icons.production.min.js 113.18 KB
- dist/umd/react-md-with-svg-icons.production.min.js 178.97 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.red-deep_orange-200-light.min.css 16.6 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>89.26 KB</b>
<b>89.33 KB</b>
</li>
<li>
Default Production CSS Bundles:
Expand Down
36 changes: 34 additions & 2 deletions packages/documentation/src/constants/meta/tocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,10 @@ const tocs: TOCRecord = {
anchor: "#change-log",
title: "Change Log",
},
{
anchor: "#243-2020-11-14",
title: "2.4.3 (2020-11-14)",
},
{
anchor: "#242-2020-10-23",
title: "2.4.2 (2020-10-23)",
Expand Down Expand Up @@ -2113,6 +2117,10 @@ const tocs: TOCRecord = {
anchor: "#change-log",
title: "Change Log",
},
{
anchor: "#243-2020-11-14",
title: "2.4.3 (2020-11-14)",
},
{
anchor: "#242-2020-10-23",
title: "2.4.2 (2020-10-23)",
Expand Down Expand Up @@ -2453,6 +2461,10 @@ const tocs: TOCRecord = {
anchor: "#change-log",
title: "Change Log",
},
{
anchor: "#243-2020-11-14",
title: "2.4.3 (2020-11-14)",
},
{
anchor: "#242-2020-10-23",
title: "2.4.2 (2020-10-23)",
Expand Down Expand Up @@ -2701,6 +2713,14 @@ const tocs: TOCRecord = {
anchor: "#change-log",
title: "Change Log",
},
{
anchor: "#243-2020-11-14",
title: "2.4.3 (2020-11-14)",
},
{
anchor: "#bug-fixes",
title: "Bug Fixes",
},
{
anchor: "#242-2020-10-23",
title: "2.4.2 (2020-10-23)",
Expand Down Expand Up @@ -2750,15 +2770,15 @@ const tocs: TOCRecord = {
title: "2.1.0 (2020-07-12)",
},
{
anchor: "#bug-fixes",
anchor: "#bug-fixes-1",
title: "Bug Fixes",
},
{
anchor: "#202-2020-06-30",
title: "2.0.2 (2020-06-30)",
},
{
anchor: "#bug-fixes-1",
anchor: "#bug-fixes-2",
title: "Bug Fixes",
},
{
Expand Down Expand Up @@ -3059,6 +3079,10 @@ const tocs: TOCRecord = {
anchor: "#change-log",
title: "Change Log",
},
{
anchor: "#243-2020-11-14",
title: "2.4.3 (2020-11-14)",
},
{
anchor: "#242-2020-10-23",
title: "2.4.2 (2020-10-23)",
Expand Down Expand Up @@ -3849,6 +3873,10 @@ const tocs: TOCRecord = {
anchor: "#change-log",
title: "Change Log",
},
{
anchor: "#243-2020-11-14",
title: "2.4.3 (2020-11-14)",
},
{
anchor: "#242-2020-10-23",
title: "2.4.2 (2020-10-23)",
Expand Down Expand Up @@ -4565,6 +4593,10 @@ const tocs: TOCRecord = {
anchor: "#change-log",
title: "Change Log",
},
{
anchor: "#243-2020-11-14",
title: "2.4.3 (2020-11-14)",
},
{
anchor: "#242-2020-10-23",
title: "2.4.2 (2020-10-23)",
Expand Down
16 changes: 8 additions & 8 deletions packages/documentation/src/constants/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const versions: Record<string, string> = {
typescript: "4.0.5",
"@react-md/alert": "2.4.2",
"@react-md/app-bar": "2.4.2",
"@react-md/autocomplete": "2.4.2",
"@react-md/autocomplete": "2.4.3",
"@react-md/avatar": "2.4.2",
"@react-md/badge": "2.4.2",
"@react-md/button": "2.4.2",
Expand All @@ -53,25 +53,25 @@ export const versions: Record<string, string> = {
"@react-md/divider": "2.4.2",
"@react-md/elevation": "2.4.2",
"@react-md/expansion-panel": "2.4.2",
"@react-md/form": "2.4.2",
"@react-md/form": "2.4.3",
"@react-md/icon": "2.4.2",
"@react-md/layout": "2.4.2",
"@react-md/layout": "2.4.3",
"@react-md/link": "2.4.2",
"@react-md/list": "2.4.2",
"@react-md/list": "2.4.3",
"@react-md/material-icons": "2.4.2",
"@react-md/media": "2.4.2",
"@react-md/menu": "2.4.2",
"@react-md/menu": "2.4.3",
"@react-md/overlay": "2.4.2",
"@react-md/portal": "2.4.2",
"@react-md/progress": "2.4.2",
"@react-md/sheet": "2.4.2",
"@react-md/states": "2.4.2",
"@react-md/table": "2.4.2",
"@react-md/table": "2.4.3",
"@react-md/tabs": "2.4.2",
"@react-md/theme": "2.4.2",
"@react-md/tooltip": "2.4.2",
"@react-md/transition": "2.4.2",
"@react-md/tree": "2.4.2",
"@react-md/tree": "2.4.3",
"@react-md/typography": "2.4.2",
"@react-md/utils": "2.4.2",
classnames: "2.2.6",
Expand All @@ -96,7 +96,7 @@ export const versions: Record<string, string> = {
"react-transition-group": "4.4.1",
"react-virtualized": "9.21.2",
"@babel/core": "7.12.3",
"@react-md/dev-utils": "2.4.2",
"@react-md/dev-utils": "2.4.3",
"@types/cookie-parser": "1.4.2",
"@types/express": "4.17.7",
"@types/gtag.js": "0.0.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/form/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.4.3](https://github.com/mlaursen/react-md/compare/v2.4.2...v2.4.3) (2020-11-14)

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

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/form](../form)
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/form",
"version": "2.4.2",
"version": "2.4.3",
"description": "This package is for creating all the different form input types.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@react-md/button": "^2.4.2",
"@react-md/icon": "^2.4.2",
"@react-md/list": "^2.4.2",
"@react-md/list": "^2.4.3",
"@react-md/portal": "^2.4.2",
"@react-md/progress": "^2.4.2",
"@react-md/states": "^2.4.2",
Expand Down
Loading

0 comments on commit 5df39c8

Please sign in to comment.