Skip to content

Commit 3ad8e4e

Browse files
committed
chore(release): 2.3.1
1 parent d41ae6e commit 3ad8e4e

4 files changed

Lines changed: 53 additions & 45 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [2.3.1](https://github.com/f0rce/ace/compare/v2.3.0...v2.3.1) (2022-07-28)
6+
7+
8+
### Features
9+
10+
* **modes:** add lobster_dc_logs ([b902b59](https://github.com/f0rce/ace/commit/b902b59428209eb039a8e31a673221f619b7e6e8))
11+
* **modes:** add lobster_srv_logs ([d41ae6e](https://github.com/f0rce/ace/commit/d41ae6e630a70d0db5bc08759429993774dddbd8))
12+
513
## [2.3.0](https://github.com/f0rce/ace/compare/v2.2.2...v2.3.0) (2022-07-20)
614

715

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "no-name",
33
"license": "UNLICENSED",
44
"dependencies": {
5-
"@f0rce/lit-ace": "1.10.0",
5+
"@f0rce/lit-ace": "1.10.1",
66
"@polymer/iron-a11y-announcer": "3.0.2",
77
"@polymer/iron-a11y-keys-behavior": "3.0.1",
88
"@polymer/iron-fit-behavior": "3.0.2",
@@ -84,7 +84,7 @@
8484
},
8585
"vaadin": {
8686
"dependencies": {
87-
"@f0rce/lit-ace": "1.10.0",
87+
"@f0rce/lit-ace": "1.10.1",
8888
"@polymer/iron-a11y-announcer": "3.0.2",
8989
"@polymer/iron-a11y-keys-behavior": "3.0.1",
9090
"@polymer/iron-fit-behavior": "3.0.2",
@@ -164,6 +164,6 @@
164164
"webpack-dev-server": "3.11.0",
165165
"webpack-merge": "4.2.2"
166166
},
167-
"hash": "6ace2503dbcf92c3db193006913cfb778e4f6bd412e020e3b8b34293deee180b"
167+
"hash": "3a15742a54c0550d25a7b90814c6ce562d2204934cf3fdc1287244fcd1c33408"
168168
}
169169
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.f0rce</groupId>
66
<artifactId>ace</artifactId>
7-
<version>2.3.0</version>
7+
<version>2.3.1</version>
88
<name>ace</name>
99
<description>Lit Wrap around the Ace Editor (https://ace.c9.io/) for Vaadin 14 and Vaadin 23</description>
1010

0 commit comments

Comments
 (0)