Skip to content

Commit

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


## [0.3.0](v0.2.36...v0.3.0)
(2024-03-19)


### Features

* Process cards link behaviour
([#677](#677))
([7bf5dbc](7bf5dbc)),
closes [#279](#279)


### Bug Fixes

* Display 0 duration on card
([#672](#672))
([66e8b3c](66e8b3c)),
closes [#671](#671)
* Upgrade dependencies
([#702](#702))
([e6ca777](e6ca777)),
closes [#701](#701)

---
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>
Co-authored-by: Dan André Svendsen <47424077+dansvend@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dansvend authored Mar 19, 2024
1 parent 01ec38a commit 4524b2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://github.com/equinor/flyt/compare/v0.2.36...v0.3.0) (2024-03-19)


### Features

* Process cards link behaviour ([#677](https://github.com/equinor/flyt/issues/677)) ([7bf5dbc](https://github.com/equinor/flyt/commit/7bf5dbc7c062cdb28fcc6f43695f1536389a2c00)), closes [#279](https://github.com/equinor/flyt/issues/279)


### Bug Fixes

* Display 0 duration on card ([#672](https://github.com/equinor/flyt/issues/672)) ([66e8b3c](https://github.com/equinor/flyt/commit/66e8b3c131b1b92976014a5ef07264df06eb53e6)), closes [#671](https://github.com/equinor/flyt/issues/671)
* Upgrade dependencies ([#702](https://github.com/equinor/flyt/issues/702)) ([e6ca777](https://github.com/equinor/flyt/commit/e6ca7772335fb69b163945c0d14c75d6ffde5e02)), closes [#701](https://github.com/equinor/flyt/issues/701)

## [0.2.36](https://github.com/equinor/flyt/compare/v0.2.35...v0.2.36) (2024-01-22)

### Bug Fixes
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": "vsm",
"version": "0.2.36",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down

0 comments on commit 4524b2d

Please sign in to comment.