Skip to content

Commit fe4d8bb

Browse files
author
GitHub Actions Bot
committed
chore(release): 1.1.0 [ci-skip]
1 parent 1f5a9b2 commit fe4d8bb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## 1.1.0 (2025-01-26)
6+
7+
8+
### Features
9+
10+
* Update React to v19 and add React v19 as an acceptable peerDependency ([1f5a9b2](https://github.com/indeedeng/react-singleton-context/commit/1f5a9b2c40f6da3ebdbdcf63f3164da2efddacb5))
11+
512
### 1.0.5 (2024-02-11)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-singleton-context",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "A small library designed to register and return singletonized React contexts",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)