You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix memory leak within the @react-facet/dom-fiber (#136)
* reverts package json changes
* reverts package json changes again...
* Add unit test for unsubscribing from insertBefore/fast-* component.
* updates performance benchmark, formats code
* removes only test and deferred mount override
* updates broken test file
---------
Co-authored-by: Marlon Huber-Smith <[email protected]>
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Currently the process of updating the version of the packages is mostly manual. Before you start, first you need to make sure you have the permissions to publish the packages.
4
4
5
-
- If there is a release branch (see __Release candidate__ below) that hasn't been merged to `main` yet now is the time to do so.
5
+
- If there is a release branch (see **Release candidate** below) that hasn't been merged to `main` yet now is the time to do so.
6
6
- Make sure that you are logged in into your `npm` account. Use the command `yarn npm login` on the project folder to do this.
7
7
- While on the `main` branch.
8
8
- Perform a search an replace on all "package.json" files from the old version to the new. (ex `0.1.4` to `0.2.0`).
@@ -25,4 +25,4 @@ Currently the process of updating the version of the packages is mostly manual.
25
25
- Create an annotated git tag by running `git tag -a v0.4.0-rc.0` (replace with the version). The tag message can be the version again.
26
26
- Push commit and the tag `git push --follow-tags`.
27
27
- Publish the packages by running `yarn publish --tag rc` (it will also build the packages).
28
-
- We are currently not doing release notes for release candidates so you are all done! 🎉
28
+
- We are currently not doing release notes for release candidates so you are all done! 🎉
0 commit comments