Skip to content

Commit b9d7515

Browse files
committed
1 parent caeaed2 commit b9d7515

File tree

30 files changed

+185
-70
lines changed

30 files changed

+185
-70
lines changed

packages/components-date/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+
## [3.0.3](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
7+
8+
**Note:** Version bump only for package @looker/components-date
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-12-21)
715

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

packages/components-date/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@looker/components-date",
33
"license": "MIT",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@looker/components": "^2.8.13",
12-
"@looker/design-tokens": "^2.7.12",
11+
"@looker/components": "^2.8.14",
12+
"@looker/design-tokens": "^2.7.13",
1313
"@styled-icons/material-rounded": "10.34.0",
1414
"date-fns": "2.24.0",
1515
"date-fns-tz": "^1.0.12",
@@ -19,8 +19,8 @@
1919
"react-i18next": "11.8.15"
2020
},
2121
"devDependencies": {
22-
"@looker/components-test-utils": "^1.5.17",
23-
"@looker/eslint-config-oss": "^1.7.12",
22+
"@looker/components-test-utils": "^1.5.18",
23+
"@looker/eslint-config-oss": "^1.7.13",
2424
"@testing-library/jest-dom": "*",
2525
"@testing-library/react": "*",
2626
"@testing-library/user-event": "*",

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.5.18](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
## [1.5.17](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-12-21)
715

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

packages/components-providers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "@looker/components-providers",
33
"license": "MIT",
4-
"version": "1.5.17",
4+
"version": "1.5.18",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@looker/design-tokens": "^2.7.12",
11+
"@looker/design-tokens": "^2.7.13",
1212
"i18next": "20.3.1",
1313
"react-helmet-async": "^1.0.9",
1414
"react-i18next": "11.8.15",
1515
"tabbable": "^5.2.0"
1616
},
1717
"devDependencies": {
18-
"@looker/eslint-config-oss": "^1.7.12",
18+
"@looker/eslint-config-oss": "^1.7.13",
1919
"@testing-library/react": "*",
2020
"lodash": "^4.17.20",
2121
"react": "16.14.0",

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.5.18](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
## [1.5.17](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-12-21)
715

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

packages/components-test-utils/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@looker/components-test-utils",
33
"license": "MIT",
4-
"version": "1.5.17",
4+
"version": "1.5.18",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"devDependencies": {
11-
"@looker/components-providers": "^1.5.17",
12-
"@looker/eslint-config-oss": "^1.7.12",
11+
"@looker/components-providers": "^1.5.18",
12+
"@looker/eslint-config-oss": "^1.7.13",
1313
"@testing-library/react": "*",
1414
"jest-styled-components": "*",
1515
"react": "16.14.0",
@@ -26,6 +26,5 @@
2626
"@looker/eslint-config-oss"
2727
]
2828
},
29-
"gitHead": "734f77cda8050d9eea83a187113333dfad8650ca",
30-
"dependencies": {}
29+
"gitHead": "734f77cda8050d9eea83a187113333dfad8650ca"
3130
}

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+
## [2.8.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
7+
8+
**Note:** Version bump only for package @looker/components
9+
10+
11+
12+
13+
614
## [2.8.13](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-12-21)
715

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

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "2.8.13",
4+
"version": "2.8.14",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@looker/components-providers": "^1.5.17",
12-
"@looker/design-tokens": "^2.7.12",
11+
"@looker/components-providers": "^1.5.18",
12+
"@looker/design-tokens": "^2.7.13",
1313
"@popperjs/core": "^2.6.0",
1414
"@styled-icons/material": "10.34.0",
1515
"@styled-icons/material-outlined": "10.34.0",
@@ -25,8 +25,8 @@
2525
"uuid": "^8.3.2"
2626
},
2727
"devDependencies": {
28-
"@looker/components-test-utils": "^1.5.17",
29-
"@looker/eslint-config-oss": "^1.7.12",
28+
"@looker/components-test-utils": "^1.5.18",
29+
"@looker/eslint-config-oss": "^1.7.13",
3030
"@storybook/testing-react": "^0.0.22",
3131
"@testing-library/jest-dom": "*",
3232
"@testing-library/react": "*",

packages/design-tokens/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+
## [2.7.13](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
7+
8+
**Note:** Version bump only for package @looker/design-tokens
9+
10+
11+
12+
13+
614
## [2.7.12](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2021-12-21)
715

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

packages/design-tokens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@looker/design-tokens",
33
"license": "MIT",
4-
"version": "2.7.12",
4+
"version": "2.7.13",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
@@ -14,7 +14,7 @@
1414
"styled-system": "^5.1.5"
1515
},
1616
"devDependencies": {
17-
"@looker/eslint-config-oss": "^1.7.12",
17+
"@looker/eslint-config-oss": "^1.7.13",
1818
"@testing-library/react": "*",
1919
"csstype": "3.0.2",
2020
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)