Skip to content

Commit

Permalink
chore: add new patch release to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Aug 6, 2024
1 parent 31998aa commit f35d79b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pillar/core

## 0.8.3

### Patch Changes

- fix: add global .npmignore file to try to fix the problem of content those not send to npm

## 0.8.2

### 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.8.2",
"version": "0.8.3",
"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
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.6.2

### Patch Changes

- fix: add global .npmignore file to try to fix the problem of content those not send to npm

## 0.6.1

### 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.6.1",
"version": "0.6.2",
"sideEffects": false,
"license": "MIT",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/pillar-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pillar/icons

## 0.7.2

### Patch Changes

- fix: add global .npmignore file to try to fix the problem of content those not send to npm

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pillar-ui/icons",
"version": "0.7.1",
"version": "0.7.2",
"description": "A library of scalable icons suitable for various web development projects. These icons are highly customizable, accessible, and designed to seamlessly integrate into modern user interfaces.",
"keywords": [
"icons",
Expand Down
6 changes: 6 additions & 0 deletions packages/pillar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pillar/utils

## 0.7.2

### Patch Changes

- fix: add global .npmignore file to try to fix the problem of content those not send to npm

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pillar-ui/utils",
"version": "0.7.1",
"version": "0.7.2",
"sideEffects": false,
"description": "A collection of utility functions and tools to assist with common tasks and improve the efficiency of web development. These utilities are carefully crafted to enhance productivity and streamline the development process.",
"keywords": [
Expand Down

0 comments on commit f35d79b

Please sign in to comment.