Skip to content

Commit

Permalink
bump to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed May 7, 2024
1 parent 5ff1c13 commit 67f37aa
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@puerts/ts-loader",
"displayName": "Puerts TS loader",
"version": "2.0.4",
"version": "2.0.5",
"description": "use typescript with more joy for PuerTS",
"scripts": {
"build": "cd libs/node-resolve && webpack -c webpack.config.js && cd ../source-map && webpack -c webpack.config.js && cd ../ts-compile && webpack -c webpack.config.js"
Expand Down

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

2 changes: 1 addition & 1 deletion upm/Editor/Resources/puerts/ts-loader/main.gen.mjs.meta

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

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

2 changes: 1 addition & 1 deletion upm/Samples~/Sample1/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.tencent.puerts.core": "2.0.4",
"com.tencent.puerts.core": "2.0.5",
"com.tencent.puerts.ts-loader": "file:../../../",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion upm/Samples~/Sample2/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.tencent.puerts.core": "2.0.4",
"com.tencent.puerts.core": "2.0.5",
"com.tencent.puerts.ts-loader": "file:../../../",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion upm/Samples~/Sample3/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.tencent.puerts.core": "2.0.4",
"com.tencent.puerts.core": "2.0.5",
"com.tencent.puerts.ts-loader": "file:../../../",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion upm/Samples~/Sample4/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.tencent.puerts.core": "2.0.4",
"com.tencent.puerts.core": "2.0.5",
"com.tencent.puerts.ts-loader": "file:../../../",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
Expand Down
7 changes: 6 additions & 1 deletion upm/changelog-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases)

## [2.0.4] - 2023-01-09
## [2.0.5] - 2024-05-07
1. 兼容 [email protected]
2. 修复Windows下releaseJS的Bug #6.
3. 修复Windows下sourcemap路径不对的问题 #7.

## [2.0.4] - 2024-01-09
1. 兼容 [email protected]
2. 修复release JS时没出来的问题
3. tsc错误信息现在会error而不是warning
Expand Down
7 changes: 6 additions & 1 deletion upm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases)

## [2.0.4] - 2023-01-09
## [2.0.5] - 2024-05-07
1. compat [email protected]
2. fix release JS failing bug in Windows #6.
3. fix the incorrect source-map path in Windows #7.

## [2.0.4] - 2024-01-09
1. compat [email protected]
2. fix release JS failing bug.
3. the error message of tsc will error instead of warning to console.
Expand Down
4 changes: 2 additions & 2 deletions upm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tencent.puerts.ts-loader",
"displayName": "Puerts TS loader",
"version": "2.0.4",
"version": "2.0.5",
"description": "use typescript with more joy for PuerTS.",
"keywords": [
"Script"
Expand All @@ -13,7 +13,7 @@
},
"category": "Libraries",
"dependencies": {
"com.tencent.puerts.core": "2.0.4"
"com.tencent.puerts.core": "2.0.5"
},
"publishConfig": {
"registry": "https://package.openupm.com"
Expand Down

0 comments on commit 67f37aa

Please sign in to comment.