Skip to content

Commit aa992e6

Browse files
chore: Release 0.16.2
1 parent b829fc0 commit aa992e6

File tree

30 files changed

+155
-54
lines changed

30 files changed

+155
-54
lines changed

.github/workflows/canary.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,6 @@ jobs:
2929
- uses: c-hive/gha-yarn-cache@v1
3030
- run: yarn install
3131

32-
- name: Build packages
33-
run: yarn build
34-
35-
- name: Create canary release
36-
run: |
37-
yarn lerna version prerelease --conventional-commits --no-git-tag-version --no-push --preid canary --yes --exact
38-
git config --local user.email "[email protected]"
39-
git config --local user.name "GitHub Action"
40-
git commit -am "chore: Publish"
41-
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
42-
env:
43-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44-
45-
- name: Publish to NPM registry with canary tag
46-
run: yarn lerna publish from-package --yes --dist-tag canary
47-
env:
48-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
49-
50-
- run: git reset --hard
51-
5232
- name: Build documentation
5333
run: |
5434
yarn website-canary

.github/workflows/release-pull-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
paths:
1111
- 'packages/**/*.ts'
1212
- 'packages/**/*.tsx'
13-
- '**/package*.json'
1413
tags-ignore:
1514
- v*
1615
jobs:

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **MenuItem:** Remove unnecessary aria attributes when there is no nested menu ([#2049](https://github.com/looker-open-source/components/issues/2049)) ([2c6c784](https://github.com/looker-open-source/components/commit/2c6c784837746fdb539cfb9949f1dacbdde3ccb0))
12+
* **Space:** Remove snapshot tests, add justify support, default DataTable to 100% width ([#2050](https://github.com/looker-open-source/components/issues/2050)) ([fe50f4d](https://github.com/looker-open-source/components/commit/fe50f4d61104f8dee34e48214a25f8d912991584))
13+
* Icon refactor pre-patches ([#2030](https://github.com/looker-open-source/components/issues/2030)) ([776216b](https://github.com/looker-open-source/components/commit/776216b2eed5d922b81bcf585f79de66cfd55811)), closes [#2031](https://github.com/looker-open-source/components/issues/2031)
14+
15+
16+
17+
18+
619
## [0.16.1](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.1) (2021-03-17)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.16.1",
2+
"version": "0.16.2",
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+
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
## [0.16.1](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.1) (2021-03-17)
715

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

packages/components-providers/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-providers",
33
"license": "MIT",
4-
"version": "0.16.1",
4+
"version": "0.16.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/design-tokens": "^0.16.1",
21+
"@looker/design-tokens": "^0.16.2",
2222
"i18next": "19.9.1",
2323
"lodash": "^4.17.20",
2424
"react-helmet-async": "^1.0.7",

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+
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
## [0.16.1](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.1) (2021-03-17)
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": "0.16.1",
4+
"version": "0.16.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
"devDependencies": {
21-
"@looker/components-providers": "^0.16.1",
21+
"@looker/components-providers": "^0.16.2",
2222
"@testing-library/react": "^11.2.2",
2323
"@types/enzyme": "^3.10.8",
2424
"@types/jest": "^26.0.19",

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+
## [0.16.2](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.2) (2021-03-17)
7+
8+
**Note:** Version bump only for package @looker/components-theme-editor
9+
10+
11+
12+
13+
614
## [0.16.1](https://github.com/looker-open-source/components/compare/v0.16.0...v0.16.1) (2021-03-17)
715

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

packages/components-theme-editor/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-theme-editor",
33
"license": "MIT",
4-
"version": "0.16.1",
4+
"version": "0.16.2",
55
"main": "lib/cjs/index.js",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -18,8 +18,8 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@looker/components": "^0.16.1",
22-
"@looker/design-tokens": "^0.16.1",
21+
"@looker/components": "^0.16.2",
22+
"@looker/design-tokens": "^0.16.2",
2323
"lodash": "^4.17.20"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)