Skip to content

Commit

Permalink
chore(release): 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
F0rce committed Jul 28, 2022
1 parent d41ae6e commit 3ad8e4e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 45 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.3.1](https://github.com/f0rce/ace/compare/v2.3.0...v2.3.1) (2022-07-28)


### Features

* **modes:** add lobster_dc_logs ([b902b59](https://github.com/f0rce/ace/commit/b902b59428209eb039a8e31a673221f619b7e6e8))
* **modes:** add lobster_srv_logs ([d41ae6e](https://github.com/f0rce/ace/commit/d41ae6e630a70d0db5bc08759429993774dddbd8))

## [2.3.0](https://github.com/f0rce/ace/compare/v2.2.2...v2.3.0) (2022-07-20)


Expand Down
82 changes: 41 additions & 41 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "no-name",
"license": "UNLICENSED",
"dependencies": {
"@f0rce/lit-ace": "1.10.0",
"@f0rce/lit-ace": "1.10.1",
"@polymer/iron-a11y-announcer": "3.0.2",
"@polymer/iron-a11y-keys-behavior": "3.0.1",
"@polymer/iron-fit-behavior": "3.0.2",
Expand Down Expand Up @@ -84,7 +84,7 @@
},
"vaadin": {
"dependencies": {
"@f0rce/lit-ace": "1.10.0",
"@f0rce/lit-ace": "1.10.1",
"@polymer/iron-a11y-announcer": "3.0.2",
"@polymer/iron-a11y-keys-behavior": "3.0.1",
"@polymer/iron-fit-behavior": "3.0.2",
Expand Down Expand Up @@ -164,6 +164,6 @@
"webpack-dev-server": "3.11.0",
"webpack-merge": "4.2.2"
},
"hash": "6ace2503dbcf92c3db193006913cfb778e4f6bd412e020e3b8b34293deee180b"
"hash": "3a15742a54c0550d25a7b90814c6ce562d2204934cf3fdc1287244fcd1c33408"
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.f0rce</groupId>
<artifactId>ace</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<name>ace</name>
<description>Lit Wrap around the Ace Editor (https://ace.c9.io/) for Vaadin 14 and Vaadin 23</description>

Expand Down

0 comments on commit 3ad8e4e

Please sign in to comment.