Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 25, 2024
1 parent 055eefb commit e2d4744
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/nodecg/react-hooks/compare/v0.4.1-2...v1.0.0) (2024-01-01)


### ⚠ BREAKING CHANGES

* **useReplicant:** `initialValue` parameter is removed. The returned value type will always have `undefined`, and `namespace` is renamed to `bundle`
* useReplicantOnce is removed because it is not so complicated to provide as a custom hook, and there is not much use for it.
* **package:** It is now disallowed to import `use-nodecg/esm` or `use-nodecg/cjs`

### Features

* **package:** add "exports" to package.json ([#261](https://github.com/nodecg/react-hooks/issues/261)) ([982680a](https://github.com/nodecg/react-hooks/commit/982680ab739953cefaa84d4266188ed2128941f2))
* remove useReplicantOnce ([#266](https://github.com/nodecg/react-hooks/issues/266)) ([be12d07](https://github.com/nodecg/react-hooks/commit/be12d07e281670880ec0227fd99667ce52e36d77))
* upgrade to nodecg v2 ([#248](https://github.com/nodecg/react-hooks/issues/248)) ([1af2348](https://github.com/nodecg/react-hooks/commit/1af234840f2662b0ce92a28b76a97faeb1ce281f))
* **useReplicant:** allow function as setReplicant value ([22fa294](https://github.com/nodecg/react-hooks/commit/22fa2945bfff4e5185e4f4985f6182c6560cd386))


### Miscellaneous Chores

* release as 1.0.0 ([#272](https://github.com/nodecg/react-hooks/issues/272)) ([6716aff](https://github.com/nodecg/react-hooks/commit/6716aff948ed4566db6ddcfd227d02c63f4c44ff))

### [0.4.1-2](https://github.com/Hoishin/use-nodecg/compare/v0.4.1-1...v0.4.1-2) (2023-03-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodecg/react-hooks",
"version": "0.5.0",
"version": "1.0.0",
"description": "Custom React Hooks for NodeCG",
"keywords": [
"custom-hooks",
Expand Down

0 comments on commit e2d4744

Please sign in to comment.