Skip to content

Commit

Permalink
update 222
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm98 committed Aug 11, 2022
1 parent 83525cc commit d2be2d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
# Plugin Changelog

## [Unreleased]
- Support 2022.2

## [2.221.1]
- Remove scopedProvider
- Remove scopedProvider
- Remove child in Consumer block

## [2.221.0]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.github.tbm98.flutterriverpodsnippets
pluginName=flutter-riverpod-snippets
pluginVersion=2.221.1
pluginVersion=2.222.1


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

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

0 comments on commit d2be2d8

Please sign in to comment.