Skip to content

Commit

Permalink
v1.38.6
Browse files Browse the repository at this point in the history
  • Loading branch information
quid-bot committed Mar 21, 2019
1 parent f394f2c commit eca439c
Show file tree
Hide file tree
Showing 14 changed files with 79 additions and 17 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.38.6](https://github.com/quid/refraction/compare/v1.38.5...v1.38.6) (2019-03-21)


### Performance Improvements

* reduce time to first render with font-family: swap ([e7f036e](https://github.com/quid/refraction/commit/e7f036e))





## [1.38.5](https://github.com/quid/refraction/compare/v1.38.4...v1.38.5) (2019-03-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.3.2",
"version": "1.38.5",
"version": "1.38.6",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-core/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.

## [1.38.6](https://github.com/quid/refraction/tree/master/packages/react-core/compare/v1.38.5...v1.38.6) (2019-03-21)

**Note:** Version bump only for package @quid/react-core





## [1.38.4](https://github.com/quid/refraction/tree/master/packages/react-core/compare/v1.38.3...v1.38.4) (2019-03-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/react-core",
"version": "1.38.4",
"version": "1.38.6",
"description": "Core React Quid components",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@emotion/css": "^10.0.4",
"@emotion/styled": "^10.0.4",
"@emotion/styled-base": "^10.0.4",
"@quid/theme": "^1.38.1",
"@quid/theme": "^1.38.6",
"color": "^3.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-date-picker/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.

## [1.38.6](https://github.com/quid/refraction/tree/master/packages/react-date-picker/compare/v1.38.5...v1.38.6) (2019-03-21)

**Note:** Version bump only for package @quid/react-date-picker





## [1.38.4](https://github.com/quid/refraction/tree/master/packages/react-date-picker/compare/v1.38.3...v1.38.4) (2019-03-18)

**Note:** Version bump only for package @quid/react-date-picker
Expand Down
6 changes: 3 additions & 3 deletions packages/react-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/react-date-picker",
"version": "1.38.4",
"version": "1.38.6",
"description": "Lightweight date picker component",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
Expand All @@ -26,8 +26,8 @@
"@emotion/css": "^10.0.6",
"@emotion/styled": "^10.0.6",
"@emotion/styled-base": "^10.0.4",
"@quid/react-core": "^1.38.4",
"@quid/theme": "^1.38.1",
"@quid/react-core": "^1.38.6",
"@quid/theme": "^1.38.6",
"date-fns": "^1.30.1",
"emotion": "^10.0.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react-dropdown/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.

## [1.38.6](https://github.com/quid/ui-framework/compare/v1.38.5...v1.38.6) (2019-03-21)

**Note:** Version bump only for package @quid/react-dropdown





## [1.38.4](https://github.com/quid/ui-framework/compare/v1.38.3...v1.38.4) (2019-03-18)

**Note:** Version bump only for package @quid/react-dropdown
Expand Down
6 changes: 3 additions & 3 deletions packages/react-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/react-dropdown",
"version": "1.38.4",
"version": "1.38.6",
"description": "React dropdown component with ARIA accessibility and advanced functionalities",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@emotion/core": "^10.0.6",
"@emotion/css": "^10.0.6",
"@emotion/styled": "^10.0.6",
"@quid/react-core": "^1.38.4",
"@quid/theme": "^1.38.1",
"@quid/react-core": "^1.38.6",
"@quid/theme": "^1.38.6",
"color": "^3.1.0",
"downshift": "^3.2.0",
"popper.js": "^1.14.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-forms/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.

## [1.38.6](https://github.com/quid/refraction/tree/master/packages/react-forms/compare/v1.38.5...v1.38.6) (2019-03-21)

**Note:** Version bump only for package @quid/react-forms





## [1.38.4](https://github.com/quid/refraction/tree/master/packages/react-forms/compare/v1.38.3...v1.38.4) (2019-03-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/react-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/react-forms",
"version": "1.38.4",
"version": "1.38.6",
"description": "Collection of form-related React components, such as buttons, inputs, etc...",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
Expand All @@ -24,11 +24,11 @@
"@emotion/styled": "^10.0.2",
"@emotion/styled-base": "^10.0.4",
"@quid/merge-refs": "^1.38.1",
"@quid/react-core": "^1.38.4",
"@quid/react-date-picker": "^1.38.4",
"@quid/react-core": "^1.38.6",
"@quid/react-date-picker": "^1.38.6",
"@quid/react-invalid-handler": "^1.38.1",
"@quid/react-mouse-outside": "^1.38.1",
"@quid/theme": "^1.38.1",
"@quid/theme": "^1.38.6",
"color": "^3.1.0",
"date-fns": "^1.30.1",
"emotion": "^10.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-layouts/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.

## [1.38.6](https://github.com/quid/refraction/tree/master/packages/react-layouts/compare/v1.38.5...v1.38.6) (2019-03-21)

**Note:** Version bump only for package @quid/react-layouts





## [1.38.5](https://github.com/quid/refraction/tree/master/packages/react-layouts/compare/v1.38.4...v1.38.5) (2019-03-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/react-layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/react-layouts",
"version": "1.38.5",
"version": "1.38.6",
"description": "Collection of layout related React components, such as Breadcrumb, Navbar, Tabs, etc...",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@emotion/core": "^10.0.4",
"@emotion/css": "^10.0.4",
"@emotion/styled": "^10.0.7",
"@quid/react-core": "^1.38.4",
"@quid/react-core": "^1.38.6",
"@quid/react-tabs-provider": "^1.38.1",
"@quid/theme": "^1.38.1",
"@quid/theme": "^1.38.6",
"color": "^3.1.0",
"react-modal": "^3.8.1"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.38.6](https://github.com/quid/refraction/compare/v1.38.5...v1.38.6) (2019-03-21)


### Performance Improvements

* reduce time to first render with font-family: swap ([e7f036e](https://github.com/quid/refraction/commit/e7f036e))





## [1.38.1](https://github.com/quid/refraction/compare/v1.38.0...v1.38.1) (2019-03-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/theme",
"version": "1.38.1",
"version": "1.38.6",
"description": "Colors, fonts and other styling related resources, consumable by Emotion",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
Expand Down

0 comments on commit eca439c

Please sign in to comment.