Skip to content

Commit

Permalink
chore: add new minor release to all pillar packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Nov 23, 2024
1 parent bf484eb commit 126bbae
Show file tree
Hide file tree
Showing 9 changed files with 105 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @pillar/core

## 0.11.0

### Minor Changes

- # New Release to the Pillar packages

**Features**:

- Added `action` prop to `Alert` component (#99).
- Improved `Timeline`, `Accordion`, `Tooltip`, and `Skeleton` components (#97).
- New `Grid` docs with `grid-col` support.
- Enhanced `Paper` component with a `background` prop.
- Added source maps and rollup config for better debugging.

**Fixes**:

- Resolved Rollup config issues affecting Remix (`.mjs` changes).
- Fixed `TOC Heading` and `Breadcrumb` style issues.
- Addressed table style issues in docs.

**Refactors**:

- Improved CSS variables for clarity.
- Updated core components (`Avatar`, `Flex`, `Grid`) for better consistency.

## 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.11.0",
"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
25 changes: 25 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @pillar/hooks

## 0.8.0

### Minor Changes

- # New Release to the Pillar packages

**Features**:

- Added `action` prop to `Alert` component (#99).
- Improved `Timeline`, `Accordion`, `Tooltip`, and `Skeleton` components (#97).
- New `Grid` docs with `grid-col` support.
- Enhanced `Paper` component with a `background` prop.
- Added source maps and rollup config for better debugging.

**Fixes**:

- Resolved Rollup config issues affecting Remix (`.mjs` changes).
- Fixed `TOC Heading` and `Breadcrumb` style issues.
- Addressed table style issues in docs.

**Refactors**:

- Improved CSS variables for clarity.
- Updated core components (`Avatar`, `Flex`, `Grid`) for better consistency.

## 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.8.0",
"sideEffects": false,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down
25 changes: 25 additions & 0 deletions packages/pillar-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @pillar/icons

## 0.9.0

### Minor Changes

- # New Release to the Pillar packages

**Features**:

- Added `action` prop to `Alert` component (#99).
- Improved `Timeline`, `Accordion`, `Tooltip`, and `Skeleton` components (#97).
- New `Grid` docs with `grid-col` support.
- Enhanced `Paper` component with a `background` prop.
- Added source maps and rollup config for better debugging.

**Fixes**:

- Resolved Rollup config issues affecting Remix (`.mjs` changes).
- Fixed `TOC Heading` and `Breadcrumb` style issues.
- Addressed table style issues in docs.

**Refactors**:

- Improved CSS variables for clarity.
- Updated core components (`Avatar`, `Flex`, `Grid`) for better consistency.

## 0.8.2

### 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.8.2",
"version": "0.9.0",
"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
25 changes: 25 additions & 0 deletions packages/pillar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @pillar/utils

## 0.9.0

### Minor Changes

- # New Release to the Pillar packages

**Features**:

- Added `action` prop to `Alert` component (#99).
- Improved `Timeline`, `Accordion`, `Tooltip`, and `Skeleton` components (#97).
- New `Grid` docs with `grid-col` support.
- Enhanced `Paper` component with a `background` prop.
- Added source maps and rollup config for better debugging.

**Fixes**:

- Resolved Rollup config issues affecting Remix (`.mjs` changes).
- Fixed `TOC Heading` and `Breadcrumb` style issues.
- Addressed table style issues in docs.

**Refactors**:

- Improved CSS variables for clarity.
- Updated core components (`Avatar`, `Flex`, `Grid`) for better consistency.

## 0.8.5

### 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.8.5",
"version": "0.9.0",
"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 126bbae

Please sign in to comment.