Skip to content

Commit 6408db5

Browse files
chore: Release CHANGELOG 0.17.0
1 parent ea6e028 commit 6408db5

File tree

28 files changed

+182
-33
lines changed

28 files changed

+182
-33
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **DataTable:** Properly display font-size when CSS reset in use ([#2067](https://github.com/looker-open-source/components/issues/2067)) ([fe30da9](https://github.com/looker-open-source/components/commit/fe30da90c629b8a3c13f4b076ecceea9cfc47807))
12+
* **DataTable:** update gap space between content and indicator ([#2065](https://github.com/looker-open-source/components/issues/2065)) ([7a2975a](https://github.com/looker-open-source/components/commit/7a2975aaf44b2702f6c7c2cef31fb587b89dd400))
13+
* **Grid:** Default to 100% width ([eb9e360](https://github.com/looker-open-source/components/commit/eb9e360496daeec5fd76c01fc705700a531a299a))
14+
* **Listitem:** Improved strategy for :focus-visible CSS (remove z-index from MenuHeading) ([bcbf47c](https://github.com/looker-open-source/components/commit/bcbf47c298d4e935be2cddaf8f9ec33856f21cc8))
15+
* **MenuList:** Deal with MenuDividers in unexpected places ([#2079](https://github.com/looker-open-source/components/issues/2079)) ([ea6e028](https://github.com/looker-open-source/components/commit/ea6e028f75503f16884cafc1ec9acd0e0ae4b5ae))
16+
17+
18+
### Features
19+
20+
* **InputColor:** New ColorPicker base component, major overhaul of InputColor ([#2013](https://github.com/looker-open-source/components/issues/2013)) ([a4d625e](https://github.com/looker-open-source/components/commit/a4d625e9d71250c3654a6646cc018c47397a34f9))
21+
* **Layout:** Aside, Footer & Header now support border* props ([#2016](https://github.com/looker-open-source/components/issues/2016)) ([c5652ca](https://github.com/looker-open-source/components/commit/c5652ca92e51998be3d27c2b819d15dc76553fa2))
22+
23+
24+
25+
26+
627
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
728

829

lerna.json

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

packages/components-providers/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+
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
715

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

packages/components-providers/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-providers",
33
"license": "MIT",
4-
"version": "0.16.2",
4+
"version": "0.17.0",
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/design-tokens": "^0.16.2",
21+
"@looker/design-tokens": "^0.17.0",
2222
"i18next": "19.9.1",
2323
"lodash": "^4.17.20",
2424
"react-helmet-async": "^1.0.7",

packages/components-test-utils/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+
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
715

816
**Note:** Version bump only for package @looker/components-test-utils

packages/components-test-utils/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-test-utils",
33
"license": "MIT",
4-
"version": "0.16.2",
4+
"version": "0.17.0",
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
"devDependencies": {
21-
"@looker/components-providers": "^0.16.2",
21+
"@looker/components-providers": "^0.17.0",
2222
"@testing-library/react": "^11.2.2",
2323
"@types/enzyme": "^3.10.8",
2424
"@types/jest": "^26.0.19",

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+
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
715

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

packages/components-theme-editor/package.json

Lines changed: 3 additions & 3 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": "0.16.2",
4+
"version": "0.17.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -18,8 +18,8 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@looker/components": "^0.16.2",
22-
"@looker/design-tokens": "^0.16.2",
21+
"@looker/components": "^0.17.0",
22+
"@looker/design-tokens": "^0.17.0",
2323
"lodash": "^4.17.20"
2424
},
2525
"devDependencies": {

packages/components/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
# [0.17.0](https://github.com/looker-open-source/components/compare/v0.16.2...v0.17.0) (2021-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **DataTable:** display correct font-size when CSS reset is in-use ([#2067](https://github.com/looker-open-source/components/issues/2067)) ([fe30da9](https://github.com/looker-open-source/components/commit/fe30da90c629b8a3c13f4b076ecceea9cfc47807))
12+
* **DataTable:** update gap space between content and indicator ([#2065](https://github.com/looker-open-source/components/issues/2065)) ([7a2975a](https://github.com/looker-open-source/components/commit/7a2975aaf44b2702f6c7c2cef31fb587b89dd400))
13+
* **Grid:** Default to 100% width ([eb9e360](https://github.com/looker-open-source/components/commit/eb9e360496daeec5fd76c01fc705700a531a299a))
14+
* **Listitem:** Improved strategy for :focus-visible CSS (remove z-index from MenuHeading) ([bcbf47c](https://github.com/looker-open-source/components/commit/bcbf47c298d4e935be2cddaf8f9ec33856f21cc8))
15+
* **MenuList:** Deal with MenuDividers in unexpected places ([#2079](https://github.com/looker-open-source/components/issues/2079)) ([ea6e028](https://github.com/looker-open-source/components/commit/ea6e028f75503f16884cafc1ec9acd0e0ae4b5ae))
16+
17+
18+
### Features
19+
20+
* **InputColor:** New ColorPicker base component, major overhaul of InputColor ([#2013](https://github.com/looker-open-source/components/issues/2013)) ([a4d625e](https://github.com/looker-open-source/components/commit/a4d625e9d71250c3654a6646cc018c47397a34f9))
21+
* **Layout:** Aside, Footer & Header now support border* props ([#2016](https://github.com/looker-open-source/components/issues/2016)) ([c5652ca](https://github.com/looker-open-source/components/commit/c5652ca92e51998be3d27c2b819d15dc76553fa2))
22+
23+
24+
25+
26+
627
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
728

829

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "0.16.2",
4+
"version": "0.17.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -22,9 +22,9 @@
2222
"access": "public"
2323
},
2424
"dependencies": {
25-
"@looker/components-providers": "^0.16.2",
26-
"@looker/design-tokens": "^0.16.2",
27-
"@looker/icons": "^0.16.2",
25+
"@looker/components-providers": "^0.17.0",
26+
"@looker/design-tokens": "^0.17.0",
27+
"@looker/icons": "^0.17.0",
2828
"@popperjs/core": "^2.6.0",
2929
"d3-color": "^2.0.0",
3030
"d3-hsv": "^0.1.0",
@@ -41,7 +41,7 @@
4141
"uuid": "^8.3.2"
4242
},
4343
"devDependencies": {
44-
"@looker/components-test-utils": "^0.16.2",
44+
"@looker/components-test-utils": "^0.17.0",
4545
"@storybook/addon-storyshots": "^6.1.15",
4646
"@storybook/react": "^6.1.15",
4747
"@testing-library/jest-dom": "^5.11.6",

0 commit comments

Comments
 (0)