Skip to content

Commit df1929f

Browse files
author
Luke Bowerman
committed
v1.2.0-alpha.6
1 parent 63c5490 commit df1929f

File tree

12 files changed

+60
-12
lines changed

12 files changed

+60
-12
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.2.0-alpha.6](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.5...v1.2.0-alpha.6) (2021-05-14)
7+
8+
**Note:** Version bump only for package monorepo
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.5](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.4...v1.2.0-alpha.5) (2021-05-13)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0-alpha.5",
2+
"version": "1.2.0-alpha.6",
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.2.0-alpha.6](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.5...v1.2.0-alpha.6) (2021-05-14)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.5](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.4...v1.2.0-alpha.5) (2021-05-13)
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.2.0-alpha.5",
4+
"version": "1.2.0-alpha.6",
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.2.0-alpha.5",
21+
"@looker/components": "^1.2.0-alpha.6",
2222
"@looker/design-tokens": "^1.2.0-alpha.2",
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.2.0-alpha.6](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.5...v1.2.0-alpha.6) (2021-05-14)
7+
8+
**Note:** Version bump only for package @looker/components
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.5](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.4...v1.2.0-alpha.5) (2021-05-13)
715

816
**Note:** Version bump only for package @looker/components

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

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.2.0-alpha.6](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.5...v1.2.0-alpha.6) (2021-05-14)
7+
8+
**Note:** Version bump only for package playground
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.5](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.4...v1.2.0-alpha.5) (2021-05-13)
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.2.0-alpha.5",
3+
"version": "1.2.0-alpha.6",
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.2.0-alpha.5",
17+
"@looker/components": "^1.2.0-alpha.6",
1818
"core-js": "^3.11.0",
1919
"react": "^16.14.0",
2020
"react-dom": "^16.14.0",

storybook/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.2.0-alpha.6](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.5...v1.2.0-alpha.6) (2021-05-14)
7+
8+
**Note:** Version bump only for package storybook
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.5](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.4...v1.2.0-alpha.5) (2021-05-13)
715

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

storybook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook",
3-
"version": "1.2.0-alpha.5",
3+
"version": "1.2.0-alpha.6",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
@@ -9,8 +9,8 @@
99
"build": "build-storybook -c .storybook"
1010
},
1111
"dependencies": {
12-
"@looker/components": "^1.2.0-alpha.5",
13-
"@looker/components-theme-editor": "^1.2.0-alpha.5",
12+
"@looker/components": "^1.2.0-alpha.6",
13+
"@looker/components-theme-editor": "^1.2.0-alpha.6",
1414
"@looker/design-tokens": "^1.2.0-alpha.2",
1515
"@storybook/react": "^6.1.15",
1616
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)