Skip to content

Commit ea9e6ea

Browse files
authored
Release v8.2.0 (#174)
## Release v8.2.0 <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### New Features * feat: Add IngredientColorSerializer by @tvdeyen in #157 * fix: Use Alchemy's page etag generator by @tvdeyen in #161 * feat: Store alchemy_preview_time in current global by @tvdeyen in #168 ### Dependencies * chore(deps-dev): bump vitest from 4.0.18 to 4.1.0 in the vitest group by @dependabot[bot] in #162 * chore(deps-dev): bump vite from 7.3.1 to 8.0.0 by @dependabot[bot] in #163 * chore(deps-dev): bump vite from 8.0.0 to 8.0.1 by @dependabot[bot] in #164 * chore(deps-dev): bump vitest from 4.1.0 to 4.1.2 in the vitest group by @dependabot[bot] in #166 * chore(deps-dev): bump vite from 8.0.1 to 8.0.3 by @dependabot[bot] in #167 * chore(deps-dev): bump vite from 8.0.3 to 8.0.5 by @dependabot[bot] in #169 * chore(deps-dev): bump vitest from 4.1.2 to 4.1.4 in the vitest group by @dependabot[bot] in #170 * chore(deps-dev): bump vite from 8.0.5 to 8.0.8 by @dependabot[bot] in #171 **Full Changelog**: v4.1.1...v8.2.0 --- This PR was automatically created by the prepare-release workflow. Once merged, the gem will be automatically published to RubyGems.
2 parents 16b8800 + d19e458 commit ea9e6ea

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 8.2.0 (2026-04-10)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
### New Features
9+
* feat: Add IngredientColorSerializer by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/157
10+
* fix: Use Alchemy's page etag generator by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/161
11+
* feat: Store alchemy_preview_time in current global by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/168
12+
### Dependencies
13+
* chore(deps-dev): bump vitest from 4.0.18 to 4.1.0 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/162
14+
* chore(deps-dev): bump vite from 7.3.1 to 8.0.0 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/163
15+
* chore(deps-dev): bump vite from 8.0.0 to 8.0.1 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/164
16+
* chore(deps-dev): bump vitest from 4.1.0 to 4.1.2 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/166
17+
* chore(deps-dev): bump vite from 8.0.1 to 8.0.3 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/167
18+
* chore(deps-dev): bump vite from 8.0.3 to 8.0.5 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/169
19+
* chore(deps-dev): bump vitest from 4.1.2 to 4.1.4 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/170
20+
* chore(deps-dev): bump vite from 8.0.5 to 8.0.8 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/171
21+
22+
23+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy-json_api/compare/v4.1.1...v8.2.0
24+
325
## 4.1.1 (2026-02-03)
426

527
<!-- Release notes generated using configuration in .github/release.yml at 4.1-stable -->

lib/alchemy/json_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Alchemy
44
module JsonApi
5-
VERSION = "8.2.0.a"
5+
VERSION = "8.2.0"
66
end
77
end

0 commit comments

Comments
 (0)