Skip to content

Commit d435bf5

Browse files
authored
build: Release (#2868)
2 parents 63951ea + c39e9dd commit d435bf5

5 files changed

Lines changed: 733 additions & 538 deletions

File tree

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.1-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.0...8.0.1-alpha.1) (2026-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* TypeScript type resolution errors for `parse/node` and `parse/react-native` subpaths ([#2849](https://github.com/parse-community/Parse-SDK-JS/issues/2849)) ([de684e5](https://github.com/parse-community/Parse-SDK-JS/commit/de684e5f84ea2cfce0cce13d995cea3134b119ac))
7+
18
# [8.0.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.3-alpha.1...8.0.0-alpha.1) (2025-12-12)
29

310

integration/test/ParseLiveQueryTest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ describe('Parse LiveQuery', () => {
346346
await obj2.save();
347347
obj2.set('foo', 'bart');
348348
await obj2.save();
349-
await sleep(1000);
350-
await subscription.unsubscribe();
351349
expect(createSpy).toHaveBeenCalledTimes(1);
352350
expect(updateSpy).toHaveBeenCalledTimes(1);
353351
});

0 commit comments

Comments
 (0)