Skip to content

Commit

Permalink
[ci skip] release v7.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penicillin0 authored May 11, 2021
1 parent 4ec57ff commit 70d5309
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
32 changes: 28 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,49 @@
# Changelog

## [v7.22.1](https://github.com/voyagegroup/ingred-ui/tree/v7.22.1) (2021-04-26)
## [v7.23.0](https://github.com/voyagegroup/ingred-ui/tree/v7.23.0) (2021-05-11)

[Full Changelog](https://github.com/voyagegroup/ingred-ui/compare/v7.22.0...v7.22.1)
[Full Changelog](https://github.com/voyagegroup/ingred-ui/compare/v7.22.1...v7.23.0)

**Implemented enhancements:**

- 成果物の動作検証ができる環境を作る [\#331](https://github.com/voyagegroup/ingred-ui/pull/331) ([youchann](https://github.com/youchann))
- testとlintがmasterに向いてないPRでも実行されるようにした [\#308](https://github.com/voyagegroup/ingred-ui/pull/308) ([ryokosuge](https://github.com/ryokosuge))
- storybookにINGRED-UIのfaviconを設定 [\#307](https://github.com/voyagegroup/ingred-ui/pull/307) ([deatiger](https://github.com/deatiger))
- Storybookの見た目をINGRED UI仕様にする [\#306](https://github.com/voyagegroup/ingred-ui/pull/306) ([noronaoki](https://github.com/noronaoki))
- Select label design [\#292](https://github.com/voyagegroup/ingred-ui/pull/292) ([penicillin0](https://github.com/penicillin0))

**Fixed bugs:**

- react-hook-formをdependenciesへ [\#330](https://github.com/voyagegroup/ingred-ui/pull/330) ([penicillin0](https://github.com/penicillin0))

**Closed issues:**

- Property 'css' is missing in type '{ children: string; icon: "more"; onClick: \(\) =\> Promise\<void\>; }' but required in type 'Pick\<ActionButtonProps....... [\#247](https://github.com/voyagegroup/ingred-ui/issues/247)
- DateRangePicker: cannot select single date range [\#236](https://github.com/voyagegroup/ingred-ui/issues/236)
- 成果物の動作担保を行える仕組みがほしい [\#329](https://github.com/voyagegroup/ingred-ui/issues/329)
- そろそろrenovate入れたい [\#238](https://github.com/voyagegroup/ingred-ui/issues/238)
- 破壊的変更にポリシーを持つ [\#186](https://github.com/voyagegroup/ingred-ui/issues/186)
- コメントアウト等を英語に切り替える [\#152](https://github.com/voyagegroup/ingred-ui/issues/152)

**Merged pull requests:**

- Tweak renovate.json [\#338](https://github.com/voyagegroup/ingred-ui/pull/338) ([youchann](https://github.com/youchann))
- Pin dependencies [\#332](https://github.com/voyagegroup/ingred-ui/pull/332) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency @testing-library/react to v11 [\#317](https://github.com/voyagegroup/ingred-ui/pull/317) ([renovate[bot]](https://github.com/apps/renovate))
- Pin dependencies [\#316](https://github.com/voyagegroup/ingred-ui/pull/316) ([renovate[bot]](https://github.com/apps/renovate))
- Update non-major [\#314](https://github.com/voyagegroup/ingred-ui/pull/314) ([renovate[bot]](https://github.com/apps/renovate))
- 新規コンポーネントを外側に出していなかったので、修正 [\#313](https://github.com/voyagegroup/ingred-ui/pull/313) ([penicillin0](https://github.com/penicillin0))
- 本番のStorybookのfaviconを設定するためassetsディレクトリを含めてビルド [\#310](https://github.com/voyagegroup/ingred-ui/pull/310) ([deatiger](https://github.com/deatiger))
- チェックボックスありのデータ行をクリック・タップするとチェックのON/OFFができるよう修正 [\#309](https://github.com/voyagegroup/ingred-ui/pull/309) ([deatiger](https://github.com/deatiger))
- 日本語の部分を英語にする vol2 [\#252](https://github.com/voyagegroup/ingred-ui/pull/252) ([youchann](https://github.com/youchann))
- Configure Renovate [\#1](https://github.com/voyagegroup/ingred-ui/pull/1) ([renovate[bot]](https://github.com/apps/renovate))

## [v7.22.1](https://github.com/voyagegroup/ingred-ui/tree/v7.22.1) (2021-04-26)

[Full Changelog](https://github.com/voyagegroup/ingred-ui/compare/v7.22.0...v7.22.1)

**Closed issues:**

- Property 'css' is missing in type '{ children: string; icon: "more"; onClick: \(\) =\> Promise\<void\>; }' but required in type 'Pick\<ActionButtonProps....... [\#247](https://github.com/voyagegroup/ingred-ui/issues/247)
- DateRangePicker: cannot select single date range [\#236](https://github.com/voyagegroup/ingred-ui/issues/236)

## [v7.22.0](https://github.com/voyagegroup/ingred-ui/tree/v7.22.0) (2021-04-14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ingred-ui",
"version": "7.22.1",
"version": "7.23.0",
"description": "",
"author": "voyagegroup",
"license": "MIT",
Expand Down

0 comments on commit 70d5309

Please sign in to comment.