Skip to content

Commit bec7a69

Browse files
author
Luke Bowerman
committed
v1.2.0-alpha.5
1 parent f61604b commit bec7a69

File tree

16 files changed

+81
-17
lines changed

16 files changed

+81
-17
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.5](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.4...v1.2.0-alpha.5) (2021-05-13)
7+
8+
**Note:** Version bump only for package monorepo
9+
10+
11+
12+
13+
614
# [1.2.0-alpha.4](https://github.com/looker-open-source/components/compare/v1.2.0-alpha.3...v1.2.0-alpha.4) (2021-05-13)
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.2.0-alpha.4",
2+
"version": "1.2.0-alpha.5",
33
"command": {
44
"version": {
55
"conventionalCommits": true

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

816

packages/components-providers/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-providers",
33
"license": "MIT",
4-
"version": "1.2.0-alpha.4",
4+
"version": "1.2.0-alpha.5",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",

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

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

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": "1.2.0-alpha.4",
4+
"version": "1.2.0-alpha.5",
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
"devDependencies": {
21-
"@looker/components-providers": "^1.2.0-alpha.4",
21+
"@looker/components-providers": "^1.2.0-alpha.5",
2222
"@testing-library/react": "^11.2.6",
2323
"@types/jest": "^26.0.22",
2424
"@types/react": "^16.9.56",

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

816

packages/components/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",
33
"license": "MIT",
4-
"version": "1.2.0-alpha.4",
4+
"version": "1.2.0-alpha.5",
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-providers": "^1.2.0-alpha.4",
21+
"@looker/components-providers": "^1.2.0-alpha.5",
2222
"@looker/design-tokens": "^1.2.0-alpha.2",
2323
"@popperjs/core": "^2.6.0",
2424
"@styled-icons/material": "^10.28.0",
@@ -40,7 +40,7 @@
4040
"uuid": "^8.3.2"
4141
},
4242
"devDependencies": {
43-
"@looker/components-test-utils": "^1.2.0-alpha.4",
43+
"@looker/components-test-utils": "^1.2.0-alpha.5",
4444
"@testing-library/jest-dom": "^5.12.0",
4545
"@testing-library/react": "^11.2.6",
4646
"@testing-library/user-event": "^13.1.5",

0 commit comments

Comments
 (0)