Skip to content

Commit

Permalink
Create release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
royteeuwen authored and github-actions[bot] committed Sep 16, 2024
1 parent c126594 commit 4d1f7b7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.4] - 2024-09-16

### Fixed

- Update all responses to use HTML based error responses so that Granite UI shows them in the dialogs: [#24](https://github.com/orbinson/aem-dictionary-translator/issues/24)
- Don't swallow the replication exceptions, but show the user that it does not have the rights: [#23](https://github.com/orbinson/aem-dictionary-translator/issues/23)
- Update all responses to use HTML based error responses so that Granite UI shows them in the dialogs: [#24](https://github.com/orbinson/aem-dictionary-translator/issues/24)
- Don't swallow the replication exceptions, but show the user that it does not have the rights: [#23](https://github.com/orbinson/aem-dictionary-translator/issues/23)

## [1.1.3] - 2024-08-03

Expand Down Expand Up @@ -96,7 +98,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Create, publish and edit dictionaries
- Create, delete and update labels in a dictionary

[Unreleased]: https://github.com/orbinson/aem-dictionary-translator/compare/1.1.3...HEAD
[Unreleased]: https://github.com/orbinson/aem-dictionary-translator/compare/1.1.4...HEAD

[1.1.4]: https://github.com/orbinson/aem-dictionary-translator/compare/1.1.3...1.1.4

[1.1.3]: https://github.com/orbinson/aem-dictionary-translator/compare/1.1.2...1.1.3

Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<packaging>pom</packaging>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>

<name>AEM Dictionary Translator</name>
<description>Tool to translate AEM i18 labels for internationalization</description>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4d1f7b7

Please sign in to comment.