Skip to content

Commit

Permalink
prepare for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 26, 2017
1 parent 80e67d0 commit 24ab137
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 14 deletions.
4 changes: 2 additions & 2 deletions check-flexjs-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-flexjs-version</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>check-flexjs-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-java-version</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>check-java-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>distribution</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>distribution</name>
<packaging>pom</packaging>

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 @@
## 0.5.1

* Fixed that hover and signature help did not work inside event added to the root element of an MXML component.
* Fixed issue where asconfig.json validation failed to warn if `files` field is missing for application (this field is still optional for a library).
* Fixed issue where searching by workspace symbol would throw error because some files were not opened in the editor.
* Fixed syntax highlighting for `/**/` being incorrectly detected as an asdoc comment, which caused the coloring to extend beyond the `*/` to the following lines.
* Fixed syntax highlighting of single line comments that start at end of the same line as a class, interface, or function declaration.
* Fixed issue where building the vscode-nextgenas extension from source would fail if Adobe dependencies were not already installed with Maven from another project, and updated the build instructions to use settings-template.xml.

## 0.5.0

* SDK version is listed in status bar and you can click it to open a helpful new SDK picker.
Expand Down
4 changes: 2 additions & 2 deletions language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>language-server</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>language-server</name>

<build>
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.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>vscode-nextgenas</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions swf-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ limitations under the License.
<parent>
<artifactId>vscode-nextgenas</artifactId>
<groupId>com.nextgenactionscript.vscode</groupId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>swf-debugger</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>swf-debugger</name>

<build>
Expand Down
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": "NextGen ActionScript",
"description": "Language support for ActionScript and MXML provided by NextGen ActionScript",
"version": "0.5.0",
"version": "0.5.1",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-extension</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>vscode-extension</name>

<properties>
Expand Down

0 comments on commit 24ab137

Please sign in to comment.