Skip to content

Commit 4ba430a

Browse files
author
alchemycms-bot
committed
Release v8.2.0
1 parent 16b8800 commit 4ba430a

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 8.2.0 (2026-04-09)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
### Breaking Changes
9+
* Update to Alchemy 8.1 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/153
10+
### Dependencies
11+
* Bump prettier from 3.7.4 to 3.8.1 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/151
12+
* Bump vitest from 4.0.16 to 4.0.17 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/149
13+
* Bump vite from 7.2.2 to 7.3.1 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/148
14+
* Bump vitest from 4.0.17 to 4.0.18 in the vitest group by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/152
15+
* 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
16+
* 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
17+
* 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
18+
* 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
19+
* 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
20+
* 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
21+
* 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
22+
* 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
23+
### Other Changes
24+
* Pass rubygems_api_key secret to release workflow by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/147
25+
* feat: Add IngredientColorSerializer by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/157
26+
* fix: Use Alchemy's page etag generator by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/161
27+
* feat: Store alchemy_preview_time in current global by @tvdeyen in https://github.com/AlchemyCMS/alchemy-json_api/pull/168
28+
29+
30+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy-json_api/compare/v4.0.1...v8.2.0
31+
332
## 4.1.1 (2026-02-03)
433

534
<!-- 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)