Skip to content

Commit e2391e9

Browse files
author
Luke Bowerman
committed
v1.4.2
1 parent 8c4ad2e commit e2391e9

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

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.2](https://github.com/looker-open-source/components/compare/v1.4.2-alpha.0...v1.4.2) (2021-06-17)
7+
8+
**Note:** Version bump only for package monorepo
9+
10+
11+
12+
13+
614
## [1.4.2-alpha.0](https://github.com/looker-open-source/components/compare/v1.4.1...v1.4.2-alpha.0) (2021-06-17)
715

816

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.2-alpha.0",
2+
"version": "1.4.2",
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.2](https://github.com/looker-open-source/components/compare/v1.4.2-alpha.0...v1.4.2) (2021-06-17)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
## [1.4.2-alpha.0](https://github.com/looker-open-source/components/compare/v1.4.1...v1.4.2-alpha.0) (2021-06-17)
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.2-alpha.0",
4+
"version": "1.4.2",
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.2-alpha.0",
21+
"@looker/components": "^1.4.2",
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: 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.2](https://github.com/looker-open-source/components/compare/v1.4.2-alpha.0...v1.4.2) (2021-06-17)
7+
8+
**Note:** Version bump only for package @looker/components
9+
10+
11+
12+
13+
614
## [1.4.2-alpha.0](https://github.com/looker-open-source/components/compare/v1.4.1...v1.4.2-alpha.0) (2021-06-17)
715

816

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.2-alpha.0",
4+
"version": "1.4.2",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)