File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33# Browserslist Changelog
44
55## [ Unreleased]
6+ ### Fixed
7+ - Remove upper IDE version bound
68
79## [ 1.0.1]
8- ### Fixed
10+ ### Fixed
911- Fix browsers lexer. Add forgotten and_qq
1012
1113## [ 1.0.0]
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ tasks {
104104 patchPluginXml {
105105 version.set(properties(" pluginVersion" ))
106106 sinceBuild.set(properties(" pluginSinceBuild" ))
107- untilBuild.set(properties(" pluginUntilBuild" ))
107+ // untilBuild.set(properties("pluginUntilBuild"))
108108
109109 // Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
110110 pluginDescription.set(
Original file line number Diff line number Diff line change 44pluginGroup = com.github.aleksandrsl.intellijbrowserslist
55pluginName = intellij-browserslist
66# SemVer format -> https://semver.org
7- pluginVersion = 1.0.1
7+ pluginVersion = 1.0.2
88# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99# for insight into build numbers and IntelliJ Platform versions.
1010pluginSinceBuild = 211
11- pluginUntilBuild = 223.*
11+ # Should be compatible with any version there is
12+ # pluginUntilBuild =
1213# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1314# See https://jb.gg/intellij-platform-builds-list for available build versions
1415pluginVerifierIdeVersions = IU-2021.1.1, WS-2022.1.3
You can’t perform that action at this time.
0 commit comments