Skip to content

Commit

Permalink
Version Packages (#1026)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 24, 2023
1 parent 773949d commit 4955107
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-lions-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-comics-cry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/great-bobcats-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-buckets-fetch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @3design/eslint-config

## 1.0.7

### Patch Changes

- [#1019](https://github.com/4-design/for-ui/pull/1019) [`773949d`](https://github.com/4-design/for-ui/commit/773949dd6dec6d0d9854c2353702a88436a12934) Thanks [@Qs-F](https://github.com/Qs-F)! - fix: Storybook への lint を導入

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4design/eslint-config",
"version": "1.0.6",
"version": "1.0.7",
"description": "4-design's shared ESLint config",
"repository": {
"url": "4-design/for-ui",
Expand Down
12 changes: 12 additions & 0 deletions packages/for-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @3design/3design-ui

## 1.0.16

### Patch Changes

- [#1023](https://github.com/4-design/for-ui/pull/1023) [`5645e12`](https://github.com/4-design/for-ui/commit/5645e12095745f55a011c762c578480a5c586184) Thanks [@Qs-F](https://github.com/Qs-F)! - feat: `min-w`, `min-h`, `max-w`, `max-h`, `rounded` の値を追加

- [#1021](https://github.com/4-design/for-ui/pull/1021) [`5a40b33`](https://github.com/4-design/for-ui/commit/5a40b33f009a2e8478173c4af55aa16fcce48b0c) Thanks [@Qs-F](https://github.com/Qs-F)! - fix(Select): `error``helperText` props に対応

- [#1019](https://github.com/4-design/for-ui/pull/1019) [`773949d`](https://github.com/4-design/for-ui/commit/773949dd6dec6d0d9854c2353702a88436a12934) Thanks [@Qs-F](https://github.com/Qs-F)! - fix: Storybook への lint を導入

- [#1020](https://github.com/4-design/for-ui/pull/1020) [`81c282f`](https://github.com/4-design/for-ui/commit/81c282fd887137c588484e978f8a25b49ca0d207) Thanks [@Qs-F](https://github.com/Qs-F)! - fix(Select): `MenuList` コンポーネントを使うように修正

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/for-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4design/for-ui",
"version": "1.0.15",
"version": "1.0.16",
"homepage": "https://github.com/4-design/for-ui",
"main": "dist/commonjs/for-ui.js",
"module": "dist/esm/for-ui.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @3design/prettier-config

## 1.0.5

### Patch Changes

- [#1019](https://github.com/4-design/for-ui/pull/1019) [`773949d`](https://github.com/4-design/for-ui/commit/773949dd6dec6d0d9854c2353702a88436a12934) Thanks [@Qs-F](https://github.com/Qs-F)! - fix: Storybook への lint を導入

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4design/prettier-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "4-design's shared Prettier config",
"repository": {
"url": "4-design/for-ui",
Expand Down

0 comments on commit 4955107

Please sign in to comment.