Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 15, 2024
1 parent 44ac54a commit cbc4a6f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @repo/shared

## 0.0.1

### Patch Changes

- Updated dependencies
- [email protected]
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/shared",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions treeshakable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# treeshakable

## 0.0.1

### Patch Changes

- Clean up
2 changes: 1 addition & 1 deletion treeshakable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "treeshakable",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.0.0",
"version": "0.0.1",
"description": "Enhance any state management library with full tree-shaking capabilities using this universal library",
"license": "MPL-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit cbc4a6f

Please sign in to comment.