Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
prepare 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blutorange committed Nov 20, 2019
1 parent b3a7f49 commit 8ba2a64
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
See also [the changelog of monaco-editor](https://github.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md).

# 0.18.1

* Fix some issues: #11, #13, #14
* Update `primefaces-monaco.d.ts`: Use `import` types instead of `triple-slash` directive for `monaco-editor`

# 0.18.0

* Update to monaco editor `0.18.1`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Make sure you're running at least PrimeFaces 7.0. Include this as a dependency:
<dependency>
<groupId>com.github.blutorange</groupId>
<artifactId>primefaces.monaco</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>monacotest</groupId>
<artifactId>monacotest</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>
<packaging>war</packaging>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.blutorange</groupId>
<artifactId>primefaces.monaco</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>

<properties>
<maven.resources.plugin.version>3.1.0</maven.resources.plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public final class Constants {
private Constants() {}

public final static String LIBRARY = "primefaces-blutorange";
public final static String VERSION = "0.18.0";
public final static String VERSION = "0.18.1";
}

0 comments on commit 8ba2a64

Please sign in to comment.