Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman committed Jun 22, 2021
1 parent 16c348a commit 03d1c21
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 17 deletions.
8 changes: 8 additions & 0 deletions packages/components-date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/looker-open-source/components-date/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

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





# [2.0.0-alpha.4](https://github.com/looker-open-source/components-date/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)

**Note:** Version bump only for package @looker/components-date
Expand Down
8 changes: 4 additions & 4 deletions packages/components-date/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-date",
"license": "MIT",
"version": "2.0.0-alpha.4",
"version": "2.0.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"access": "public"
},
"dependencies": {
"@looker/components": "^2.0.0-alpha.4",
"@looker/design-tokens": "^2.0.0-alpha.1",
"@looker/components": "^2.0.0",
"@looker/design-tokens": "^2.0.0",
"@styled-icons/material-rounded": "^10.28.0",
"date-fns": "^2.21.1",
"date-fns-tz": "^1.0.12",
Expand All @@ -30,7 +30,7 @@
"styled-system": "^5.1.5"
},
"devDependencies": {
"@looker/components-test-utils": "^1.4.0-alpha.1",
"@looker/components-test-utils": "^1.4.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/components-providers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

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





# [1.4.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/components-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-providers",
"license": "MIT",
"version": "1.4.0-alpha.1",
"version": "1.4.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@looker/design-tokens": "^2.0.0-alpha.1",
"@looker/design-tokens": "^2.0.0",
"i18next": "20.3.1",
"lodash": "^4.17.20",
"react-helmet-async": "^1.0.9",
Expand Down
8 changes: 8 additions & 0 deletions packages/components-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

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





# [1.4.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)

**Note:** Version bump only for package @looker/components-test-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/components-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components-test-utils",
"license": "MIT",
"version": "1.4.0-alpha.1",
"version": "1.4.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"devDependencies": {
"@looker/components-providers": "^1.4.0-alpha.1",
"@looker/components-providers": "^1.4.0",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.22",
"@types/react": "^16.9.56",
Expand Down
17 changes: 17 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)


### Bug Fixes

* **HoverDisclosure:** Remove strategy prop, add placeholderWidth ([#2512](https://github.com/looker-open-source/components/issues/2512)) ([84260cc](https://github.com/looker-open-source/components/commit/84260cc1dc0abfd27b37d98ee2c0faf2e72845b7))
* **IconButton:** Properly use toggleColor for :active psuedo states ([#2509](https://github.com/looker-open-source/components/issues/2509)) ([596bcfa](https://github.com/looker-open-source/components/commit/596bcfa3d0821b842ef83c0a9b5fa69b82b27d02))


### BREAKING CHANGES

* **HoverDisclosure:** strategy prop is no longer supported. `width` may be used to workaround.





# [2.0.0-alpha.4](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/components",
"license": "MIT",
"version": "2.0.0-alpha.4",
"version": "2.0.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"access": "public"
},
"dependencies": {
"@looker/components-providers": "^1.4.0-alpha.1",
"@looker/design-tokens": "^2.0.0-alpha.1",
"@looker/components-providers": "^1.4.0",
"@looker/design-tokens": "^2.0.0",
"@popperjs/core": "^2.6.0",
"@styled-icons/material": "^10.34.0",
"@styled-icons/material-outlined": "^10.28.0",
Expand All @@ -37,7 +37,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@looker/components-test-utils": "^1.4.0-alpha.1",
"@looker/components-test-utils": "^1.4.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

**Note:** Version bump only for package @looker/design-tokens





# [2.0.0-alpha.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/design-tokens",
"license": "MIT",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/looker-open-source/eslint-config/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

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





# [1.5.0-alpha.1](https://github.com/looker-open-source/eslint-config/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "git+https://github.com/looker-open-source/eslint-config.git"
},
"version": "1.5.0-alpha.1",
"version": "1.5.0",
"bugs": {
"url": "https://github.com/looker-open-source/eslint-config/issues"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

**Note:** Version bump only for package @looker/icons





# 1.4.0-alpha.0 (2021-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/icons",
"license": "MIT",
"version": "1.4.0-alpha.0",
"version": "1.4.0",
"main": "lib/cjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

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





# 1.4.0-alpha.0 (2021-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@looker/prettier-config",
"version": "1.4.0-alpha.0",
"version": "1.4.0",
"main": "index.json",
"author": "Looker",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-06-22)

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





# 1.4.0-alpha.0 (2021-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.4.0-alpha.0",
"version": "1.4.0",
"files": [
"index.js"
],
Expand Down

0 comments on commit 03d1c21

Please sign in to comment.