Skip to content

Commit 97cb624

Browse files
chore: Release 0.11.0
1 parent 4c2b399 commit 97cb624

File tree

28 files changed

+163
-150
lines changed

28 files changed

+163
-150
lines changed

CHANGELOG.md

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,33 @@
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.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
6+
# [0.11.0](https://github.com/looker-open-source/components/compare/v0.10.4...v0.11.0) (2021-02-04)
77

8+
## [0.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
89

910
### Bug Fixes
1011

11-
* `Select` group heading styles ([#1817](https://github.com/looker-open-source/components/issues/1817)) ([e4cae00](https://github.com/looker-open-source/components/commit/e4cae00da1535ef6e7d71bbe1592c6cff45230c0))
12-
13-
14-
15-
12+
- `Select` group heading styles ([#1817](https://github.com/looker-open-source/components/issues/1817)) ([e4cae00](https://github.com/looker-open-source/components/commit/e4cae00da1535ef6e7d71bbe1592c6cff45230c0))
1613

1714
## [0.10.3](https://github.com/looker-open-source/components/compare/v0.10.2...v0.10.3) (2021-01-25)
1815

19-
2016
### Bug Fixes
2117

22-
* **Text:** `should not have default `color` and lineHeight based on fontSize ([#1813](https://github.com/looker-open-source/components/issues/1813)) ([226dfa9](https://github.com/looker-open-source/components/commit/226dfa9067d8326f87ce842badfa16c0be29cedd))
23-
24-
25-
26-
18+
- **Text:** `should not have default `color` and lineHeight based on fontSize ([#1813](https://github.com/looker-open-source/components/issues/1813)) ([226dfa9](https://github.com/looker-open-source/components/commit/226dfa9067d8326f87ce842badfa16c0be29cedd))
2719

2820
## [0.10.2](https://github.com/looker-open-source/components/compare/v0.10.1...v0.10.2) (2021-01-22)
2921

30-
3122
### Bug Fixes
3223

33-
* Export `List` component family ([#1807](https://github.com/looker-open-source/components/issues/1807)) ([c50360c](https://github.com/looker-open-source/components/commit/c50360cd2e9926949cc5489b18794969524416a9))
34-
* Properly specify package.json "files" key to correct build ([#1806](https://github.com/looker-open-source/components/issues/1806)) ([c81c4bb](https://github.com/looker-open-source/components/commit/c81c4bb625c58ede49957aad90ac8d9d7b2c4b79))
35-
36-
37-
38-
24+
- Export `List` component family ([#1807](https://github.com/looker-open-source/components/issues/1807)) ([c50360c](https://github.com/looker-open-source/components/commit/c50360cd2e9926949cc5489b18794969524416a9))
25+
- Properly specify package.json "files" key to correct build ([#1806](https://github.com/looker-open-source/components/issues/1806)) ([c81c4bb](https://github.com/looker-open-source/components/commit/c81c4bb625c58ede49957aad90ac8d9d7b2c4b79))
3926

4027
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
4128

42-
4329
### Bug Fixes
4430

45-
* Properly build ESM, CJS & TS for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
46-
* **deps:** Update dependencies to resolve external vulnerabilities (socket.io & immer) ([#1803](https://github.com/looker-open-source/components/issues/1803)) ([1023026](https://github.com/looker-open-source/components/commit/1023026dc35c526d718efbfc8dafcc18b21b2ddc))
47-
48-
49-
50-
31+
- Properly build ESM, CJS & TS for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
32+
- **deps:** Update dependencies to resolve external vulnerabilities (socket.io & immer) ([#1803](https://github.com/looker-open-source/components/issues/1803)) ([1023026](https://github.com/looker-open-source/components/commit/1023026dc35c526d718efbfc8dafcc18b21b2ddc))
5133

5234
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
5335

lerna.json

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

packages/components-providers/CHANGELOG.md

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,54 +3,35 @@
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.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
7-
8-
**Note:** Version bump only for package @looker/components-providers
9-
6+
# [0.11.0](https://github.com/looker-open-source/components/compare/v0.10.4...v0.11.0) (2021-02-04)
107

8+
**Note:** Version bump only for package @looker/icons
119

10+
## [0.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
1211

12+
**Note:** Version bump only for package @looker/components-providers
1313

1414
## [0.10.3](https://github.com/looker-open-source/components/compare/v0.10.2...v0.10.3) (2021-01-25)
1515

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

18-
19-
20-
21-
2218
## [0.10.2](https://github.com/looker-open-source/components/compare/v0.10.1...v0.10.2) (2021-01-22)
2319

24-
2520
### Bug Fixes
2621

27-
* On build properly set package.json "files" key ([#1806](https://github.com/looker-open-source/components/issues/1806)) ([c81c4bb](https://github.com/looker-open-source/components/commit/c81c4bb625c58ede49957aad90ac8d9d7b2c4b79))
28-
29-
30-
31-
22+
- On build properly set package.json "files" key ([#1806](https://github.com/looker-open-source/components/issues/1806)) ([c81c4bb](https://github.com/looker-open-source/components/commit/c81c4bb625c58ede49957aad90ac8d9d7b2c4b79))
3223

3324
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
3425

35-
3626
### Bug Fixes
3727

38-
* Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
39-
40-
41-
42-
28+
- Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
4329

4430
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
4531

46-
4732
### Bug Fixes
4833

49-
* Properly configure build for tree-shaking support ([9202b72](https://github.com/looker-open-source/components/commit/9202b72bc5fb99eb3e1af7d9e56f3dc15b1df2a4))
50-
51-
52-
53-
34+
- Properly configure build for tree-shaking support ([9202b72](https://github.com/looker-open-source/components/commit/9202b72bc5fb99eb3e1af7d9e56f3dc15b1df2a4))
5435

5536
## [0.9.26]
5637

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.10.4",
4+
"version": "0.11.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.10.4",
21+
"@looker/design-tokens": "^0.11.0",
2222
"lodash": "^4.17.20",
2323
"tabbable": "^5.1.4"
2424
},

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.11.0](https://github.com/looker-open-source/components/compare/v0.10.4...v0.11.0) (2021-02-04)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
## [0.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
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.10.4",
4+
"version": "0.11.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.10.4",
21+
"@looker/components-providers": "^0.11.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.11.0](https://github.com/looker-open-source/components/compare/v0.10.4...v0.11.0) (2021-02-04)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
## [0.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
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.10.4",
4+
"version": "0.11.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.10.4",
22-
"@looker/design-tokens": "^0.10.4",
21+
"@looker/components": "^0.11.0",
22+
"@looker/design-tokens": "^0.11.0",
2323
"lodash": "^4.17.20"
2424
},
2525
"devDependencies": {

packages/components/CHANGELOG.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,48 @@
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.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
7-
6+
# [0.11.0](https://github.com/looker-open-source/components/compare/v0.10.4...v0.11.0) (2021-02-04)
87

98
### Bug Fixes
109

11-
* Select group heading styles ([#1817](https://github.com/looker-open-source/components/issues/1817)) ([e4cae00](https://github.com/looker-open-source/components/commit/e4cae00da1535ef6e7d71bbe1592c6cff45230c0))
12-
13-
10+
- `Accordion` indicator will now follow theme color changes properly ([#1854](https://github.com/looker-open-source/components/issues/1854)) ([bc2a747](https://github.com/looker-open-source/components/commit/bc2a747afcd8392f693b0365a7e8ae6de540f732))
11+
- `DataTable` "sticky" cell border-bottom now presents properly in Safari ([#1830](https://github.com/looker-open-source/components/issues/1830)) ([cc8fe1d](https://github.com/looker-open-source/components/commit/cc8fe1df7b6f182d057313a8b85102235ded91e3))
12+
- `DataTable` Link color should be derived from theme.colors.link ([#1848](https://github.com/looker-open-source/components/issues/1848)) ([d17540a](https://github.com/looker-open-source/components/commit/d17540a8f366ac6c909af583387bfaf4cee81d73))
13+
- `RangeSlider` & `Slider` properly display on inverted themes ([#1853](https://github.com/looker-open-source/components/issues/1853)) ([54c4ab0](https://github.com/looker-open-source/components/commit/54c4ab01291e68227104cd567467d95f7a145954))
14+
- `Tab` no longer spuriously accepts MarginProps ([#1844](https://github.com/looker-open-source/components/issues/1844)) ([a23c50b](https://github.com/looker-open-source/components/commit/a23c50ba4009fc6670d5e6b91359a23701a1866a))
15+
- Downgrade react-hotkeys-hook to resolve hotkey breakages ([#1825](https://github.com/looker-open-source/components/issues/1825)) ([0fe9851](https://github.com/looker-open-source/components/commit/0fe9851cf6558b61f903836db74daf29b1ba8972))
1416

17+
### Features
1518

19+
- `DataTable` now supports keyboard navigation ([#1776](https://github.com/looker-open-source/components/issues/1776))
20+
- `List` & `ListItem` detail props ([#1800](https://github.com/looker-open-source/components/issues/1800)) ([afe3f41](https://github.com/looker-open-source/components/commit/afe3f41c9503509045f93a9a32adce63680679ab))
21+
- `MenuItem` supports `nestedMenu` ([#1780](https://github.com/looker-open-source/components/issues/1780)) ([7a1fada](https://github.com/looker-open-source/components/commit/7a1fada4523dd0805279baed974dc27836f32207))
22+
- `SelectOption` `prefac`e ([#1823](https://github.com/looker-open-source/components/issues/1823)) ([3016432](https://github.com/looker-open-source/components/commit/30164321fdff15e069367352ff59a264736368b0))
1623

17-
## [0.10.3](https://github.com/looker-open-source/components/compare/v0.10.2...v0.10.3) (2021-01-25)
18-
24+
## [0.10.4](https://github.com/looker-open-source/components/compare/v0.10.3...v0.10.4) (2021-01-25)
1925

2026
### Bug Fixes
2127

22-
* **Text:** should not have default `color` and lineHeight based on fontSize ([#1813](https://github.com/looker-open-source/components/issues/1813)) ([226dfa9](https://github.com/looker-open-source/components/commit/226dfa9067d8326f87ce842badfa16c0be29cedd))
23-
28+
- Select group heading styles ([#1817](https://github.com/looker-open-source/components/issues/1817)) ([e4cae00](https://github.com/looker-open-source/components/commit/e4cae00da1535ef6e7d71bbe1592c6cff45230c0))
2429

30+
## [0.10.3](https://github.com/looker-open-source/components/compare/v0.10.2...v0.10.3) (2021-01-25)
2531

32+
### Bug Fixes
2633

34+
- **Text:** should not have default `color` and lineHeight based on fontSize ([#1813](https://github.com/looker-open-source/components/issues/1813)) ([226dfa9](https://github.com/looker-open-source/components/commit/226dfa9067d8326f87ce842badfa16c0be29cedd))
2735

2836
## [0.10.2](https://github.com/looker-open-source/components/compare/v0.10.1...v0.10.2) (2021-01-22)
2937

30-
3138
### Bug Fixes
3239

33-
* Export `List` component family ([#1807](https://github.com/looker-open-source/components/issues/1807)) ([c50360c](https://github.com/looker-open-source/components/commit/c50360cd2e9926949cc5489b18794969524416a9))
34-
* On build properly set package.json "files" key ([#1806](https://github.com/looker-open-source/components/issues/1806)) ([c81c4bb](https://github.com/looker-open-source/components/commit/c81c4bb625c58ede49957aad90ac8d9d7b2c4b79))
35-
36-
37-
38-
40+
- Export `List` component family ([#1807](https://github.com/looker-open-source/components/issues/1807)) ([c50360c](https://github.com/looker-open-source/components/commit/c50360cd2e9926949cc5489b18794969524416a9))
41+
- On build properly set package.json "files" key ([#1806](https://github.com/looker-open-source/components/issues/1806)) ([c81c4bb](https://github.com/looker-open-source/components/commit/c81c4bb625c58ede49957aad90ac8d9d7b2c4b79))
3942

4043
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
4144

42-
4345
### Bug Fixes
4446

45-
* Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
46-
47-
48-
49-
47+
- Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
5048

5149
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
5250

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.10.4",
4+
"version": "0.11.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.10.4",
26-
"@looker/design-tokens": "^0.10.4",
27-
"@looker/icons": "^0.10.4",
25+
"@looker/components-providers": "^0.11.0",
26+
"@looker/design-tokens": "^0.11.0",
27+
"@looker/icons": "^0.11.0",
2828
"@popperjs/core": "^2.6.0",
2929
"d3-color": "^2.0.0",
3030
"d3-hsv": "^0.1.0",
@@ -40,7 +40,7 @@
4040
"uuid": "^8.3.2"
4141
},
4242
"devDependencies": {
43-
"@looker/components-test-utils": "^0.10.4",
43+
"@looker/components-test-utils": "^0.11.0",
4444
"@storybook/addon-storyshots": "^6.1.15",
4545
"@storybook/react": "^6.1.15",
4646
"@testing-library/jest-dom": "^5.11.6",

0 commit comments

Comments
 (0)