Skip to content

Commit 2613d1a

Browse files
author
Luke Bowerman
committed
v1.2.0-alpha.3
1 parent 0ffaa4b commit 2613d1a

File tree

16 files changed

+102
-17
lines changed

16 files changed

+102
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **RangeSlider:** Value stays within bounds when min/max changes ([#2269](https://github.com/looker-open-source/components/issues/2269)) ([ec27334](https://github.com/looker-open-source/components/commit/ec273341f088e5899a3accd8c6268960dab87c7c))
12+
13+
14+
### Features
15+
16+
* **Pagination:** and PageSize support alwaysVisible - visible even when there are no pages to paginate ([#2273](https://github.com/looker-open-source/components/issues/2273)) ([530848f](https://github.com/looker-open-source/components/commit/530848f403b6d5f20df9ad32bc45a0988f3601e5)), closes [#2275](https://github.com/looker-open-source/components/issues/2275)
17+
* **Tree:** ARIA-labeling ([#2271](https://github.com/looker-open-source/components/issues/2271)) ([0ffaa4b](https://github.com/looker-open-source/components/commit/0ffaa4b2edf9657446463aef4f085cbb9783ec66))
18+
19+
20+
21+
22+
623
## [1.1.6](https://github.com/looker-open-source/components/compare/v1.1.5...v1.1.6) (2021-04-29)
724

825
### 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.2.0-alpha.2",
2+
"version": "1.2.0-alpha.3",
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.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)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.2](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2021-04-28)
715

816

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.2",
4+
"version": "1.2.0-alpha.3",
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.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.2](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2021-04-28)
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.2",
4+
"version": "1.2.0-alpha.3",
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.2",
21+
"@looker/components-providers": "^1.2.0-alpha.3",
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.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.2](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (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.2.0-alpha.2",
4+
"version": "1.2.0-alpha.3",
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.2",
21+
"@looker/components": "^1.2.0-alpha.3",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **RangeSlider:** Value stays within bounds when min/max changes ([#2269](https://github.com/looker-open-source/components/issues/2269)) ([ec27334](https://github.com/looker-open-source/components/commit/ec273341f088e5899a3accd8c6268960dab87c7c))
12+
13+
14+
### Features
15+
16+
* **Pagination:** and PageSize support alwaysVisible - visible even when there are no pages to paginate ([#2273](https://github.com/looker-open-source/components/issues/2273)) ([530848f](https://github.com/looker-open-source/components/commit/530848f403b6d5f20df9ad32bc45a0988f3601e5)), closes [#2275](https://github.com/looker-open-source/components/issues/2275)
17+
* **Tree:** ARIA-labeling ([#2271](https://github.com/looker-open-source/components/issues/2271)) ([0ffaa4b](https://github.com/looker-open-source/components/commit/0ffaa4b2edf9657446463aef4f085cbb9783ec66))
18+
19+
20+
21+
22+
623
## [1.1.6](https://github.com/looker-open-source/components/compare/v1.1.5...v1.1.6) (2021-04-29)
724

825

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.2",
4+
"version": "1.2.0-alpha.3",
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.2",
21+
"@looker/components-providers": "^1.2.0-alpha.3",
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.2",
43+
"@looker/components-test-utils": "^1.2.0-alpha.3",
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)