Skip to content

Commit a8fc06d

Browse files
chore: CHANGELOG 1.0.0
1 parent 1b7876e commit a8fc06d

File tree

29 files changed

+284
-116
lines changed

29 files changed

+284
-116
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ packages/**/lib/
22
packages/icons/src/generated/
33
packages/www/.cache
44
packages/www/public
5+
*/**/CHANGELOG.md

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0.0](https://github.com/looker-open-source/components/compare/v0.18.0...v1.0.0) (2021-03-22)
7+
8+
9+
### BREAKING CHANGE
10+
11+
Version `1.0` changes how Icons are used within @looker/components, shipped within @looker/components and leveraged by downstream consumers.
12+
13+
Fundamentally this changes icons from being a key/name (e.g.: "Calendar") to an SVG or component `<Calendar />`. Looker Components now leverages [Styled Icons](https://github.com/styled-icons/styled-icons) to provide types and design patterns as well as providing a complete set of "stock" Google Material icons.
14+
15+
616
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
717

818

lerna.json

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

packages/components-providers/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/looker-open-source/components/compare/v0.18.0...v1.0.0) (2021-03-22)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
14+
## [0.18.1](https://github.com/looker-open-source/components/compare/v0.18.0...v0.18.1) (2021-03-22)
15+
16+
**Note:** Version bump only for package @looker/components-providers
17+
18+
19+
20+
21+
622
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
723

824
**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": "0.18.0",
4+
"version": "1.0.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.18.0",
21+
"@looker/design-tokens": "^1.0.0",
2222
"i18next": "19.9.1",
2323
"lodash": "^4.17.20",
2424
"react-helmet-async": "^1.0.7",

packages/components-test-utils/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/looker-open-source/components/compare/v0.18.0...v1.0.0) (2021-03-22)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
14+
## [0.18.1](https://github.com/looker-open-source/components/compare/v0.18.0...v0.18.1) (2021-03-22)
15+
16+
**Note:** Version bump only for package @looker/components-test-utils
17+
18+
19+
20+
21+
622
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
723

824
**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.18.0",
4+
"version": "1.0.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.18.0",
21+
"@looker/components-providers": "^1.0.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/looker-open-source/components/compare/v0.18.0...v1.0.0) (2021-03-22)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
14+
## [0.18.1](https://github.com/looker-open-source/components/compare/v0.18.0...v0.18.1) (2021-03-22)
15+
16+
**Note:** Version bump only for package @looker/components-theme-editor
17+
18+
19+
20+
21+
622
# [0.18.0](https://github.com/looker-open-source/components/compare/v0.17.0...v0.18.0) (2021-03-22)
723

824
**Note:** Version bump only for package @looker/components-theme-editor

packages/components-theme-editor/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-theme-editor",
33
"license": "MIT",
4-
"version": "0.18.0",
4+
"version": "1.0.0",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -18,9 +18,9 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@looker/components": "^0.18.0",
22-
"@looker/design-tokens": "^0.18.0",
23-
"@looker/icons": "^0.18.0",
21+
"@looker/components": "^1.0.0",
22+
"@looker/design-tokens": "^1.0.0",
23+
"@looker/icons": "^1.0.0",
2424
"@styled-icons/material": "^10.28.0",
2525
"lodash": "^4.17.20"
2626
},

0 commit comments

Comments
 (0)