Skip to content

Commit 7929f54

Browse files
author
Luke Bowerman
committed
v1.2.0-alpha.4
1 parent 594038d commit 7929f54

File tree

16 files changed

+109
-17
lines changed

16 files changed

+109
-17
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.2.0-alpha.4](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.3...v1.2.0-alpha.4) (2021-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **NavList:** Properly style Trees within NavList ([#2338](https://github.com/looker-open-source/components/issues/2338)) ([594038d](https://github.com/looker-open-source/components/commit/594038dc5d71f1815114d73a5a32607c66518ff1))
12+
* **reset:** Refine reset for Legend and provide css classNames for downstream extension as-needed ([#2341](https://github.com/looker-open-source/components/issues/2341)) ([34c653b](https://github.com/looker-open-source/components/commit/34c653bf2d21dbc90efcf5b6cf8a7ac3a3fa9927))
13+
* Correct List overflow & Tree color typing ([#2337](https://github.com/looker-open-source/components/issues/2337)) ([c777721](https://github.com/looker-open-source/components/commit/c777721d83304f43a06e8af9f3662c32e204d64c))
14+
* **MenuHeading:** Hide shadow initially ([#2326](https://github.com/looker-open-source/components/issues/2326)) ([a68ef47](https://github.com/looker-open-source/components/commit/a68ef4756843726d244eb58cccb34d5d1b4fcb79))
15+
16+
17+
### Features
18+
19+
* **Tree:** Added "no-icon" option to forceLabelPadding prop ([#2329](https://github.com/looker-open-source/components/issues/2329)) ([b33d361](https://github.com/looker-open-source/components/commit/b33d361ab60e09b0e54998d563a341fbe4522f13)), closes [#2330](https://github.com/looker-open-source/components/issues/2330)
20+
21+
22+
23+
24+
625
# [1.2.0-alpha.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
726

827

lerna.json

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

packages/components-providers/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.2.0-alpha.4](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.3...v1.2.0-alpha.4) (2021-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **reset:** Refine reset for Legend and provide css classNames for downstream extension as-needed ([#2341](https://github.com/looker-open-source/components/issues/2341)) ([34c653b](https://github.com/looker-open-source/components/commit/34c653bf2d21dbc90efcf5b6cf8a7ac3a3fa9927))
12+
13+
14+
15+
16+
617
# [1.2.0-alpha.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
718

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

packages/components-providers/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-providers",
33
"license": "MIT",
4-
"version": "1.2.0-alpha.3",
4+
"version": "1.2.0-alpha.4",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",

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+
# [1.2.0-alpha.4](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.3...v1.2.0-alpha.4) (2021-05-13)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
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": "1.2.0-alpha.3",
4+
"version": "1.2.0-alpha.4",
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": "^1.2.0-alpha.3",
21+
"@looker/components-providers": "^1.2.0-alpha.4",
2222
"@testing-library/react": "^11.2.6",
2323
"@types/jest": "^26.0.22",
2424
"@types/react": "^16.9.56",

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.2.0-alpha.4](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.3...v1.2.0-alpha.4) (2021-05-13)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
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.2.0-alpha.3",
4+
"version": "1.2.0-alpha.4",
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.2.0-alpha.3",
21+
"@looker/components": "^1.2.0-alpha.4",
2222
"@looker/design-tokens": "^1.2.0-alpha.2",
2323
"@styled-icons/material": "^10.28.0",
2424
"@styled-icons/material-outlined": "^10.28.0",

packages/components/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.2.0-alpha.4](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.3...v1.2.0-alpha.4) (2021-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **NavList:** Properly style Trees within NavList ([#2338](https://github.com/looker-open-source/components/issues/2338)) ([594038d](https://github.com/looker-open-source/components/commit/594038dc5d71f1815114d73a5a32607c66518ff1))
12+
* **reset:** Refine reset for Legend and provide css classNames for downstream extension as-needed ([#2341](https://github.com/looker-open-source/components/issues/2341)) ([34c653b](https://github.com/looker-open-source/components/commit/34c653bf2d21dbc90efcf5b6cf8a7ac3a3fa9927))
13+
* Correct List overflow & Tree color typing ([#2337](https://github.com/looker-open-source/components/issues/2337)) ([c777721](https://github.com/looker-open-source/components/commit/c777721d83304f43a06e8af9f3662c32e204d64c))
14+
* **MenuHeading:** Hide shadow initially ([#2326](https://github.com/looker-open-source/components/issues/2326)) ([a68ef47](https://github.com/looker-open-source/components/commit/a68ef4756843726d244eb58cccb34d5d1b4fcb79))
15+
16+
17+
### Features
18+
19+
* **Tree:** Added "no-icon" option to forceLabelPadding prop ([#2329](https://github.com/looker-open-source/components/issues/2329)) ([b33d361](https://github.com/looker-open-source/components/commit/b33d361ab60e09b0e54998d563a341fbe4522f13)), closes [#2330](https://github.com/looker-open-source/components/issues/2330)
20+
21+
22+
23+
24+
625
# [1.2.0-alpha.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
726

827

packages/components/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",
33
"license": "MIT",
4-
"version": "1.2.0-alpha.3",
4+
"version": "1.2.0-alpha.4",
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-providers": "^1.2.0-alpha.3",
21+
"@looker/components-providers": "^1.2.0-alpha.4",
2222
"@looker/design-tokens": "^1.2.0-alpha.2",
2323
"@popperjs/core": "^2.6.0",
2424
"@styled-icons/material": "^10.28.0",
@@ -40,7 +40,7 @@
4040
"uuid": "^8.3.2"
4141
},
4242
"devDependencies": {
43-
"@looker/components-test-utils": "^1.2.0-alpha.3",
43+
"@looker/components-test-utils": "^1.2.0-alpha.4",
4444
"@testing-library/jest-dom": "^5.12.0",
4545
"@testing-library/react": "^11.2.6",
4646
"@testing-library/user-event": "^13.1.5",

0 commit comments

Comments
 (0)