Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#732)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.2.0](v2.1.0...v2.2.0)
(2024-06-03)


### Features

* Card tooltip ([#737](#737))
([89bea20](89bea20))
* display rhombus shape for choice nodes in minimap
([#742](#742))
([9625cb9](9625cb9))
* display zoom level next to controls
([#747](#747))
([03a93e2](03a93e2))
* highlight links in cards and pqir and tooltips
([#746](#746))
([eacd032](eacd032))
* links in pqirs ([#734](#734))
([f0e6128](f0e6128))
* Minimap ([#735](#735))
([7d87f12](7d87f12))


### Bug Fixes

* removed duplicate zoom level
([#750](#750))
([5bbbb5e](5bbbb5e))
* Test environment ([#731](#731))
([ba31814](ba31814))
* Upgrade dependencies
([#745](#745))
([f67563a](f67563a)),
closes [#744](#744)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 3, 2024
1 parent 0686dbd commit 26d4e90
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.2.0](https://github.com/equinor/flyt/compare/v2.1.0...v2.2.0) (2024-06-03)


### Features

* Card tooltip ([#737](https://github.com/equinor/flyt/issues/737)) ([89bea20](https://github.com/equinor/flyt/commit/89bea20ea2c41466089ae557629c403f09a29e0d))
* display rhombus shape for choice nodes in minimap ([#742](https://github.com/equinor/flyt/issues/742)) ([9625cb9](https://github.com/equinor/flyt/commit/9625cb90390c605bec6f9e6865c69748fba2aef4))
* display zoom level next to controls ([#747](https://github.com/equinor/flyt/issues/747)) ([03a93e2](https://github.com/equinor/flyt/commit/03a93e234b788103893d3e4725af407af3ccf30a))
* highlight links in cards and pqir and tooltips ([#746](https://github.com/equinor/flyt/issues/746)) ([eacd032](https://github.com/equinor/flyt/commit/eacd0322718818c0737c6c067b183937be67ba3b))
* links in pqirs ([#734](https://github.com/equinor/flyt/issues/734)) ([f0e6128](https://github.com/equinor/flyt/commit/f0e61287e46cc33e2ba6e2bc277aa5154d8ab5f2))
* Minimap ([#735](https://github.com/equinor/flyt/issues/735)) ([7d87f12](https://github.com/equinor/flyt/commit/7d87f125d23b82d9f9b84dfdbc00eb8741457afc))


### Bug Fixes

* removed duplicate zoom level ([#750](https://github.com/equinor/flyt/issues/750)) ([5bbbb5e](https://github.com/equinor/flyt/commit/5bbbb5e4826239ed2eeddaed265f9b82f23c534f))
* Test environment ([#731](https://github.com/equinor/flyt/issues/731)) ([ba31814](https://github.com/equinor/flyt/commit/ba31814111a67a6e864bc5d3afd7291c2484db90))
* Upgrade dependencies ([#745](https://github.com/equinor/flyt/issues/745)) ([f67563a](https://github.com/equinor/flyt/commit/f67563a0ba137e780c1f7232ba249033ffa67f5d)), closes [#744](https://github.com/equinor/flyt/issues/744)

## [2.1.0](https://github.com/equinor/flyt/compare/v2.0.1...v2.1.0) (2024-05-13)

### 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.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down

0 comments on commit 26d4e90

Please sign in to comment.