Skip to content

Commit

Permalink
chore(release): 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
F0rce committed Aug 29, 2022
1 parent 6007aba commit e141ec2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 28 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [3.4.1](https://github.com/f0rce/ace/compare/v3.4.0...v3.4.1) (2022-08-29)


### Bug Fixes

* add missing "meta.tag" ([6007aba](https://github.com/f0rce/ace/commit/6007abadb2b1b900b7e11014d12c479bf1ee4487))

## [3.4.0](https://github.com/f0rce/ace/compare/v3.3.3...v3.4.0) (2022-08-26)


Expand Down
2 changes: 0 additions & 2 deletions frontend/generated/vaadin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './vaadin-featureflags.ts';

import './index';

import '@vaadin/flow-frontend/vaadin-dev-tools.js';
34 changes: 14 additions & 20 deletions package-lock.json

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

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@vaadin/common-frontend": "0.0.17",
"@vaadin/component-base": "23.1.6",
"@vaadin/context-menu": "23.1.6",
"@vaadin/cookie-consent": "23.1.6",
"@vaadin/custom-field": "23.1.6",
"@vaadin/date-picker": "23.1.6",
"@vaadin/date-time-picker": "23.1.6",
Expand Down Expand Up @@ -67,7 +66,6 @@
"@vaadin/vaadin-checkbox": "23.1.6",
"@vaadin/vaadin-combo-box": "23.1.6",
"@vaadin/vaadin-context-menu": "23.1.6",
"@vaadin/vaadin-cookie-consent": "23.1.6",
"@vaadin/vaadin-custom-field": "23.1.6",
"@vaadin/vaadin-date-picker": "23.1.6",
"@vaadin/vaadin-date-time-picker": "23.1.6",
Expand Down Expand Up @@ -151,7 +149,6 @@
"@vaadin/common-frontend": "0.0.17",
"@vaadin/component-base": "23.1.6",
"@vaadin/context-menu": "23.1.6",
"@vaadin/cookie-consent": "23.1.6",
"@vaadin/custom-field": "23.1.6",
"@vaadin/date-picker": "23.1.6",
"@vaadin/date-time-picker": "23.1.6",
Expand Down Expand Up @@ -196,7 +193,6 @@
"@vaadin/vaadin-checkbox": "23.1.6",
"@vaadin/vaadin-combo-box": "23.1.6",
"@vaadin/vaadin-context-menu": "23.1.6",
"@vaadin/vaadin-cookie-consent": "23.1.6",
"@vaadin/vaadin-custom-field": "23.1.6",
"@vaadin/vaadin-date-picker": "23.1.6",
"@vaadin/vaadin-date-time-picker": "23.1.6",
Expand Down Expand Up @@ -259,7 +255,7 @@
"workbox-precaching": "6.5.0",
"workbox-webpack-plugin": "6.5.0"
},
"hash": "33c8728911d5ba845e725f1fec4ca3f3b3101718fa3503ccd0b38a48502a49a0"
"hash": "1751bb2045583e969915a21b7e79ede1ecada1619656b4fa95ccdb2da5949de0"
},
"overrides": {
"@vaadin/bundles": "$@vaadin/bundles",
Expand Down
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>3.4.0</version>
<version>3.4.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 e141ec2

Please sign in to comment.