File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 22
33module Alchemy
44 module JsonApi
5- VERSION = "8.2.0.a "
5+ VERSION = "8.2.0"
66 end
77end
You can’t perform that action at this time.
0 commit comments