Skip to content

Commit 0b62fbb

Browse files
committed
1 parent 12859a6 commit 0b62fbb

File tree

32 files changed

+200
-77
lines changed

32 files changed

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

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

packages/components-date/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@looker/components-date",
33
"license": "MIT",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@looker/components": "^3",
12-
"@looker/design-tokens": "^2.7.13",
13-
"@looker/i18n": "*",
11+
"@looker/components": "^3.0.1",
12+
"@looker/design-tokens": "^2.7.14",
13+
"@looker/i18n": "^0.1.1",
1414
"@styled-icons/material-rounded": "10.34.0",
1515
"date-fns": "2.24.0",
1616
"date-fns-tz": "^1.0.12",
@@ -20,8 +20,8 @@
2020
"react-i18next": "11.8.15"
2121
},
2222
"devDependencies": {
23-
"@looker/components-test-utils": "^1.5.18",
24-
"@looker/eslint-config-oss": "^1.7.13",
23+
"@looker/components-test-utils": "^1.5.19",
24+
"@looker/eslint-config-oss": "^1.7.14",
2525
"@testing-library/jest-dom": "*",
2626
"@testing-library/react": "*",
2727
"@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.19](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)
7+
8+
**Note:** Version bump only for package @looker/components-providers
9+
10+
11+
12+
13+
614
## [1.5.18](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
715

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

packages/components-providers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@looker/components-providers",
33
"license": "MIT",
4-
"version": "1.5.18",
4+
"version": "1.5.19",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@looker/design-tokens": "^2.7.13",
12-
"@looker/i18n": "*",
11+
"@looker/design-tokens": "^2.7.14",
12+
"@looker/i18n": "^0.1.1",
1313
"i18next": "20.3.1",
1414
"react-helmet-async": "^1.0.9",
1515
"react-i18next": "11.8.15",
1616
"tabbable": "^5.2.0"
1717
},
1818
"devDependencies": {
19-
"@looker/eslint-config-oss": "^1.7.13",
19+
"@looker/eslint-config-oss": "^1.7.14",
2020
"@testing-library/react": "*",
2121
"lodash": "^4.17.20",
2222
"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.19](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)
7+
8+
**Note:** Version bump only for package @looker/components-test-utils
9+
10+
11+
12+
13+
614
## [1.5.18](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
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.18",
4+
"version": "1.5.19",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"devDependencies": {
11-
"@looker/components-providers": "^1.5.18",
12-
"@looker/eslint-config-oss": "^1.7.13",
11+
"@looker/components-providers": "^1.5.19",
12+
"@looker/eslint-config-oss": "^1.7.14",
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+
## [3.0.1](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)
7+
8+
**Note:** Version bump only for package @looker/components
9+
10+
11+
12+
13+
614
## [2.8.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
715

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

packages/components/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@looker/components",
33
"license": "MIT",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"main": "src/index.ts",
66
"sideEffects": false,
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@looker/components-providers": "^1.5.18",
12-
"@looker/design-tokens": "^2.7.13",
13-
"@looker/i18n": "*",
11+
"@looker/components-providers": "^1.5.19",
12+
"@looker/design-tokens": "^2.7.14",
13+
"@looker/i18n": "^0.1.1",
1414
"@popperjs/core": "^2.6.0",
1515
"@styled-icons/material": "10.34.0",
1616
"@styled-icons/material-outlined": "10.34.0",
@@ -26,8 +26,8 @@
2626
"uuid": "^8.3.2"
2727
},
2828
"devDependencies": {
29-
"@looker/components-test-utils": "^1.5.18",
30-
"@looker/eslint-config-oss": "^1.7.13",
29+
"@looker/components-test-utils": "^1.5.19",
30+
"@looker/eslint-config-oss": "^1.7.14",
3131
"@storybook/testing-react": "^0.0.22",
3232
"@testing-library/jest-dom": "*",
3333
"@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.14](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-02-04)
7+
8+
**Note:** Version bump only for package @looker/design-tokens
9+
10+
11+
12+
13+
614
## [2.7.13](https://github.com/looker-open-source/components/compare/@looker/[email protected]...@looker/[email protected]) (2022-01-06)
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.13",
4+
"version": "2.7.14",
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.13",
17+
"@looker/eslint-config-oss": "^1.7.14",
1818
"@testing-library/react": "*",
1919
"csstype": "3.0.2",
2020
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)