From 4524b2dde0ddcd6629a0b93743d917c1860d7f3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:05:08 +0100 Subject: [PATCH] chore(main): release 0.3.0 (#676) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [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) --- 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> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d754756..69e87439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2e592ef3..2ab7a3f1 100644 --- a/package.json +++ b/package.json @@ -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",