Skip to content

Commit 1056381

Browse files
authored
Merge pull request #6 from AleksandrSl/dev
1.0.0
2 parents c7d5451 + 864260d commit 1056381

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Browserslist Changelog
44

55
## [Unreleased]
6-
7-
## [1.0.0-eap-3]
8-
### Changed
6+
### Changed
7+
- Compatible IDEs are changed. I'll need JavaScript plugin later, so only paid IDEs that has it are targeted
98
- All tokens are case-insensitive now. `LaSt 8 ChRoMe vERsions` for the world
109

1110
## [1.0.0-eap-2]

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
pluginGroup = com.github.aleksandrsl.intellijbrowserslist
55
pluginName = intellij-browserslist
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.0-eap-3
7+
pluginVersion = 1.0.0
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
1111
pluginUntilBuild = 223.*
1212
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1313
# See https://jb.gg/intellij-platform-builds-list for available build versions
14-
pluginVerifierIdeVersions = IC-2021.1.1, WS-2022.1.3
14+
pluginVerifierIdeVersions = IU-2021.1.1, WS-2022.1.3
1515

1616
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
17-
platformType = IC
17+
platformType = IU
1818
platformVersion = 2021.1.3
1919
platformDownloadSources = true
2020
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2121
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
22-
platformPlugins =
22+
platformPlugins = JavaScriptLanguage
2323

2424
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
2525
javaVersion = 11

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<!-- Product and plugin compatibility requirements -->
77
<!-- https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html -->
88
<depends>com.intellij.modules.platform</depends>
9+
<depends>JavaScript</depends>
910

1011
<extensions defaultExtensionNs="com.intellij">
1112
<fileType name="Browserslist File"

0 commit comments

Comments
 (0)