Skip to content

Commit 0b4e6c6

Browse files
chore(release-intellij): 1.32.1 [skip ci]
1 parent d26fa15 commit 0b4e6c6

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

apps/intellij/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>1.32.1 (2024-09-25)</small>
2+
3+
### Bug Fixes
4+
5+
* add windowsHide: true in more places ([#2262](https://github.com/nrwl/nx-console/issues/2262)) ([1731bc9](https://github.com/nrwl/nx-console/commit/1731bc907c7cada061a0815e448571868643e292))
6+
* **intellij:** update version & fix pdv error ([#2267](https://github.com/nrwl/nx-console/issues/2267)) ([1f13b8b](https://github.com/nrwl/nx-console/commit/1f13b8b1654c3cf91b78a5d86e737c9862528e62))
7+
* reduce number of exceptions & optimize package imports ([#2266](https://github.com/nrwl/nx-console/issues/2266)) ([67a4721](https://github.com/nrwl/nx-console/commit/67a4721a1b1cfca9f111bc72833460672ba67294))
8+
19
## 1.32.0 (2024-09-20)
210

311
### Bug Fixes

gradle.properties

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
pluginGroup=dev.nx
2-
pluginName=nx-console
3-
pluginRepositoryUrl=https://github.com/nrwl/nx-console
4-
version=1.32.0
5-
pluginSinceBuild=233.11799
6-
pluginUntilBuild=243.*
7-
platformVersion=2023.3.4
8-
platformPlugins=JavaScript, org.jetbrains.plugins.terminal, AngularJS
9-
gradleVersion=8.5
10-
kotlin.stdlib.default.dependency=false
1+
pluginGroup = dev.nx
2+
pluginName = nx-console
3+
pluginRepositoryUrl = https://github.com/nrwl/nx-console
4+
version = 1.32.1
5+
pluginSinceBuild = 233.11799
6+
pluginUntilBuild = 243.*
7+
platformVersion = 2023.3.4
8+
platformPlugins = JavaScript, org.jetbrains.plugins.terminal, AngularJS
9+
gradleVersion = 8.5
10+
kotlin.stdlib.default.dependency = false

0 commit comments

Comments
 (0)