Skip to content

Commit

Permalink
📦 Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
Romainlg29 committed Jan 21, 2024
1 parent 24cecb2 commit 29d3f10
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 13 deletions.
55 changes: 47 additions & 8 deletions example/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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"use-broadcast-ts": "^1.4.1",
"use-broadcast-ts": "^1.4.3",
"zustand": "^4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const App = () => {
<div className="toast toast-top toast-start animate-in">
<div className="alert flex items-center justify-center">
<h1 className="font-semibold">use-broadcast-ts</h1>
<button className="btn btn-sm btn-neutral">v1.4.1</button>
<button className="btn btn-sm btn-neutral">v1.4.3</button>
</div>
</div>

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": "use-broadcast-ts",
"version": "1.4.2",
"version": "1.4.3",
"description": "Use the Broadcast Channel API in React easily with hooks or Zustand, and Typescript!",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 29d3f10

Please sign in to comment.