Skip to content

Commit

Permalink
chore: add new patch release to the hooks package
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Oct 21, 2024
1 parent 29e7bdc commit 83626fe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pillar/core

## 0.10.10

### Patch Changes

- Updated dependencies
- @pillar-ui/hooks@0.7.5

## 0.10.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pillar-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pillar-ui/core",
"version": "0.10.9",
"version": "0.10.10",
"description": "@pillar-ui/core is a lightweight and comprehensive UI component library packed with reusable and customizable UI components designed for modern web development. Our components adhere to best practices, ensuring a consistent and accessible user experience across your applications, without sacrificing performance.",
"author": {
"name": "Hamza Miloud Amar",
Expand Down Expand Up @@ -63,7 +63,7 @@
"type:check": "tsc --noEmit"
},
"peerDependencies": {
"@pillar-ui/hooks": "0.7.4",
"@pillar-ui/hooks": "0.7.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pillar/hooks

## 0.7.5

### Patch Changes

- # add .js to hooks package

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Hamza Miloud Amar",
"email": "[email protected]"
},
"version": "0.7.4",
"version": "0.7.5",
"sideEffects": false,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 83626fe

Please sign in to comment.