Skip to content

Commit

Permalink
chore: revert to the main try to fix the vercel issue
Browse files Browse the repository at this point in the history
This reverts commit 126bbae.
  • Loading branch information
HamzaAmar committed Nov 28, 2024
1 parent 252a806 commit 68897f4
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 105 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

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

Please sign in to comment.