Skip to content

Commit ce764ba

Browse files
[skip ci] automatic version bump
- @mikoshi/application-components@0.2.3 - @mikoshi/core-components@0.2.3 - @mikoshi/storybook@0.1.3 - @mikoshi/styles@0.2.3 - @portfilo/ui@0.2.3 - @scaffold/eslint-config@0.1.3 - @scaffold/stylelint-config@0.1.3 - @scaffold/typescript-config@0.1.3
1 parent 319994f commit ce764ba

24 files changed

+110
-46
lines changed

packages/@mikoshi/application-components/CHANGELOG.md

+8
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.2.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@mikoshi/application-components@0.2.2...@mikoshi/application-components@0.2.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @mikoshi/application-components
9+
10+
11+
12+
13+
614
## 0.2.2 (2022-09-02)
715

816

packages/@mikoshi/application-components/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@mikoshi/application-components/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mikoshi/application-components",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/anthony-y-zhu14/MikoshiUI.git",
@@ -33,11 +33,11 @@
3333
"ag-grid-react": "^28.0.0"
3434
},
3535
"devDependencies": {
36-
"@mikoshi/core-components": "^0.2.2",
37-
"@mikoshi/styles": "^0.2.2",
38-
"@scaffold/eslint-config": "^0.1.2",
39-
"@scaffold/stylelint-config": "^0.1.2",
40-
"@scaffold/typescript-config": "^0.1.2",
36+
"@mikoshi/core-components": "^0.2.3",
37+
"@mikoshi/styles": "^0.2.3",
38+
"@scaffold/eslint-config": "^0.1.3",
39+
"@scaffold/stylelint-config": "^0.1.3",
40+
"@scaffold/typescript-config": "^0.1.3",
4141
"@testing-library/jest-dom": "^5.16.5",
4242
"@testing-library/react": "^13.3.0",
4343
"@types/lodash": "^4.14.182",

packages/@mikoshi/core-components/CHANGELOG.md

+8
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.2.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@mikoshi/core-components@0.2.2...@mikoshi/core-components@0.2.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @mikoshi/core-components
9+
10+
11+
12+
13+
614
## 0.2.2 (2022-09-02)
715

816

packages/@mikoshi/core-components/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@mikoshi/core-components/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mikoshi/core-components",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/anthony-y-zhu14/MikoshiUI.git",
@@ -35,10 +35,10 @@
3535
"react-perfect-scrollbar": "^1.5.8"
3636
},
3737
"devDependencies": {
38-
"@mikoshi/styles": "^0.2.2",
39-
"@scaffold/eslint-config": "^0.1.2",
40-
"@scaffold/stylelint-config": "^0.1.2",
41-
"@scaffold/typescript-config": "^0.1.2",
38+
"@mikoshi/styles": "^0.2.3",
39+
"@scaffold/eslint-config": "^0.1.3",
40+
"@scaffold/stylelint-config": "^0.1.3",
41+
"@scaffold/typescript-config": "^0.1.3",
4242
"@testing-library/jest-dom": "^5.16.5",
4343
"@testing-library/react": "^13.3.0",
4444
"@types/lodash": "^4.14.182",

packages/@mikoshi/storybook/CHANGELOG.md

+8
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.1.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@mikoshi/storybook@0.1.2...@mikoshi/storybook@0.1.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @mikoshi/storybook
9+
10+
11+
12+
13+
614
## 0.1.2 (2022-09-02)
715

816

packages/@mikoshi/storybook/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@mikoshi/storybook/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mikoshi/storybook",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -20,12 +20,12 @@
2020
"lint:fix": "eslint . --fix --ignore-pattern node_modules/ --ext .jsx,.js,.ts,.tsx"
2121
},
2222
"devDependencies": {
23-
"@mikoshi/application-components": "^0.2.2",
24-
"@mikoshi/core-components": "^0.2.2",
25-
"@mikoshi/styles": "^0.2.2",
26-
"@scaffold/eslint-config": "^0.1.2",
27-
"@scaffold/stylelint-config": "^0.1.2",
28-
"@scaffold/typescript-config": "^0.1.2",
23+
"@mikoshi/application-components": "^0.2.3",
24+
"@mikoshi/core-components": "^0.2.3",
25+
"@mikoshi/styles": "^0.2.3",
26+
"@scaffold/eslint-config": "^0.1.3",
27+
"@scaffold/stylelint-config": "^0.1.3",
28+
"@scaffold/typescript-config": "^0.1.3",
2929
"@storybook/addon-actions": "^6.5.10",
3030
"@storybook/addon-essentials": "^6.5.10",
3131
"@storybook/addon-links": "^6.5.10",

packages/@mikoshi/styles/CHANGELOG.md

+8
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.2.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@mikoshi/styles@0.2.2...@mikoshi/styles@0.2.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @mikoshi/styles
9+
10+
11+
12+
13+
614
## 0.2.2 (2022-09-02)
715

816

packages/@mikoshi/styles/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@mikoshi/styles/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mikoshi/styles",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/anthony-y-zhu14/MikoshiUI.git",
@@ -22,7 +22,7 @@
2222
"@fontsource/roboto": "^4.5.7"
2323
},
2424
"devDependencies": {
25-
"@scaffold/stylelint-config": "^0.1.2",
25+
"@scaffold/stylelint-config": "^0.1.3",
2626
"css-loader": "^6.7.1",
2727
"sass": "^1.54.3",
2828
"stylelint": "^14.10.0",

packages/@portfilo-ui/CHANGELOG.md

+8
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.2.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@portfilo/ui@0.2.2...@portfilo/ui@0.2.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @portfilo/ui
9+
10+
11+
12+
13+
614
## 0.2.2 (2022-09-02)
715

816

packages/@portfilo-ui/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@portfilo-ui/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@portfilo/ui",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -19,14 +19,14 @@
1919
},
2020
"devDependencies": {
2121
"@emotion/styled": "^11.10.0",
22-
"@mikoshi/application-components": "^0.2.2",
23-
"@mikoshi/core-components": "^0.2.2",
24-
"@mikoshi/styles": "^0.2.2",
22+
"@mikoshi/application-components": "^0.2.3",
23+
"@mikoshi/core-components": "^0.2.3",
24+
"@mikoshi/styles": "^0.2.3",
2525
"@mui/icons-material": "^5.10.3",
2626
"@mui/material": "^5.10.3",
27-
"@scaffold/eslint-config": "^0.1.2",
28-
"@scaffold/stylelint-config": "^0.1.2",
29-
"@scaffold/typescript-config": "^0.1.2",
27+
"@scaffold/eslint-config": "^0.1.3",
28+
"@scaffold/stylelint-config": "^0.1.3",
29+
"@scaffold/typescript-config": "^0.1.3",
3030
"@types/jest": "^28.1.6",
3131
"@types/node": "^18.6.4",
3232
"@types/react": "^18.0.15",

packages/@scaffold/eslint-config/CHANGELOG.md

+8
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.1.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@scaffold/eslint-config@0.1.2...@scaffold/eslint-config@0.1.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @scaffold/eslint-config
9+
10+
11+
12+
13+
614
## 0.1.2 (2022-09-02)
715

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

packages/@scaffold/eslint-config/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@scaffold/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaffold/eslint-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/@scaffold/stylelint-config/CHANGELOG.md

+8
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.1.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@scaffold/stylelint-config@0.1.2...@scaffold/stylelint-config@0.1.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @scaffold/stylelint-config
9+
10+
11+
12+
13+
614
## 0.1.2 (2022-09-02)
715

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

packages/@scaffold/stylelint-config/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@scaffold/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaffold/stylelint-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/@scaffold/typescript-config/CHANGELOG.md

+8
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.1.3](https://github.com/anthony-y-zhu14/MikoshiUI/compare/@scaffold/typescript-config@0.1.2...@scaffold/typescript-config@0.1.3) (2022-09-02)
7+
8+
**Note:** Version bump only for package @scaffold/typescript-config
9+
10+
11+
12+
13+
614
## 0.1.2 (2022-09-02)
715

816
**Note:** Version bump only for package @scaffold/typescript-config

packages/@scaffold/typescript-config/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@scaffold/typescript-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaffold/typescript-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)