Skip to content

Commit ac4ab1d

Browse files
committed
Update version number and changelog
1 parent b5950da commit ac4ab1d

File tree

7 files changed

+74
-62
lines changed

7 files changed

+74
-62
lines changed

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.7.0
1+
7.8.0

airflow_code_editor/static/airflow_code_editor.js

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

airflow_code_editor/static/airflow_code_editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airflow_code_editor/static/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,15 @@
441441

442442
- CodeMirror upgrade
443443
- update node version
444+
445+
## [7.8.0] - 2025-02-03
446+
447+
### Added
448+
449+
- Bookmarks
450+
- Notifications
451+
- VIM mode :e (edit) command
452+
453+
### Changed
454+
455+
- Upgrade to CodeMirror 6

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airflow-code-editor",
3-
"version": "7.7.0",
3+
"version": "7.8.0",
44
"description": "A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. It provides a file managing interface within specified directories and it can be used to edit and download your files. If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit.",
55
"private": true,
66
"repository": {
@@ -32,7 +32,7 @@
3232
"@codemirror/language": "^6.10.8",
3333
"@codemirror/theme-one-dark": "^6.1.2",
3434
"@fsegurai/codemirror-theme-bundle": "^6.1.2",
35-
"@grapoza/vue-tree": "^5.0.0",
35+
"@grapoza/vue-tree": "^5.2.2",
3636
"@kyvg/vue3-notification": "^3.4.1",
3737
"@replit/codemirror-emacs": "^6.1.0",
3838
"@replit/codemirror-vim": "^6.2.1",

0 commit comments

Comments
 (0)