Skip to content

Commit

Permalink
Apply changesets and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 23, 2024
1 parent 79dd238 commit 010831c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"mode": "exit",
"tag": "alpha",
"initialVersions": {
"@example/nextjs": "0.0.0",
"@example/remix": "0.0.0",
"@example/vite": "0.0.0",
"r18gs": "1.1.3",
"@repo/eslint-config": "0.0.0",
"@repo/typescript-config": "0.0.0",
"@repo/shared": "0.0.2",
"@repo/scripts": "0.0.0"
},
"changesets": [
"old-boats-punch"
]
}
4 changes: 4 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ I've developed fantastic libraries leveraging React18 features using Zustand, an

As a solution, I set out to create a lightweight, bare minimum store that facilitates shared state even when importing components from separate files, optimizing tree-shaking.

### Important Announcement

The default export from `r18gs` is [deprecated](https://github.com/react18-tools/react18-global-store/discussions/31). Please switch to using `import { useRGS } from "r18gs"` instead. The default export will be removed in the next major release.

## Features

✅ Full TypeScript Support
Expand Down

0 comments on commit 010831c

Please sign in to comment.