Skip to content

Commit

Permalink
chore: Release (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 11, 2021
1 parent 158f3b4 commit 8e45200
Show file tree
Hide file tree
Showing 28 changed files with 194 additions and 33 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)


### Bug Fixes

* Export all Date & Time-related components from a sub-location to prevent bundle-size impacts ([#2025](https://github.com/looker-open-source/components/issues/2025)) ([158f3b4](https://github.com/looker-open-source/components/commit/158f3b460302acfa8407023a4ebfe89859e04bc1))
* **Divider:** Remove default vertical margin ([#2014](https://github.com/looker-open-source/components/issues/2014)) ([f64e975](https://github.com/looker-open-source/components/commit/f64e975e972da9e15487bf2a9891119f96d31920))
* **List:** Fixed List / Menu windowing ([#1997](https://github.com/looker-open-source/components/issues/1997)) ([82e726d](https://github.com/looker-open-source/components/commit/82e726d73f110a7055db99523e2b727528d88783))
* **MenuHeading:** Fix MenuHeading style overrides ([#2002](https://github.com/looker-open-source/components/issues/2002)) ([bb293d9](https://github.com/looker-open-source/components/commit/bb293d9a9963b833b452a03b59d15616539c4521)), closes [#2003](https://github.com/looker-open-source/components/issues/2003) [#2004](https://github.com/looker-open-source/components/issues/2004) [#2005](https://github.com/looker-open-source/components/issues/2005)
* **SpaceVertical:** Don't stretch SpaceVertical children by default ([#2017](https://github.com/looker-open-source/components/issues/2017)) ([998a673](https://github.com/looker-open-source/components/commit/998a673a95970e66360629074e77532184614cc3))
* **useClickable:** Improve and export onClick type ([#1985](https://github.com/looker-open-source/components/issues/1985)) ([5eca0a6](https://github.com/looker-open-source/components/commit/5eca0a60cffb02147a073db01ace34b4722d6e1b))


### Features

* **MultiFunctionButton:** component ([#1955](https://github.com/looker-open-source/components/issues/1955)) ([e602575](https://github.com/looker-open-source/components/commit/e6025755265e9e30d06ec9e4bc5d6925aea8da8b)), closes [#1991](https://github.com/looker-open-source/components/issues/1991)
* **Select:** Caret icon always has default cursor icon ([#2019](https://github.com/looker-open-source/components/issues/2019)) ([64d3b12](https://github.com/looker-open-source/components/commit/64d3b1251c2c2019d3f454138b04351cc38d2700))
* Export i18n strings and utilities ([#2006](https://github.com/looker-open-source/components/issues/2006)) ([75f750b](https://github.com/looker-open-source/components/commit/75f750b5da86f1a04ccab7a3d277d3699afd9318))





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.1",
"version": "0.16.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/components-providers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)


### Features

* Export i18n strings and utilities ([#2006](https://github.com/looker-open-source/components/issues/2006)) ([75f750b](https://github.com/looker-open-source/components/commit/75f750b5da86f1a04ccab7a3d277d3699afd9318))





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/components-providers
Expand Down
4 changes: 2 additions & 2 deletions packages/components-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-providers",
"license": "MIT",
"version": "0.15.1",
"version": "0.16.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@looker/design-tokens": "^0.15.1",
"@looker/design-tokens": "^0.16.0",
"i18next": "19.9.1",
"lodash": "^4.17.20",
"react-helmet-async": "^1.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/components-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)

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





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/components-test-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/components-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-test-utils",
"license": "MIT",
"version": "0.15.1",
"version": "0.16.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"devDependencies": {
"@looker/components-providers": "^0.15.1",
"@looker/components-providers": "^0.16.0",
"@testing-library/react": "^11.2.2",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.19",
Expand Down
8 changes: 8 additions & 0 deletions packages/components-theme-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)

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





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/components-theme-editor
Expand Down
6 changes: 3 additions & 3 deletions packages/components-theme-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-theme-editor",
"license": "MIT",
"version": "0.15.1",
"version": "0.16.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"access": "public"
},
"dependencies": {
"@looker/components": "^0.15.1",
"@looker/design-tokens": "^0.15.1",
"@looker/components": "^0.16.0",
"@looker/design-tokens": "^0.16.0",
"lodash": "^4.17.20"
},
"devDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)


### Bug Fixes

* Export all Date & Time-related components from a sub-location to prevent bundle-size impacts ([#2025](https://github.com/looker-open-source/components/issues/2025)) ([158f3b4](https://github.com/looker-open-source/components/commit/158f3b460302acfa8407023a4ebfe89859e04bc1))
* **Divider:** Remove default vertical margin ([#2014](https://github.com/looker-open-source/components/issues/2014)) ([f64e975](https://github.com/looker-open-source/components/commit/f64e975e972da9e15487bf2a9891119f96d31920))
* **List:** Fixed List / Menu windowing ([#1997](https://github.com/looker-open-source/components/issues/1997)) ([82e726d](https://github.com/looker-open-source/components/commit/82e726d73f110a7055db99523e2b727528d88783))
* **MenuHeading:** Fix MenuHeading style overrides ([#2002](https://github.com/looker-open-source/components/issues/2002)) ([bb293d9](https://github.com/looker-open-source/components/commit/bb293d9a9963b833b452a03b59d15616539c4521)), closes [#2003](https://github.com/looker-open-source/components/issues/2003) [#2004](https://github.com/looker-open-source/components/issues/2004) [#2005](https://github.com/looker-open-source/components/issues/2005)
* **SpaceVertical:** Don't stretch SpaceVertical children by default ([#2017](https://github.com/looker-open-source/components/issues/2017)) ([998a673](https://github.com/looker-open-source/components/commit/998a673a95970e66360629074e77532184614cc3))
* **useClickable:** Improve and export onClick type ([#1985](https://github.com/looker-open-source/components/issues/1985)) ([5eca0a6](https://github.com/looker-open-source/components/commit/5eca0a60cffb02147a073db01ace34b4722d6e1b))


### Features

* **Select:** Caret icon always has default cursor icon ([#2019](https://github.com/looker-open-source/components/issues/2019)) ([64d3b12](https://github.com/looker-open-source/components/commit/64d3b1251c2c2019d3f454138b04351cc38d2700))
* Export i18n strings and utilities ([#2006](https://github.com/looker-open-source/components/issues/2006)) ([75f750b](https://github.com/looker-open-source/components/commit/75f750b5da86f1a04ccab7a3d277d3699afd9318))
* **MultiFunctionButton:** component ([#1955](https://github.com/looker-open-source/components/issues/1955)) ([e602575](https://github.com/looker-open-source/components/commit/e6025755265e9e30d06ec9e4bc5d6925aea8da8b)), closes [#1991](https://github.com/looker-open-source/components/issues/1991)





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)


Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components",
"license": "MIT",
"version": "0.15.1",
"version": "0.16.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,9 +22,9 @@
"access": "public"
},
"dependencies": {
"@looker/components-providers": "^0.15.1",
"@looker/design-tokens": "^0.15.1",
"@looker/icons": "^0.15.1",
"@looker/components-providers": "^0.16.0",
"@looker/design-tokens": "^0.16.0",
"@looker/icons": "^0.16.0",
"@popperjs/core": "^2.6.0",
"d3-color": "^2.0.0",
"d3-hsv": "^0.1.0",
Expand All @@ -41,7 +41,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@looker/components-test-utils": "^0.15.1",
"@looker/components-test-utils": "^0.16.0",
"@storybook/addon-storyshots": "^6.1.15",
"@storybook/react": "^6.1.15",
"@testing-library/jest-dom": "^5.11.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)

**Note:** Version bump only for package @looker/design-tokens





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/design-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/design-tokens",
"license": "MIT",
"version": "0.15.1",
"version": "0.16.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/eslint-config/compare/v0.15.1...v0.16.0) (2021-03-11)

**Note:** Version bump only for package @looker/eslint-config





## [0.15.1](https://github.com/looker-open-source/eslint-config/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "git+https://github.com/looker-open-source/eslint-config.git"
},
"version": "0.15.1",
"version": "0.16.0",
"bugs": {
"url": "https://github.com/looker-open-source/eslint-config/issues"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)

**Note:** Version bump only for package @looker/icons





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/icons",
"license": "MIT",
"version": "0.15.1",
"version": "0.16.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)

**Note:** Version bump only for package @looker/prettier-config





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/prettier-config
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/prettier-config",
"version": "0.15.1",
"version": "0.16.0",
"main": "index.json",
"author": "Looker",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)

**Note:** Version bump only for package @looker/storybook-config





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/storybook-config
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/storybook-config",
"version": "0.15.1",
"version": "0.16.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -9,7 +9,7 @@
"private": true,
"devDependencies": {
"@babel/core": "^7.13.8",
"@looker/components-providers": "^0.15.1",
"@looker/components-providers": "^0.16.0",
"@storybook/addon-essentials": "^6.1.15",
"@storybook/addon-storyshots": "^6.1.15",
"@storybook/addon-storyshots-puppeteer": "^6.1.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)

**Note:** Version bump only for package @looker/stylelint-config





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package @looker/stylelint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.15.1",
"version": "0.16.0",
"files": [
"index.js"
],
Expand Down
11 changes: 11 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/looker-open-source/components/compare/v0.15.1...v0.16.0) (2021-03-11)


### Bug Fixes

* Export all Date & Time-related components from a sub-location to prevent bundle-size impacts ([#2025](https://github.com/looker-open-source/components/issues/2025)) ([158f3b4](https://github.com/looker-open-source/components/commit/158f3b460302acfa8407023a4ebfe89859e04bc1))





## [0.15.1](https://github.com/looker-open-source/components/compare/v0.15.0...v0.15.1) (2021-03-01)

**Note:** Version bump only for package playground
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.15.1",
"version": "0.16.0",
"license": "MIT",
"author": "Looker",
"repository": {
Expand All @@ -14,7 +14,7 @@
"analyze": "webpack --mode=production --profile"
},
"dependencies": {
"@looker/components": "*",
"@looker/components": "^0.16.0",
"core-js": "^3.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand Down
Loading

0 comments on commit 8e45200

Please sign in to comment.