Skip to content

Commit 201a6dc

Browse files
committedApr 30, 2024·
ci: release v1
1 parent 2aaef2d commit 201a6dc

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# zustand-context
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Initial version

‎package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
{
22
"name": "zustand-context",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Create react contexts with zustand",
55
"scripts": {
66
"build": "tsup --dts --dts-resolve",
77
"test": "bun test src",
88
"check": "bunx @biomejs/biome check --apply ./src",
99
"release": "changeset publish"
1010
},
11-
"keywords": ["react", "reactjs", "zustand", "context", "hooks"],
11+
"keywords": [
12+
"react",
13+
"reactjs",
14+
"zustand",
15+
"context",
16+
"hooks"
17+
],
1218
"author": "fredericoo",
1319
"main": "dist/index.js",
1420
"types": "dist/index.d.ts",
1521
"license": "MIT",
16-
"files": ["/dist"],
22+
"files": [
23+
"/dist"
24+
],
1725
"exports": {
1826
".": {
1927
"require": "./dist/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.