Skip to content

Commit 3431d16

Browse files
chore: Release (#1797)
1 parent 2a523cd commit 3431d16

File tree

28 files changed

+179
-33
lines changed

28 files changed

+179
-33
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Properly build ESM, CJS & TS for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
12+
* **deps:** Update dependencies to resolve external vulnerabilities (socket.io & immer) ([#1803](https://github.com/looker-open-source/components/issues/1803)) ([1023026](https://github.com/looker-open-source/components/commit/1023026dc35c526d718efbfc8dafcc18b21b2ddc))
13+
14+
15+
16+
17+
618
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
719

820
### 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": "0.10.0",
2+
"version": "0.10.1",
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+
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
12+
13+
14+
15+
16+
617
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
718

819

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.10.0",
4+
"version": "0.10.1",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@looker/design-tokens": "^0.10.0",
23+
"@looker/design-tokens": "^0.10.1",
2424
"lodash": "^4.17.20",
2525
"tabbable": "^5.1.4"
2626
},

packages/components-test-utils/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+
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
12+
13+
14+
15+
16+
617
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
718

819

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.10.0",
4+
"version": "0.10.1",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"access": "public"
2121
},
2222
"devDependencies": {
23-
"@looker/components-providers": "^0.10.0",
23+
"@looker/components-providers": "^0.10.1",
2424
"@testing-library/react": "^11.2.2",
2525
"@types/enzyme": "^3.10.8",
2626
"@types/jest": "^26.0.19",

packages/components-theme-editor/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+
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
12+
13+
14+
15+
16+
617
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
718

819

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": "0.10.0",
4+
"version": "0.10.1",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -20,8 +20,8 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@looker/components": "^0.10.0",
24-
"@looker/design-tokens": "^0.10.0",
23+
"@looker/components": "^0.10.1",
24+
"@looker/design-tokens": "^0.10.1",
2525
"lodash": "^4.17.20"
2626
},
2727
"devDependencies": {

packages/components/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+
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01))
12+
13+
14+
15+
16+
617
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19)
718

819
### Bug Fixes

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "0.10.0",
4+
"version": "0.10.1",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -24,9 +24,9 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@looker/components-providers": "^0.10.0",
28-
"@looker/design-tokens": "^0.10.0",
29-
"@looker/icons": "^0.10.0",
27+
"@looker/components-providers": "^0.10.1",
28+
"@looker/design-tokens": "^0.10.1",
29+
"@looker/icons": "^0.10.1",
3030
"@popperjs/core": "^2.6.0",
3131
"d3-color": "^2.0.0",
3232
"d3-hsv": "^0.1.0",
@@ -42,7 +42,7 @@
4242
"uuid": "^8.3.2"
4343
},
4444
"devDependencies": {
45-
"@looker/components-test-utils": "^0.10.0",
45+
"@looker/components-test-utils": "^0.10.1",
4646
"@storybook/addon-storyshots": "^6.1.10",
4747
"@storybook/react": "^6.1.10",
4848
"@testing-library/jest-dom": "^5.11.6",

0 commit comments

Comments
 (0)