Skip to content

Commit

Permalink
chore: add new patch release to hooks, core packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Nov 29, 2024
1 parent 6f6b43e commit 84659a8
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
22 changes: 22 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @pillar/core

## 0.10.12

### Patch Changes

- # Fix Issues in Core and Hooks

## Core Package

- Fix issues with Padding in Paper component
- Fix typescript issue in avatar component
- fix issue in css variables background in Paper component

## Hooks Package

- fix issues in vitest and vite that cause build issue

## Docs improvements

- fix issue that prevent vercel from building project
- improve color docs
- improve site seo

## 0.10.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.10.12",
"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
22 changes: 22 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @pillar/hooks

## 0.7.6

### Patch Changes

- # Fix Issues in Core and Hooks

## Core Package

- Fix issues with Padding in Paper component
- Fix typescript issue in avatar component
- fix issue in css variables background in Paper component

## Hooks Package

- fix issues in vitest and vite that cause build issue

## Docs improvements

- fix issue that prevent vercel from building project
- improve color docs
- improve site seo

## 0.7.5

### 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.5",
"version": "0.7.6",
"sideEffects": false,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 84659a8

Please sign in to comment.