Skip to content

Commit

Permalink
Merge branch 'alpha' into eventually-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 3, 2023
2 parents 45ee633 + e36ddaf commit 6e95f04
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 13 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
- run: npm ci
- name: Check types
run: npm run test:types
check-docs:
name: Check Docs
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- name: Check Docs
run: npm run docs
build:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down
7 changes: 7 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [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)


### Bug Fixes

* 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))

# [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)


Expand Down
39 changes: 28 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse",
"version": "4.3.0-alpha.1",
"version": "4.3.0-alpha.2",
"description": "Parse JavaScript SDK",
"homepage": "https://parseplatform.org",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@definitelytyped/dtslint": "0.0.163",
"@parse/minami": "1.0.0",
"@parse/minami": "git+https://github.com/parse-community/minami#main",
"@saithodev/semantic-release-backmerge": "2.1.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
Expand Down

0 comments on commit 6e95f04

Please sign in to comment.