Skip to content

build: Release #2023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 51 commits into from
Sep 16, 2023
Merged

build: Release #2023

merged 51 commits into from
Sep 16, 2023

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Sep 15, 2023

No description provided.

mtrezza and others added 30 commits May 2, 2023 00:55
# [4.2.0-alpha.1](parse-community/Parse-SDK-JS@4.1.0...4.2.0-alpha.1) (2023-05-01)

### Bug Fixes

* `Parse.File.cancel` starts new attempt to save file ([parse-community#1781](parse-community#1781)) ([b755e42](parse-community@b755e42))

### Features

* Add `Parse.User.loginAs` ([parse-community#1875](parse-community#1875)) ([381fcfc](parse-community@381fcfc))
* Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([parse-community#1839](parse-community#1839)) ([7479343](parse-community@7479343))
# [4.2.0-alpha.2](parse-community/Parse-SDK-JS@4.2.0-alpha.1...4.2.0-alpha.2) (2023-06-08)

### Bug Fixes

* Hard-coding of `react-native` path does not work for workspace builds ([parse-community#1930](parse-community#1930)) ([8222f3c](parse-community@8222f3c))
# [4.2.0-alpha.3](parse-community/Parse-SDK-JS@4.2.0-alpha.2...4.2.0-alpha.3) (2023-06-11)

### Features

* Add support to invoke a Cloud Function with a custom `installationId` via `Parse.Cloud.run` ([parse-community#1939](parse-community#1939)) ([eb70b93](parse-community@eb70b93))
# [4.2.0-alpha.4](parse-community/Parse-SDK-JS@4.2.0-alpha.3...4.2.0-alpha.4) (2023-07-23)

### Features

* Login with username, password and additional authentication data via `ParseUser.logInWithAdditionalAuth` ([parse-community#1955](parse-community#1955)) ([2bad411](parse-community@2bad411))
dplewis and others added 13 commits August 28, 2023 22:29
# [4.2.0-alpha.7](parse-community/Parse-SDK-JS@4.2.0-alpha.6...4.2.0-alpha.7) (2023-08-29)

### Bug Fixes

* `ParseUser.linkWith` doesn't remove anonymous auth data ([parse-community#2007](parse-community#2007)) ([7e2585c](parse-community@7e2585c))
# [4.2.0-alpha.8](parse-community/Parse-SDK-JS@4.2.0-alpha.7...4.2.0-alpha.8) (2023-08-30)

### Features

* Add Cloud Code context accessibility to `ParseUser.logIn` ([parse-community#2010](parse-community#2010)) ([2446007](parse-community@2446007))
# [4.2.0-alpha.9](parse-community/Parse-SDK-JS@4.2.0-alpha.8...4.2.0-alpha.9) (2023-09-01)

### Features

* Allow overriding `Parse.Error` message with custom message via new Core Manager option `PARSE_ERRORS` ([parse-community#2014](parse-community#2014)) ([be0c8a6](parse-community@be0c8a6))
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title build: release build: Release Sep 15, 2023
@parse-github-assistant
Copy link

parse-github-assistant bot commented Sep 15, 2023

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

* release:
  chore(release): 4.2.0 [skip ci]
  release
@mtrezza mtrezza mentioned this pull request Sep 15, 2023
@mtrezza mtrezza closed this Sep 15, 2023
@mtrezza mtrezza reopened this Sep 15, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.10% 🎉

Comparison is base (e77e150) 99.89% compared to head (433251b) 100.00%.
Report is 148 commits behind head on beta.

❗ Current head 433251b differs from pull request most recent head ccc9f60. Consider uploading reports for the commit ccc9f60 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             beta     #2023      +/-   ##
===========================================
+ Coverage   99.89%   100.00%   +0.10%     
===========================================
  Files          61        61              
  Lines        5984      6168     +184     
  Branches     1372      1498     +126     
===========================================
+ Hits         5978      6168     +190     
+ Misses          6         0       -6     
Files Changed Coverage Δ
src/LocalDatastore.js 100.00% <ø> (ø)
src/Storage.js 100.00% <ø> (ø)
src/Cloud.js 100.00% <100.00%> (ø)
src/CoreManager.js 100.00% <100.00%> (ø)
src/EventEmitter.js 100.00% <100.00%> (ø)
src/EventuallyQueue.js 100.00% <100.00%> (ø)
src/LiveQueryClient.js 100.00% <100.00%> (+1.00%) ⬆️
src/LiveQuerySubscription.js 100.00% <100.00%> (ø)
src/ObjectStateMutations.js 100.00% <100.00%> (ø)
src/OfflineQuery.js 100.00% <100.00%> (+0.31%) ⬆️
... and 11 more

... and 15 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza merged commit f30d588 into parse-community:beta Sep 16, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 16, 2023
@mtrezza mtrezza deleted the build branch September 16, 2023 00:17
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0-alpha.1

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Sep 26, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants