Skip to content

Commit 6e95f04

Browse files
authored
Merge branch 'alpha' into eventually-connection
2 parents 45ee633 + e36ddaf commit 6e95f04

File tree

4 files changed

+46
-13
lines changed

4 files changed

+46
-13
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
- run: npm ci
2626
- name: Check types
2727
run: npm run test:types
28+
check-docs:
29+
name: Check Docs
30+
timeout-minutes: 5
31+
runs-on: ubuntu-latest
32+
steps:
33+
- uses: actions/checkout@v3
34+
- run: npm ci
35+
- name: Check Docs
36+
run: npm run docs
2837
build:
2938
runs-on: ubuntu-latest
3039
timeout-minutes: 30

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.3.0-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.1...4.3.0-alpha.2) (2023-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Docs fail with `Cannot find module 'taffydb'` ([#2036](https://github.com/parse-community/Parse-SDK-JS/issues/2036)) ([dc91d0f](https://github.com/parse-community/Parse-SDK-JS/commit/dc91d0fc4f69639ba762f5af841477e8836c6927))
7+
18
# [4.3.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/4.2.0...4.3.0-alpha.1) (2023-09-26)
29

310

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "4.3.0-alpha.1",
3+
"version": "4.3.0-alpha.2",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [
@@ -47,7 +47,7 @@
4747
"@babel/preset-react": "7.22.5",
4848
"@babel/preset-typescript": "7.22.5",
4949
"@definitelytyped/dtslint": "0.0.163",
50-
"@parse/minami": "1.0.0",
50+
"@parse/minami": "git+https://github.com/parse-community/minami#main",
5151
"@saithodev/semantic-release-backmerge": "2.1.3",
5252
"@semantic-release/changelog": "6.0.3",
5353
"@semantic-release/commit-analyzer": "9.0.2",

0 commit comments

Comments
 (0)