Skip to content

Commit 107777e

Browse files
authored
Merge pull request #13 from AleksandrSl/dev
1.0.2
2 parents e5addcd + 57281c5 commit 107777e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
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]

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
pluginGroup = com.github.aleksandrsl.intellijbrowserslist
55
pluginName = 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.
1010
pluginSinceBuild = 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
1415
pluginVerifierIdeVersions = IU-2021.1.1, WS-2022.1.3

0 commit comments

Comments
 (0)