Skip to content

Commit 73a266b

Browse files
authored
build: Release (#2813)
2 parents e5bbaa2 + 6bf77b3 commit 73a266b

File tree

4 files changed

+19
-32
lines changed

4 files changed

+19
-32
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ out/
1414
docs/
1515
.eslintcache
1616

17+
# AI agents
18+
/.claude

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.1.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.1...7.1.2-alpha.1) (2025-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Missing dependencies in transpiled browser code ([#2812](https://github.com/parse-community/Parse-SDK-JS/issues/2812)) ([c7359bb](https://github.com/parse-community/Parse-SDK-JS/commit/c7359bbfcd40000a4a8df0626ee5237437270b44))
7+
18
## [7.1.1-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.0...7.1.1-alpha.1) (2025-12-01)
29

310

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "7.1.1",
3+
"version": "7.1.2-alpha.1",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [
@@ -32,11 +32,12 @@
3232
},
3333
"dependencies": {
3434
"@babel/runtime-corejs3": "7.28.4",
35+
"crypto-js": "4.2.0",
36+
"idb-keyval": "6.2.2",
3537
"react-native-crypto-js": "1.0.0",
3638
"ws": "8.18.3"
3739
},
3840
"devDependencies": {
39-
"idb-keyval": "6.2.2",
4041
"@babel/core": "7.28.5",
4142
"@babel/plugin-proposal-class-properties": "7.18.6",
4243
"@babel/plugin-transform-runtime": "7.28.5",

0 commit comments

Comments
 (0)