File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 1.1.11] - 2025-09-28
4
+
5
+ - 🔧 chore: release.yamlのフォーマットを統一し、可読性を向上
6
+ - 🔧 chore: release.yamlのイベントトリガーを更新し、タグプッシュを追加
7
+ - 🐛 fix: CHANGELOGの生成ロジックを改善し、不要なコミットメッセージを除外
8
+ - ✨ feat: CHANGELOG.mdに自動生成された変更点を注入する機能を追加
9
+ - ✨ feat: FlutterのセットアップとOSSライセンスファイルの生成を追加
10
+ - 🔧 chore: バージョンを1.1.8に更新
11
+ - ♻️ refactor: PR作成ロジックを改善し、リモートブランチの存在確認を追加
12
+ - ♻️ refactor: PR作成ロジックを改善し、差分チェックを追加
13
+ - ♻️ refactor: code for improved readability and consistency
14
+ - ♻️ refactor: and enhance various components
15
+ - 🔧 chore: update shojin_app version to 1.1.3
16
+ - 🔧 chore: prepare release workflow with force update option
17
+ - 🔧 chore: 不要なブランチ指定を削除
18
+ - 🔧 chore: Gitユーザーの設定を追加
19
+ - 🔧 chore: share_plusのバージョンを12.0.0に更新
20
+ - 🔧 chore: release-pleaseワークフローを削除
21
+ - 🔧 chore: リリース運用のフローとコミット規約を更新
22
+ - 🔧 chore: prepare release workflowの整形とコメントの追加
23
+ - ✨ feat: リリース準備と公開ワークフローを追加 リリース準備と公開のための新しいGitHub Actionsワークフローを追加しました。これにより、バージョンの自動計算、CHANGELOGの更新、GitHubリリースの作成が可能になります。
24
+ - 🧱 build(deps): bump share_plus from 11.1.0 to 12.0.0
25
+
26
+
3
27
## [ 1.1.10] - 2025-09-28
4
28
5
29
- 🐛 fix: CHANGELOGの生成ロジックを改善し、不要なコミットメッセージを除外
Original file line number Diff line number Diff line change @@ -7620,13 +7620,13 @@ SOFTWARE.''',
7620
7620
devDependencies: [PackageRef ('path' )],
7621
7621
);
7622
7622
7623
- /// shojin_app 1.1.10
7623
+ /// shojin_app 1.1.11
7624
7624
const _shojin_app = Package (
7625
7625
name: 'shojin_app' ,
7626
7626
description: 'AtCoderの精進をスマホでも。' ,
7627
7627
homepage: 'https://github.com/Shojin-App/shojin_app' ,
7628
7628
authors: [],
7629
- version: '1.1.10 ' ,
7629
+ version: '1.1.11 ' ,
7630
7630
license: '''GNU GENERAL PUBLIC LICENSE
7631
7631
Version 3, 29 June 2007
7632
7632
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ homepage: https://github.com/Shojin-App/shojin_app
4
4
5
5
publish_to : ' none'
6
6
7
- version : 1.1.10
7
+ version : 1.1.11
8
8
9
9
environment :
10
10
sdk : ^3.8.1
You can’t perform that action at this time.
0 commit comments