Skip to content

Commit e0559b8

Browse files
author
Luke Bowerman
committed
v1.4.0
1 parent 8e2ae12 commit e0559b8

File tree

14 files changed

+75
-13
lines changed

14 files changed

+75
-13
lines changed

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+
# [1.4.0](https://github.com/looker-open-source/components/compare/v1.4.0-alpha.0...v1.4.0) (2021-05-23)
7+
8+
9+
### Features
10+
11+
* **Layout:** Supports displaying shadow when content overflows container height ([#2300](https://github.com/looker-open-source/components/issues/2300)) ([b0231fe](https://github.com/looker-open-source/components/commit/b0231fec9795c1e2c8afd150e530d7ddb4a2a1db))
12+
13+
14+
15+
16+
617
# [1.4.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.3.1...v1.4.0-alpha.0) (2021-05-21)
718

819

lerna.json

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

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.4.0](https://github.com/looker-open-source/components/compare/v1.4.0-alpha.0...v1.4.0) (2021-05-23)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
# [1.4.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.3.1...v1.4.0-alpha.0) (2021-05-21)
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.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",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@looker/components": "^1.4.0-alpha.0",
21+
"@looker/components": "^1.4.0",
2222
"@looker/design-tokens": "^1.3.1",
2323
"@styled-icons/material": "^10.28.0",
2424
"@styled-icons/material-outlined": "^10.28.0",

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+
# [1.4.0](https://github.com/looker-open-source/components/compare/v1.4.0-alpha.0...v1.4.0) (2021-05-23)
7+
8+
9+
### Features
10+
11+
* **Layout:** Supports displaying shadow when content overflows container height ([#2300](https://github.com/looker-open-source/components/issues/2300)) ([b0231fe](https://github.com/looker-open-source/components/commit/b0231fec9795c1e2c8afd150e530d7ddb4a2a1db))
12+
13+
14+
15+
16+
617
# [1.4.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.3.1...v1.4.0-alpha.0) (2021-05-21)
718

819

packages/components/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",
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/eslint-config/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.4.0](https://github.com/looker-open-source/eslint-config/compare/v1.4.0-alpha.0...v1.4.0) (2021-05-23)
7+
8+
**Note:** Version bump only for package @looker/eslint-config
9+
10+
11+
12+
13+
614
## [1.3.1](https://github.com/looker-open-source/eslint-config/compare/v1.3.0...v1.3.1) (2021-05-19)
715

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

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
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.3.1",
9+
"version": "1.4.0",
1010
"bugs": {
1111
"url": "https://github.com/looker-open-source/eslint-config/issues"
1212
},

playground/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.4.0](https://github.com/looker-open-source/components/compare/v1.4.0-alpha.0...v1.4.0) (2021-05-23)
7+
8+
**Note:** Version bump only for package playground
9+
10+
11+
12+
13+
614
# [1.4.0-alpha.0](https://github.com/looker-open-source/components/compare/v1.3.1...v1.4.0-alpha.0) (2021-05-21)
715

816
**Note:** Version bump only for package playground

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"author": "Looker",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"analyze": "webpack --mode=production --profile"
1515
},
1616
"dependencies": {
17-
"@looker/components": "^1.4.0-alpha.0",
17+
"@looker/components": "^1.4.0",
1818
"core-js": "^3.12.1",
1919
"react": "^16.14.0",
2020
"react-dom": "^16.14.0",

0 commit comments

Comments
 (0)