Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mdodgelooker committed Feb 4, 2022
1 parent 12859a6 commit 0b62fbb
Show file tree
Hide file tree
Showing 32 changed files with 200 additions and 77 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.

## [3.0.4](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [3.0.3](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/components-date
Expand Down
12 changes: 6 additions & 6 deletions packages/components-date/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@looker/components-date",
"license": "MIT",
"version": "3.0.3",
"version": "3.0.4",
"main": "src/index.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@looker/components": "^3",
"@looker/design-tokens": "^2.7.13",
"@looker/i18n": "*",
"@looker/components": "^3.0.1",
"@looker/design-tokens": "^2.7.14",
"@looker/i18n": "^0.1.1",
"@styled-icons/material-rounded": "10.34.0",
"date-fns": "2.24.0",
"date-fns-tz": "^1.0.12",
Expand All @@ -20,8 +20,8 @@
"react-i18next": "11.8.15"
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.18",
"@looker/eslint-config-oss": "^1.7.13",
"@looker/components-test-utils": "^1.5.19",
"@looker/eslint-config-oss": "^1.7.14",
"@testing-library/jest-dom": "*",
"@testing-library/react": "*",
"@testing-library/user-event": "*",
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.5.19](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [1.5.18](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/components-providers
Expand Down
8 changes: 4 additions & 4 deletions packages/components-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@looker/components-providers",
"license": "MIT",
"version": "1.5.18",
"version": "1.5.19",
"main": "src/index.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@looker/design-tokens": "^2.7.13",
"@looker/i18n": "*",
"@looker/design-tokens": "^2.7.14",
"@looker/i18n": "^0.1.1",
"i18next": "20.3.1",
"react-helmet-async": "^1.0.9",
"react-i18next": "11.8.15",
"tabbable": "^5.2.0"
},
"devDependencies": {
"@looker/eslint-config-oss": "^1.7.13",
"@looker/eslint-config-oss": "^1.7.14",
"@testing-library/react": "*",
"lodash": "^4.17.20",
"react": "16.14.0",
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.5.19](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [1.5.18](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/components-test-utils
Expand Down
9 changes: 4 additions & 5 deletions packages/components-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@looker/components-test-utils",
"license": "MIT",
"version": "1.5.18",
"version": "1.5.19",
"main": "src/index.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@looker/components-providers": "^1.5.18",
"@looker/eslint-config-oss": "^1.7.13",
"@looker/components-providers": "^1.5.19",
"@looker/eslint-config-oss": "^1.7.14",
"@testing-library/react": "*",
"jest-styled-components": "*",
"react": "16.14.0",
Expand All @@ -26,6 +26,5 @@
"@looker/eslint-config-oss"
]
},
"gitHead": "734f77cda8050d9eea83a187113333dfad8650ca",
"dependencies": {}
"gitHead": "734f77cda8050d9eea83a187113333dfad8650ca"
}
8 changes: 8 additions & 0 deletions packages/components/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.

