Skip to content

Commit e577e26

Browse files
chore(release): 8.0.1-alpha.1 [skip ci]
## [8.0.1-alpha.1](8.0.0...8.0.1-alpha.1) (2026-01-05) ### Bug Fixes * TypeScript type resolution errors for `parse/node` and `parse/react-native` subpaths ([#2849](#2849)) ([de684e5](de684e5))
1 parent de684e5 commit e577e26

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "8.0.0",
3+
"version": "8.0.1-alpha.1",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [
@@ -29,8 +29,12 @@
2929
"types": "types/index.d.ts",
3030
"typesVersions": {
3131
"*": {
32-
"node": ["types/node.d.ts"],
33-
"react-native": ["types/react-native.d.ts"]
32+
"node": [
33+
"types/node.d.ts"
34+
],
35+
"react-native": [
36+
"types/react-native.d.ts"
37+
]
3438
}
3539
},
3640
"exports": {

0 commit comments

Comments
 (0)