Skip to content

Commit

Permalink
2.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Apr 1, 2024
1 parent 5f07128 commit 560267f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,28 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.2.14](https://github.com/PrefectHQ/graphs/compare/2.2.13...2.2.14)
#### [2.2.15](https://github.com/PrefectHQ/graphs/compare/2.2.14...2.2.15)

- BugFix: make sure occurred is always set [`#485`](https://github.com/PrefectHQ/graphs/pull/485)
- Bump @prefecthq/eslint-config from 1.0.31 to 1.0.32 [`#482`](https://github.com/PrefectHQ/graphs/pull/482)
- Bump date-fns from 3.3.1 to 3.6.0 [`#478`](https://github.com/PrefectHQ/graphs/pull/478)
- Bump vue-tsc from 2.0.6 to 2.0.7 [`#477`](https://github.com/PrefectHQ/graphs/pull/477)
- Bump vite from 5.1.5 to 5.2.6 [`#476`](https://github.com/PrefectHQ/graphs/pull/476)
- Bump postcss from 8.4.35 to 8.4.38 [`#474`](https://github.com/PrefectHQ/graphs/pull/474)
- chore: Upgrade latest eslint-config package upon upstream eslint update [`#479`](https://github.com/PrefectHQ/graphs/pull/479)
- chore/dedicated-trigger-of-downstream-jobs [`#473`](https://github.com/PrefectHQ/graphs/pull/473)
- Bump @types/node from 20.11.17 to 20.11.29 [`#472`](https://github.com/PrefectHQ/graphs/pull/472)
- Bump eslint from 8.56.0 to 8.57.0 [`#420`](https://github.com/PrefectHQ/graphs/pull/420)
- Bump autoprefixer from 10.4.17 to 10.4.18 [`#431`](https://github.com/PrefectHQ/graphs/pull/431)
- Bump vue-tsc from 1.8.27 to 2.0.6 [`#454`](https://github.com/PrefectHQ/graphs/pull/454)

#### [2.2.14](https://github.com/PrefectHQ/graphs/compare/v2.2.14...2.2.14)

> 18 March 2024
#### [v2.2.14](https://github.com/PrefectHQ/graphs/compare/2.2.13...v2.2.14)

> 18 March 2024
- Fix: Use static polling interval for events [`#469`](https://github.com/PrefectHQ/graphs/pull/469)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prefecthq/graphs",
"private": false,
"version": "2.2.14",
"version": "2.2.15",
"description": "Large scale graphs designed for Prefect",
"scripts": {
"serve": "vite --host --mode=demo",
Expand Down

0 comments on commit 560267f

Please sign in to comment.