Skip to content

Commit 0829455

Browse files
author
Luke Bowerman
committed
v1.1.6
1 parent 9f1ef2f commit 0829455

File tree

12 files changed

+66
-12
lines changed

12 files changed

+66
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/looker-open-source/components/compare/v1.1.5...v1.1.6) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **RangeSlider:** Value stays within bounds when min/max changes ([5997829](https://github.com/looker-open-source/components/commit/5997829a8fd6c678583de7d2ee5c4669036e3ed0))
12+
13+
14+
15+
16+
617
## [1.1.5](https://github.com/looker-open-source/components/compare/v1.1.4...v1.1.5) (2021-04-28)
718

819
**Note:** Version bump only for package monorepo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.5",
2+
"version": "1.1.6",
33
"command": {
44
"version": {
55
"conventionalCommits": true

packages/components-theme-editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/looker-open-source/components/compare/v1.1.5...v1.1.6) (2021-04-29)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
## [1.1.5](https://github.com/looker-open-source/components/compare/v1.1.4...v1.1.5) (2021-04-28)
715

816
**Note:** Version bump only for package @looker/components-theme-editor

packages/components-theme-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components-theme-editor",
33
"license": "MIT",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@looker/components": "^1.1.5",
21+
"@looker/components": "^1.1.6",
2222
"@looker/design-tokens": "^1.1.5",
2323
"@styled-icons/material": "^10.28.0",
2424
"@styled-icons/material-outlined": "^10.28.0",

packages/components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/looker-open-source/components/compare/v1.1.5...v1.1.6) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **RangeSlider:** Value stays within bounds when min/max changes ([5997829](https://github.com/looker-open-source/components/commit/5997829a8fd6c678583de7d2ee5c4669036e3ed0))
12+
13+
14+
15+
16+
617
## [1.1.5](https://github.com/looker-open-source/components/compare/v1.1.4...v1.1.5) (2021-04-28)
718

819
**Note:** Version bump only for package @looker/components

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",

playground/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/looker-open-source/components/compare/v1.1.5...v1.1.6) (2021-04-29)
7+
8+
**Note:** Version bump only for package playground
9+
10+
11+
12+
13+
614
## [1.1.5](https://github.com/looker-open-source/components/compare/v1.1.4...v1.1.5) (2021-04-28)
715

816
**Note:** Version bump only for package playground

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"license": "MIT",
55
"author": "Looker",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"analyze": "webpack --mode=production --profile"
1515
},
1616
"dependencies": {
17-
"@looker/components": "^1.1.5",
17+
"@looker/components": "^1.1.6",
1818
"core-js": "^3.9.1",
1919
"react": "^16.14.0",
2020
"react-dom": "^16.14.0",

storybook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/looker-open-source/components/compare/v1.1.5...v1.1.6) (2021-04-29)
7+
8+
**Note:** Version bump only for package storybook
9+
10+
11+
12+
13+
614
## [1.1.5](https://github.com/looker-open-source/components/compare/v1.1.4...v1.1.5) (2021-04-28)
715

816
**Note:** Version bump only for package storybook

storybook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
@@ -11,8 +11,8 @@
1111
"build": "build-storybook -c .storybook"
1212
},
1313
"dependencies": {
14-
"@looker/components": "^1.1.5",
15-
"@looker/components-theme-editor": "^1.1.5",
14+
"@looker/components": "^1.1.6",
15+
"@looker/components-theme-editor": "^1.1.6",
1616
"@looker/design-tokens": "^1.1.5",
1717
"@storybook/react": "^6.1.15",
1818
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)