File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- <!-- Keep a Changelog guide -> https://keepachangelog.com -->
2
-
1
+ <!-- Keep a Changelog guide -> https://keepachangelog.com -->
2
+
3
3
# Plugin Changelog
4
4
5
5
## [ Unreleased]
6
+ - Support 2022.2
6
7
7
8
## [ 2.221.0]
8
- ### Changed
9
+ ### Changed
9
10
- Support 2022.1
10
11
11
12
## [ 2.213.0]
12
13
### Changed
13
- - Support 2021.3
14
+ - Support 2021.3
14
15
- Update template plugin
15
16
16
17
## [ 1.3.1]
19
20
20
21
## [ 1.3.0]
21
22
### Changed
22
- - support since-build: 201 and until-build: 211.*
23
+ - support since-build: 201 and until-build: 211.*
23
24
- sync with intellij-platform-plugin-template v0.10.0
24
25
25
26
## [ 1.1.9]
44
45
45
46
## [ 1.1.4]
46
47
### Added
47
- - rename field snake by default
48
-
48
+ - rename field snake by default
49
+
49
50
50
51
### Changed
51
52
- update description and changed log
52
53
53
54
## [ 1.1.3]
54
55
### Added
55
- - Initial scaffold created
56
+ - Initial scaffold created
56
57
from [ IntelliJ Platform Plugin Template] ( https://github.com/JetBrains/intellij-platform-plugin-template )
57
58
58
59
## [ 1.1.2]
Original file line number Diff line number Diff line change 2
2
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
3
3
pluginGroup =com.github.tbm98.fluttergeneratorsnippets
4
4
pluginName =flutter_generator_snippets
5
- pluginVersion =2.221.0
5
+ pluginVersion =2.222.1
6
6
7
7
8
8
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
# for insight into build numbers and IntelliJ Platform versions.
10
10
pluginSinceBuild = 203
11
- pluginUntilBuild = 221 .*
11
+ pluginUntilBuild = 222 .*
12
12
13
13
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
14
14
platformType = IC
You can’t perform that action at this time.
0 commit comments