Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot committed Jan 22, 2025
1 parent 3ec75b6 commit 9b5a8a8
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# v0.3.0 (Wed Jan 22 2025)

#### 🚀 Enhancement

- `grafana-scenes-ml`
- chore: bump several deps [#51](https://github.com/grafana/scenes-ml/pull/51) ([@sd2k](https://github.com/sd2k))
- Bump webpack from 5.91.0 to 5.94.0 [#35](https://github.com/grafana/scenes-ml/pull/35) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump express from 4.19.2 to 4.21.1 [#47](https://github.com/grafana/scenes-ml/pull/47) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### 🐛 Bug Fix

- `grafana-scenes-ml`
- chore: loosen @grafana/* dependency versions [#56](https://github.com/grafana/scenes-ml/pull/56) ([@sd2k](https://github.com/sd2k))
- ci: don't use custom github action for yarn install [#52](https://github.com/grafana/scenes-ml/pull/52) ([@sd2k](https://github.com/sd2k))
- Bump rollup from 2.79.1 to 2.79.2 in /packages/scenes-ml [#41](https://github.com/grafana/scenes-ml/pull/41) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@sd2k](https://github.com/sd2k))
- Bump http-proxy-middleware from 2.0.6 to 2.0.7 [#49](https://github.com/grafana/scenes-ml/pull/49) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump fast-loops from 1.1.3 to 1.1.4 [#33](https://github.com/grafana/scenes-ml/pull/33) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- feat: add SceneTimeSeriesClusterer component [#48](https://github.com/grafana/scenes-ml/pull/48) ([@sd2k](https://github.com/sd2k))
- fix: use === instead of == [#44](https://github.com/grafana/scenes-ml/pull/44) ([@sd2k](https://github.com/sd2k))
- chore: bump @bsull/augurs to 0.6.0 [#46](https://github.com/grafana/scenes-ml/pull/46) ([@sd2k](https://github.com/sd2k))
- ci: don't specify now-nonexistent token [#39](https://github.com/grafana/scenes-ml/pull/39) ([@sd2k](https://github.com/sd2k))
- feat: add support for MAD outlier detection [#43](https://github.com/grafana/scenes-ml/pull/43) ([@sd2k](https://github.com/sd2k))
- feat: add Prophet model option to baseliner [#42](https://github.com/grafana/scenes-ml/pull/42) ([@sd2k](https://github.com/sd2k))
- SceneOutlierDetector: fix series number in callback [#34](https://github.com/grafana/scenes-ml/pull/34) ([@matyax](https://github.com/matyax))
- Bump ws from 7.5.9 to 7.5.10 [#32](https://github.com/grafana/scenes-ml/pull/32) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### ⚠️ Pushed to `main`

- `grafana-scenes-ml`
- Remove @types/lodash from dependencies ([@sd2k](https://github.com/sd2k))

#### 🔩 Dependency Updates

- `grafana-scenes-ml`
- chore: bump yarn to 4.5.1 [#50](https://github.com/grafana/scenes-ml/pull/50) ([@sd2k](https://github.com/sd2k))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Sully ([@sd2k](https://github.com/sd2k))
- Matias Chomicki ([@matyax](https://github.com/matyax))

---

# v0.4.0 (Wed Nov 13 2024)

Accidental release due to CI issues, no changes since v0.3.0.
Expand Down
45 changes: 45 additions & 0 deletions packages/scenes-ml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# v0.5.0 (Wed Jan 22 2025)

#### 🚀 Enhancement

- chore: bump several deps [#51](https://github.com/grafana/scenes-ml/pull/51) ([@sd2k](https://github.com/sd2k))
- Bump webpack from 5.91.0 to 5.94.0 [#35](https://github.com/grafana/scenes-ml/pull/35) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump express from 4.19.2 to 4.21.1 [#47](https://github.com/grafana/scenes-ml/pull/47) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### 🐛 Bug Fix

- chore: loosen @grafana/* dependency versions [#56](https://github.com/grafana/scenes-ml/pull/56) ([@sd2k](https://github.com/sd2k))
- chore: loosen @grafana/* dependency versions ([@sd2k](https://github.com/sd2k))
- Bump versions to v0.4.0 and update changelogs \[skip ci\] [#53](https://github.com/grafana/scenes-ml/pull/53) ([@sd2k](https://github.com/sd2k))
- Bump versions to v0.4.0 and update changelogs \[skip ci\] ([@sd2k](https://github.com/sd2k))
- chore: bump several deps ([@sd2k](https://github.com/sd2k))
- Bump rollup from 2.79.1 to 2.79.2 in /packages/scenes-ml [#41](https://github.com/grafana/scenes-ml/pull/41) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@sd2k](https://github.com/sd2k))
- Bump rollup from 2.79.1 to 2.79.2 in /packages/scenes-ml ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump fast-loops from 1.1.3 to 1.1.4 [#33](https://github.com/grafana/scenes-ml/pull/33) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- feat: add SceneTimeSeriesClusterer component [#48](https://github.com/grafana/scenes-ml/pull/48) ([@sd2k](https://github.com/sd2k))
- feat: add SceneTimeSeriesClusterer component ([@sd2k](https://github.com/sd2k))
- fix: use === instead of == [#44](https://github.com/grafana/scenes-ml/pull/44) ([@sd2k](https://github.com/sd2k))
- chore: bump @bsull/augurs to 0.6.0 [#46](https://github.com/grafana/scenes-ml/pull/46) ([@sd2k](https://github.com/sd2k))
- fix: use === instead of == ([@sd2k](https://github.com/sd2k))
- Fix logging init ([@sd2k](https://github.com/sd2k))
- chore: bump @bsull/augurs to 0.6.0 ([@sd2k](https://github.com/sd2k))
- Merge branch 'main' into dont-specify-old-token ([@sd2k](https://github.com/sd2k))
- feat: add support for MAD outlier detection [#43](https://github.com/grafana/scenes-ml/pull/43) ([@sd2k](https://github.com/sd2k))
- feat: add support for MAD outlier detection ([@sd2k](https://github.com/sd2k))
- feat: add Prophet model option to baseliner [#42](https://github.com/grafana/scenes-ml/pull/42) ([@sd2k](https://github.com/sd2k))
- feat: add Prophet model option to baseliner ([@sd2k](https://github.com/sd2k))
- SceneOutlierDetector: fix series number in callback [#34](https://github.com/grafana/scenes-ml/pull/34) ([@matyax](https://github.com/matyax))
- SceneOutlierDetector: fix series number in callback ([@matyax](https://github.com/matyax))

#### 🔩 Dependency Updates

- chore: bump yarn to 4.5.1 [#50](https://github.com/grafana/scenes-ml/pull/50) ([@sd2k](https://github.com/sd2k))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ben Sully ([@sd2k](https://github.com/sd2k))
- Matias Chomicki ([@matyax](https://github.com/matyax))

---

# v0.4.0 (Wed Nov 13 2024)

Accidental release due to CI issues, no changes since v0.3.0.
Expand Down

0 comments on commit 9b5a8a8

Please sign in to comment.