Skip to content

Commit

Permalink
ci: release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericoo committed Apr 30, 2024
1 parent 2aaef2d commit 201a6dc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# zustand-context

## 1.0.0

### Major Changes

- Initial version
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
{
"name": "zustand-context",
"version": "0.0.0",
"version": "1.0.0",
"description": "Create react contexts with zustand",
"scripts": {
"build": "tsup --dts --dts-resolve",
"test": "bun test src",
"check": "bunx @biomejs/biome check --apply ./src",
"release": "changeset publish"
},
"keywords": ["react", "reactjs", "zustand", "context", "hooks"],
"keywords": [
"react",
"reactjs",
"zustand",
"context",
"hooks"
],
"author": "fredericoo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": ["/dist"],
"files": [
"/dist"
],
"exports": {
".": {
"require": "./dist/index.js",
Expand Down

0 comments on commit 201a6dc

Please sign in to comment.