Skip to content

Commit 6802faa

Browse files
author
Luke Bowerman
committed
v1.3.1
1 parent 9ba99fc commit 6802faa

File tree

20 files changed

+111
-24
lines changed

20 files changed

+111
-24
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.3.1](https://github.com/looker-open-source/components/compare/v1.3.0...v1.3.1) (2021-05-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **Tree:** Detail padding is properly controllable ([#2401](https://github.com/looker-open-source/components/issues/2401)) ([9ba99fc](https://github.com/looker-open-source/components/commit/9ba99fcc8fbb7ab554adda10f01efa419278a40b))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/looker-open-source/components/compare/v1.3.0-alpha.0...v1.3.0) (2021-05-19)
718

819
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.3.1",
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+
## [1.3.1](https://github.com/looker-open-source/components/compare/v1.3.0...v1.3.1) (2021-05-19)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/looker-open-source/components/compare/v1.3.0-alpha.0...v1.3.0) (2021-05-19)
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": "1.3.0",
4+
"version": "1.3.1",
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": "^1.3.0",
21+
"@looker/design-tokens": "^1.3.1",
2222
"i18next": "20.2.2",
2323
"lodash": "^4.17.20",
2424
"react-helmet-async": "^1.0.9",

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.3.1](https://github.com/looker-open-source/components/compare/v1.3.0...v1.3.1) (2021-05-19)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/looker-open-source/components/compare/v1.3.0-alpha.0...v1.3.0) (2021-05-19)
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.3.0",
4+
"version": "1.3.1",
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.3.0",
21+
"@looker/components-providers": "^1.3.1",
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.3.1](https://github.com/looker-open-source/components/compare/v1.3.0...v1.3.1) (2021-05-19)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/looker-open-source/components/compare/v1.3.0-alpha.0...v1.3.0) (2021-05-19)
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": "1.3.0",
4+
"version": "1.3.1",
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": "^1.3.0",
22-
"@looker/design-tokens": "^1.3.0",
21+
"@looker/components": "^1.3.1",
22+
"@looker/design-tokens": "^1.3.1",
2323
"@styled-icons/material": "^10.28.0",
2424
"@styled-icons/material-outlined": "^10.28.0",
2525
"lodash": "^4.17.20"

packages/components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.3.1](https://github.com/looker-open-source/components/compare/v1.3.0...v1.3.1) (2021-05-19)
7+
8+
59
### Bug Fixes
610

11+
* **Tree:** Detail padding is properly controllable ([#2401](https://github.com/looker-open-source/components/issues/2401)) ([9ba99fc](https://github.com/looker-open-source/components/commit/9ba99fcc8fbb7ab554adda10f01efa419278a40b))
12+
13+
14+
15+
16+
17+
## Bug Fixes
18+
719
- **HoverDisclosure:** Use CSS visibility instead of de-rendering ([#2359](https://github.com/looker-open-source/components/issues/2359)) ([4186c52](https://github.com/looker-open-source/components/commit/4186c5212ffa4f2545fc95984696ca8b52f3667c))
820
- **IconButton:** Match focus ring to toggleColor ([#2282](https://github.com/looker-open-source/components/issues/2282)) ([31df370](https://github.com/looker-open-source/components/commit/31df37044b086f459cdd16a8c0d38fbdb04d1218))
921
- **Panel:** PanelHeader icon should always be `ArrowBack` ([#2360](https://github.com/looker-open-source/components/issues/2360)) ([f86b4e1](https://github.com/looker-open-source/components/commit/f86b4e17e2ac5665bf43feb464f36d3196d581f6))

packages/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
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-providers": "^1.3.0",
22-
"@looker/design-tokens": "^1.3.0",
21+
"@looker/components-providers": "^1.3.1",
22+
"@looker/design-tokens": "^1.3.1",
2323
"@popperjs/core": "^2.6.0",
2424
"@styled-icons/material": "^10.28.0",
2525
"@styled-icons/material-outlined": "^10.28.0",
@@ -40,7 +40,7 @@
4040
"uuid": "^8.3.2"
4141
},
4242
"devDependencies": {
43-
"@looker/components-test-utils": "^1.3.0",
43+
"@looker/components-test-utils": "^1.3.1",
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)