Skip to content

Commit

Permalink
Update since build for RubyMine and WebStorm
Browse files Browse the repository at this point in the history
Latest build for RubyMine 2023.1 is 231.8109.174
https://www.jetbrains.com/ruby/download/other.html

Latest build for WebStorm 2023.1 is 231.8109.174
https://www.jetbrains.com/webstorm/download/other.html
  • Loading branch information
vanderson139 authored and KronicDeth committed Apr 21, 2023
1 parent bb4ef2b commit bdc7516
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -280,6 +280,13 @@

</details>

## v15.0.1

### Bug Fixes
* [#3183](https://github.com/KronicDeth/intellij-elixir/pull/3183) - [@vanderson139](https://github.com/vanderson139)
* Support 2023.1 RubyMine and WebStorm.
RubyMine and WebStorm have a `FIX` version of `174`, which is less than IntelliJ's `175` in IntelliJ 2023.1's builder number, `231.8109.175`.

## v15.0.0

### Incompatible Changes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -69,7 +69,7 @@ allprojects {
changeNotes.set(bodyInnerHTML("resources/META-INF/changelog.html"))
pluginDescription.set(bodyInnerHTML("resources/META-INF/description.html"))

sinceBuild = "231.8109.175"
sinceBuild = "231.8109.174"
untilBuild = "231.*"
}

Expand Down
17 changes: 16 additions & 1 deletion resources/META-INF/changelog.html
@@ -1,5 +1,20 @@
<html>
<body>
<h1>v15.0.1</h1>
<ul>
<li>
<p>Bug Fixes</p>
<ul>
<li>
<p>Support 2023.1 RubyMine and WebStorm.</p>
<p>
RubyMine and WebStorm have a <code>FIX</code> version of <code>174</code>, which is less than IntelliJ's
<code>175</code> in IntelliJ 2023.1's builder number, <code>231.8109.175</code>.
</p>
</li>
</ul>
</li>
</ul>
<h1>v15.0.0</h1>
<ul>
<li>
Expand All @@ -25,7 +40,7 @@ <h1>v15.0.0</h1>
</p>
</li>
<li>Re-enable canary releases.</li>
<li>Remove duplicate dependency on `com.intellij.modules.java` plugin.</li>
<li>Remove duplicate dependency on <code>com.intellij.modules.java</code> plugin.</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit bdc7516

Please sign in to comment.