Skip to content

Commit 2190bbc

Browse files
committed
changelog for v4.9.1
1 parent a14fd61 commit 2190bbc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Ember Data Changelog
22

3+
## 4.9.1 (2022-12-03)
4+
5+
#### :bug: Bug Fix
6+
* `tracking`
7+
* [#8314](https://github.com/emberjs/data/pull/8314) fix: tracking package should not declare exports while v1 ([@runspired](https://github.com/runspired))
8+
* [#8308](https://github.com/emberjs/data/pull/8308) fix: prepack addon tree for embroider ([@runspired](https://github.com/runspired))
9+
* `store`
10+
* [#8307](https://github.com/emberjs/data/pull/8307) fix: use join vs run for deleteRecord destroy of new records ([@runspired](https://github.com/runspired))
11+
* [#8306](https://github.com/emberjs/data/pull/8306) fix: dont skip LiveArray remove if pending queue is not empty ([@runspired](https://github.com/runspired))
12+
13+
#### :memo: Documentation
14+
* Other
15+
* [#8324](https://github.com/emberjs/data/pull/8324) add @ember-data/tracking to Advanced Installation ([@luxzeitlos](https://github.com/luxzeitlos))
16+
* [#8316](https://github.com/emberjs/data/pull/8316) docs: fix typo in README.md ([@SergeAstapov](https://github.com/SergeAstapov))
17+
* `store`
18+
* [#8301](https://github.com/emberjs/data/pull/8301) assert missing crypto.randomUUID ([@luxzeitlos](https://github.com/luxzeitlos))
19+
20+
#### Committers: 3
21+
- Chris Thoburn ([@runspired](https://github.com/runspired))
22+
- Lukas Kohler ([@luxzeitlos](https://github.com/luxzeitlos))
23+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
24+
25+
## 4.9.0 (2022-12-03)
26+
27+
* This release was an accidental publish of 4.8.4 LTS
28+
29+
## 4.8.4 (2022-12-03)
30+
31+
* feat: Promote 4.8 to LTS
32+
333
## 4.8.3 (2022-11-09)
434

535
* fix: ensure correct peer-dependency versions are updated during release

0 commit comments

Comments
 (0)