Skip to content

Commit 03d1c21

Browse files
author
Luke Bowerman
committed
1 parent 16c348a commit 03d1c21

File tree

18 files changed

+98
-17
lines changed

18 files changed

+98
-17
lines changed

packages/components-date/CHANGELOG.md

+8
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+
# [2.0.0](https://github.com/looker-open-source/components-date/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/components-date
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.4](https://github.com/looker-open-source/components-date/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)
715

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

packages/components-date/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components-date",
33
"license": "MIT",
4-
"version": "2.0.0-alpha.4",
4+
"version": "2.0.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": "^2.0.0-alpha.4",
22-
"@looker/design-tokens": "^2.0.0-alpha.1",
21+
"@looker/components": "^2.0.0",
22+
"@looker/design-tokens": "^2.0.0",
2323
"@styled-icons/material-rounded": "^10.28.0",
2424
"date-fns": "^2.21.1",
2525
"date-fns-tz": "^1.0.12",
@@ -30,7 +30,7 @@
3030
"styled-system": "^5.1.5"
3131
},
3232
"devDependencies": {
33-
"@looker/components-test-utils": "^1.4.0-alpha.1",
33+
"@looker/components-test-utils": "^1.4.0",
3434
"@testing-library/jest-dom": "^5.12.0",
3535
"@testing-library/react": "^11.2.6",
3636
"@testing-library/user-event": "^13.1.5",

packages/components-providers/CHANGELOG.md

+8
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.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
# [1.4.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)
715

816

packages/components-providers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components-providers",
33
"license": "MIT",
4-
"version": "1.4.0-alpha.1",
4+
"version": "1.4.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": "^2.0.0-alpha.1",
21+
"@looker/design-tokens": "^2.0.0",
2222
"i18next": "20.3.1",
2323
"lodash": "^4.17.20",
2424
"react-helmet-async": "^1.0.9",

packages/components-test-utils/CHANGELOG.md

+8
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.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
# [1.4.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)
715

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

packages/components-test-utils/package.json

+2-2
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.4.0-alpha.1",
4+
"version": "1.4.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": "^1.4.0-alpha.1",
21+
"@looker/components-providers": "^1.4.0",
2222
"@testing-library/react": "^11.2.6",
2323
"@types/jest": "^26.0.22",
2424
"@types/react": "^16.9.56",

packages/components/CHANGELOG.md

+17
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+
# [2.0.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **HoverDisclosure:** Remove strategy prop, add placeholderWidth ([#2512](https://github.com/looker-open-source/components/issues/2512)) ([84260cc](https://github.com/looker-open-source/components/commit/84260cc1dc0abfd27b37d98ee2c0faf2e72845b7))
12+
* **IconButton:** Properly use toggleColor for :active psuedo states ([#2509](https://github.com/looker-open-source/components/issues/2509)) ([596bcfa](https://github.com/looker-open-source/components/commit/596bcfa3d0821b842ef83c0a9b5fa69b82b27d02))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **HoverDisclosure:** strategy prop is no longer supported. `width` may be used to workaround.
18+
19+
20+
21+
22+
623
# [2.0.0-alpha.4](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)
724

825

packages/components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "2.0.0-alpha.4",
4+
"version": "2.0.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-providers": "^1.4.0-alpha.1",
22-
"@looker/design-tokens": "^2.0.0-alpha.1",
21+
"@looker/components-providers": "^1.4.0",
22+
"@looker/design-tokens": "^2.0.0",
2323
"@popperjs/core": "^2.6.0",
2424
"@styled-icons/material": "^10.34.0",
2525
"@styled-icons/material-outlined": "^10.28.0",
@@ -37,7 +37,7 @@
3737
"uuid": "^8.3.2"
3838
},
3939
"devDependencies": {
40-
"@looker/components-test-utils": "^1.4.0-alpha.1",
40+
"@looker/components-test-utils": "^1.4.0",
4141
"@testing-library/jest-dom": "^5.12.0",
4242
"@testing-library/react": "^11.2.6",
4343
"@testing-library/user-event": "^13.1.5",

packages/design-tokens/CHANGELOG.md

+8
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+
# [2.0.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/design-tokens
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)
715

816

packages/design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/design-tokens",
33
"license": "MIT",
4-
"version": "2.0.0-alpha.1",
4+
"version": "2.0.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/eslint-config/CHANGELOG.md

+8
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.5.0](https://github.com/looker-open-source/eslint-config/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/eslint-config
9+
10+
11+
12+
13+
614
# [1.5.0-alpha.1](https://github.com/looker-open-source/eslint-config/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)
715

816

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "git+https://github.com/looker-open-source/eslint-config.git"
88
},
9-
"version": "1.5.0-alpha.1",
9+
"version": "1.5.0",
1010
"bugs": {
1111
"url": "https://github.com/looker-open-source/eslint-config/issues"
1212
},

packages/icons/CHANGELOG.md

+8
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.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/icons
9+
10+
11+
12+
13+
614
# 1.4.0-alpha.0 (2021-06-11)
715

816

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/icons",
33
"license": "MIT",
4-
"version": "1.4.0-alpha.0",
4+
"version": "1.4.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/prettier/CHANGELOG.md

+8
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.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/prettier-config
9+
10+
11+
12+
13+
614
# 1.4.0-alpha.0 (2021-06-11)
715

816

packages/prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looker/prettier-config",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"main": "index.json",
55
"author": "Looker",
66
"license": "MIT",

packages/stylelint-config/CHANGELOG.md

+8
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.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)
7+
8+
**Note:** Version bump only for package @looker/stylelint-config
9+
10+
11+
12+
13+
614
# 1.4.0-alpha.0 (2021-06-11)
715

816

packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "1.4.0-alpha.0",
12+
"version": "1.4.0",
1313
"files": [
1414
"index.js"
1515
],

0 commit comments

Comments
 (0)