Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Aug 15, 2024
1 parent e5026b4 commit e47518f
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
JDK_HOME=C:/Users/User/.jdks/azul-13.0.9
JAVA_HOME=C:/Users/User/.jdks/azul-13.0.9
3 changes: 2 additions & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .idea/runConfigurations/plugin_build.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2024.8.15-0](https://github.com/bluelovers/idea-run-typescript/compare/[email protected]@2024.8.15-0) (2024-08-15)


### BREAKING CHANGES

* use `tsx` as default



### 🐛 Bug Fixes

* can't set commandLine.charset to utf-8 when sys is gbk ([17e25ce](https://github.com/bluelovers/idea-run-typescript/commit/17e25ce375a4b7c8c01335e0b9fda90441d66ced)), closes [NT_kwDOAAKQHrIxMTk1MTQ2MjQ2MzoxNjc5NjY#issuecomment-2291094308](https://github.com/NT_kwDOAAKQHrIxMTk1MTQ2MjQ2MzoxNjc5NjY/issues/issuecomment-2291094308)


### ✨ Features

* use `tsx` as default ([a4fe218](https://github.com/bluelovers/idea-run-typescript/commit/a4fe2187a1416fcc2fd82f65be9cce7b3b693262)), closes [/github.com/bluelovers/idea-run-typescript/issues/48#issuecomment-2288484151](https://github.com//github.com/bluelovers/idea-run-typescript/issues/48/issues/issuecomment-2288484151) [/github.com/bluelovers/idea-run-typescript/issues/48#issuecomment-2288797989](https://github.com//github.com/bluelovers/idea-run-typescript/issues/48/issues/issuecomment-2288797989)
* allow force utf8 by `IDEA_NODEJS_CONSOLE_FORCE_UTF8` ([c6aa98c](https://github.com/bluelovers/idea-run-typescript/commit/c6aa98c6c787f599bdad234473980e62174de7e9)), closes [NT_kwDOAAKQHrIxMTk1MTQ2MjQ2MzoxNjc5NjY#issuecomment-2291094308](https://github.com/NT_kwDOAAKQHrIxMTk1MTQ2MjQ2MzoxNjc5NjY/issues/issuecomment-2291094308)
* **todo:** save `tsnodePackageRef` ([dc28143](https://github.com/bluelovers/idea-run-typescript/commit/dc2814369c50cb4ff0162dd46d33b93d6cf99f3f))
* **todo:** `TerminalExecutionConsole` ([64fac54](https://github.com/bluelovers/idea-run-typescript/commit/64fac54eff9158c5aced9ada583cf43fac62f6ee))
* **todo:** add `tsnodePackageRef` ([3afc6f1](https://github.com/bluelovers/idea-run-typescript/commit/3afc6f1f78502a5549e6f6ecca3c14df3b4d8fab))


### 📌 Dependencies

* update deps ([e5026b4](https://github.com/bluelovers/idea-run-typescript/commit/e5026b4e762322b85e2ec41e6fabcc57e16757bd))



## [2022.11.14-1](https://github.com/bluelovers/idea-run-typescript/compare/[email protected]@2022.11.14-1) (2022-11-14)


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
ideaVersion = 2019.3
ideaType = IU

version = 2022.11.14-1
version = 2024.08.15-0
group = io.plugin.tsnode
kotlin_version = 1.6.0

pluginGroup = io.plugin.tsnode
pluginName = Run Configuration for TypeScript
pluginVersion = 2022.11.14-1
pluginVersion = 2024.08.15-0
sources = true

javaVersion = 1.8
8 changes: 1 addition & 7 deletions idea-run-typescript.iml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="idea-run-typescript" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="io.plugin.tsnode" external.system.module.version="2021.12.02-0" type="PLUGIN_MODULE" version="4">
<module external.linked.project.id="idea-run-typescript" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="io.plugin.tsnode" external.system.module.version="2022.11.14-1" type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.github" />
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/.idea" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/gradle" />
<excludeFolder url="file://$MODULE_DIR$/readme" />
<excludeFolder url="file://$MODULE_DIR$/releases" />
<excludeFolder url="file://$MODULE_DIR$/scripts" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idea-run-typescript",
"version": "2022.11.14-1",
"version": "2024.08.15-0",
"private": true,
"description": "[![jetbrains.svg](jetbrains.svg)](https://www.jetbrains.com/?from=novel-segment)",
"keywords": [],
Expand Down Expand Up @@ -55,4 +55,4 @@
"idea-version": "193.4932.9",
"kotlin": "1.6.0"
}
}
}
Binary file modified releases/idea-run-typescript.jar
Binary file not shown.
Binary file modified releases/idea-run-typescript.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/bluelovers/idea-run-typescript">
<id>io.plugin.tsnode</id>
<name>Run Configuration for TypeScript</name>
<version>2022.11.14-1</version>
<version>2024.08.15-0</version>
<vendor email="[email protected]" url="https://github.com/bluelovers/idea-run-typescript">bluelovers</vendor>
<category>JavaScript</category>
<idea-version since-build="193.4932.9"/>
Expand Down

0 comments on commit e47518f

Please sign in to comment.