Skip to content

Commit

Permalink
v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 30, 2019
1 parent 66ee159 commit 4e6b8ae
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion asconfigc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion check-royale-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
9 changes: 9 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.17.2

### Fixed Issues

* Build: Fixed issue where multiple values in the `include-classes` compiler option were not passed to the compiler correctly.
* Build: Fixed issue where formatting perfectly valid options in `additionalOptions` in a certain way could cause compiles to fail.
* Completion: Fixed issue where ActionScript imports added in MXML were added to the beginning of the file when it contains no `<fx:Script>` element yet.
* General: Fixed issue where code intelligence might hang with if certain invalid compiler options are specified. On startup, the issue caused the "Initializing ActionScript & MXML language server..." message in the status bar to get stuck.

## v0.17.1

### Fixed Issues
Expand Down
2 changes: 1 addition & 1 deletion language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
<name>vscode-as3mxml</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion rcsh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion swf-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>vscode-as3mxml</artifactId>
<groupId>com.as3mxml.vscode</groupId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package-lock.json

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

2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "ActionScript & MXML",
"description": "Language support for ActionScript and MXML",
"version": "0.17.1",
"version": "0.17.2",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down

0 comments on commit 4e6b8ae

Please sign in to comment.