## [3.0.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [2.8.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/components
Expand Down
12 changes: 6 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@looker/components",
"license": "MIT",
"version": "3.0.0",
"version": "3.0.1",
"main": "src/index.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@looker/components-providers": "^1.5.18",
"@looker/design-tokens": "^2.7.13",
"@looker/i18n": "*",
"@looker/components-providers": "^1.5.19",
"@looker/design-tokens": "^2.7.14",
"@looker/i18n": "^0.1.1",
"@popperjs/core": "^2.6.0",
"@styled-icons/material": "10.34.0",
"@styled-icons/material-outlined": "10.34.0",
Expand All @@ -26,8 +26,8 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@looker/components-test-utils": "^1.5.18",
"@looker/eslint-config-oss": "^1.7.13",
"@looker/components-test-utils": "^1.5.19",
"@looker/eslint-config-oss": "^1.7.14",
"@storybook/testing-react": "^0.0.22",
"@testing-library/jest-dom": "*",
"@testing-library/react": "*",
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.7.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [2.7.13](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/design-tokens
Expand Down
4 changes: 2 additions & 2 deletions 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.7.13",
"version": "2.7.14",
"main": "src/index.ts",
"sideEffects": false,
"publishConfig": {
Expand All @@ -14,7 +14,7 @@
"styled-system": "^5.1.5"
},
"devDependencies": {
"@looker/eslint-config-oss": "^1.7.13",
"@looker/eslint-config-oss": "^1.7.14",
"@testing-library/react": "*",
"csstype": "3.0.2",
"lodash": "^4.17.20",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-oss/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.7.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [1.7.13](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/eslint-config-oss
Expand Down
6 changes: 2 additions & 4 deletions packages/eslint-config-oss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@looker/eslint-config-oss",
"license": "MIT",
"main": "src/index.js",
"version": "1.7.13",
"version": "1.7.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,7 +31,5 @@
"eslint-plugin-testing-library": "4.11.0",
"typescript": "4.4.2"
},
"gitHead": "734f77cda8050d9eea83a187113333dfad8650ca",
"devDependencies": {},
"peerDependencies": {}
"gitHead": "734f77cda8050d9eea83a187113333dfad8650ca"
}
8 changes: 8 additions & 0 deletions packages/filter-components/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.

## [0.10.15](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [0.10.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/filter-components
Expand Down
18 changes: 9 additions & 9 deletions packages/filter-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@looker/filter-components",
"main": "src/index.ts",
"license": "MIT",
"version": "0.10.14",
"version": "0.10.15",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@looker/components": "^3",
"@looker/components-date": "^3.0.3",
"@looker/filter-expressions": "^0.8.13",
"@looker/i18n": "*",
"@looker/icons": "^1.5.13",
"@looker/components": "^3.0.1",
"@looker/components-date": "^3.0.4",
"@looker/filter-expressions": "^0.8.14",
"@looker/i18n": "^0.1.1",
"@looker/icons": "^1.5.14",
"@looker/sdk": "^21.8.0",
"@looker/sdk-rtl": "^21.0.19",
"@styled-icons/material": "10.34.0",
Expand All @@ -24,9 +24,9 @@
},
"devDependencies": {
"@looker/components": "*",
"@looker/components-test-utils": "^1.5.18",
"@looker/eslint-config-oss": "^1.7.13",
"@looker/stylelint-config": "^1.5.11",
"@looker/components-test-utils": "^1.5.19",
"@looker/eslint-config-oss": "^1.7.14",
"@looker/stylelint-config": "^1.5.12",
"@storybook/testing-react": "^0.0.22",
"@testing-library/react": "*",
"@testing-library/react-hooks": "3.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/filter-expressions/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.

## [0.8.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

**Note:** Version bump only for package @looker/filter-expressions





## [0.8.13](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/filter-expressions
Expand Down
6 changes: 3 additions & 3 deletions packages/filter-expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@looker/filter-expressions",
"main": "src/index.ts",
"license": "MIT",
"version": "0.8.13",
"version": "0.8.14",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@looker/i18n": "*",
"@looker/i18n": "^0.1.1",
"@looker/sdk": "^21.12.0",
"lodash": "^4.17.20",
"pegjs": "0.10.0"
},
"devDependencies": {
"@looker/eslint-config-oss": "^1.7.13",
"@looker/eslint-config-oss": "^1.7.14",
"@types/pegjs": "^0.10.1",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.1 (2022-02-04)

**Note:** Version bump only for package @looker/i18n
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@looker/i18n",
"license": "MIT",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"sideEffects": false,
"publishConfig": {
Expand All @@ -13,7 +13,7 @@
"react-i18next": "11.8.15"
},
"devDependencies": {
"@looker/eslint-config-oss": "*"
"@looker/eslint-config-oss": "^1.7.14"
},
"eslintConfig": {
"root": true,
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.5.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)

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





## [1.5.13](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)

**Note:** Version bump only for package @looker/icons
Expand Down
4 changes: 2 additions & 2 deletions 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.5.13",
"version": "1.5.14",
"main": "src/index.ts",
"sideEffects": false,
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"@styled-icons/styled-icon": "^10.6.3"
},
"devDependencies": {
"@looker/eslint-config-oss": "^1.7.13",
"@looker/eslint-config-oss": "^1.7.14",
"fast-glob": "^3.2.5",
"fs-extra": "^10.0.0",
"h2x-core": "^1.1.1",
Expand Down
Loading

0 comments on commit 0b62fbb

Please sign in to comment.