Skip to content

Commit

Permalink
chore(main): release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 17, 2024
1 parent 30b59f8 commit 085e8ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.7.0](https://github.com/equinor/flyt/compare/v2.6.0...v2.7.0) (2024-10-17)


### Features

* Copy and paste cards ([#794](https://github.com/equinor/flyt/issues/794)) ([17605e5](https://github.com/equinor/flyt/commit/17605e5ae24794ecb44d3ddae0f6c87922a265be))
* Copy and paste tutorial ([#815](https://github.com/equinor/flyt/issues/815)) ([30b59f8](https://github.com/equinor/flyt/commit/30b59f85594c6c8736b3d0778ed6899638000e04))
* Option to also delete all following cards ([#802](https://github.com/equinor/flyt/issues/802)) ([cc1ae8a](https://github.com/equinor/flyt/commit/cc1ae8a25e43efca6d452d7379235460341fadc6))
* Right click context menu ([#800](https://github.com/equinor/flyt/issues/800)) ([deb61c0](https://github.com/equinor/flyt/commit/deb61c0740f9b08bcbbc8d2b66520e55afa6a96b))
* update delete choice/main activity warning text ([#814](https://github.com/equinor/flyt/issues/814)) ([532cd0b](https://github.com/equinor/flyt/commit/532cd0b8ecefbce718636d2af132c59f50441690)), closes [#805](https://github.com/equinor/flyt/issues/805)

## [2.6.0](https://github.com/equinor/flyt/compare/v2.5.0...v2.6.0) (2024-09-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flyt",
"radix-name": "flyt",
"version": "2.6.0",
"version": "2.7.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down

0 comments on commit 085e8ce

Please sign in to comment.