Skip to content

Commit 74ec4c7

Browse files
committed
update 222
1 parent cf4556d commit 74ec4c7

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
2-
1+
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
2+
33
# Plugin Changelog
44

55
## [Unreleased]
6+
- Support 2022.2
67

78
## [2.221.0]
8-
### Changed
9+
### Changed
910
- Support 2022.1
1011

1112
## [2.213.0]
1213
### Changed
13-
- Support 2021.3
14+
- Support 2021.3
1415
- Update template plugin
1516

1617
## [1.3.1]
@@ -19,7 +20,7 @@
1920

2021
## [1.3.0]
2122
### Changed
22-
- support since-build: 201 and until-build: 211.*
23+
- support since-build: 201 and until-build: 211.*
2324
- sync with intellij-platform-plugin-template v0.10.0
2425

2526
## [1.1.9]
@@ -44,15 +45,15 @@
4445

4546
## [1.1.4]
4647
### Added
47-
- rename field snake by default
48-
48+
- rename field snake by default
49+
4950

5051
### Changed
5152
- update description and changed log
5253

5354
## [1.1.3]
5455
### Added
55-
- Initial scaffold created
56+
- Initial scaffold created
5657
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
5758

5859
## [1.1.2]

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
pluginGroup=com.github.tbm98.fluttergeneratorsnippets
44
pluginName=flutter_generator_snippets
5-
pluginVersion=2.221.0
5+
pluginVersion=2.222.1
66

77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.
1010
pluginSinceBuild = 203
11-
pluginUntilBuild = 221.*
11+
pluginUntilBuild = 222.*
1212

1313
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1414
platformType = IC

0 commit comments

Comments
 (0)