Skip to content

Commit

Permalink
chore: add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Oct 18, 2023
1 parent d8a3415 commit 24f4063
Show file tree
Hide file tree
Showing 9 changed files with 225 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

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

## 0.3.0

### Minor Changes

- # 🚀 Release Notes: Pillar UI Library Update

We're excited to roll out a series of enhancements and new features in this minor release that will supercharge your development workflow with the Pillar UI library!

## 🌐 Global Updates

- Minor version bumps across multiple packages to ensure you’re working with the most refined and updated tools.

## 🧱 `@pillar-ui/core`

### New Components

- 🌐 Tooltip and Popover: Elevate your UI with our newly added interactive components.
- 📜 Blockquote: Seamlessly incorporate quotes into your text with our styled component.
- 📝 List: Managing and rendering lists got a lot easier.

### Bug Fixes

- 🐛 Improved the Avatar component’s error handling for enhanced reliability.

### Refactoring

- 🔄 Renamed `composeRef` to `useComposeRefs` for improved readability and consistency.

## 🪝 `@pillar-ui/hooks`

### New Custom Hooks

- 🧰 Introduced `useComposeRefs` to simplify and optimize reference composition.

### Enhancements

- 📦 Enhanced `useClickOutside` to accept a ref, allowing for a more flexible usage.

## 🧰 `@pillar-ui/utils`

### Organizational Improvements

- 🗂 Reorganized the structure of utility functions for easier navigation and usage.
- 🔄 Shifted `useComposeRefs` from `utils` to `hooks` for logical categorization.

## 📚 Pillar Docs

### Documentation Improvements

- 📱 Optimized the documentation header’s responsiveness for improved navigation on various devices.
- 🚀 Added a dynamic Tutorial page to expedite users' proficiency with the library.
- 🔍 Incorporated a search functionality, streamlining access to documentation contents.

🙏 Thank you for choosing Pillar UI. We're committed to enhancing your development experience and eagerly look forward to your feedback on these latest updates!

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"description": "A collection of reusable UI components for modern web development. These components follow best practices, are highly customizable, and promote a consistent user experience across applications.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
55 changes: 55 additions & 0 deletions packages/pillar-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# @pillar/hooks

## 0.3.0

### Minor Changes

- # 🚀 Release Notes: Pillar UI Library Update

We're excited to roll out a series of enhancements and new features in this minor release that will supercharge your development workflow with the Pillar UI library!

## 🌐 Global Updates

- Minor version bumps across multiple packages to ensure you’re working with the most refined and updated tools.

## 🧱 `@pillar-ui/core`

### New Components

- 🌐 Tooltip and Popover: Elevate your UI with our newly added interactive components.
- 📜 Blockquote: Seamlessly incorporate quotes into your text with our styled component.
- 📝 List: Managing and rendering lists got a lot easier.

### Bug Fixes

- 🐛 Improved the Avatar component’s error handling for enhanced reliability.

### Refactoring

- 🔄 Renamed `composeRef` to `useComposeRefs` for improved readability and consistency.

## 🪝 `@pillar-ui/hooks`

### New Custom Hooks

- 🧰 Introduced `useComposeRefs` to simplify and optimize reference composition.

### Enhancements

- 📦 Enhanced `useClickOutside` to accept a ref, allowing for a more flexible usage.

## 🧰 `@pillar-ui/utils`

### Organizational Improvements

- 🗂 Reorganized the structure of utility functions for easier navigation and usage.
- 🔄 Shifted `useComposeRefs` from `utils` to `hooks` for logical categorization.

## 📚 Pillar Docs

### Documentation Improvements

- 📱 Optimized the documentation header’s responsiveness for improved navigation on various devices.
- 🚀 Added a dynamic Tutorial page to expedite users' proficiency with the library.
- 🔍 Incorporated a search functionality, streamlining access to documentation contents.

🙏 Thank you for choosing Pillar UI. We're committed to enhancing your development experience and eagerly look forward to your feedback on these latest updates!

## 0.2.0

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

## 0.3.0

### Minor Changes

- # 🚀 Release Notes: Pillar UI Library Update

We're excited to roll out a series of enhancements and new features in this minor release that will supercharge your development workflow with the Pillar UI library!

## 🌐 Global Updates

- Minor version bumps across multiple packages to ensure you’re working with the most refined and updated tools.

## 🧱 `@pillar-ui/core`

### New Components

- 🌐 Tooltip and Popover: Elevate your UI with our newly added interactive components.
- 📜 Blockquote: Seamlessly incorporate quotes into your text with our styled component.
- 📝 List: Managing and rendering lists got a lot easier.

### Bug Fixes

- 🐛 Improved the Avatar component’s error handling for enhanced reliability.

### Refactoring

- 🔄 Renamed `composeRef` to `useComposeRefs` for improved readability and consistency.

## 🪝 `@pillar-ui/hooks`

### New Custom Hooks

- 🧰 Introduced `useComposeRefs` to simplify and optimize reference composition.

### Enhancements

- 📦 Enhanced `useClickOutside` to accept a ref, allowing for a more flexible usage.

## 🧰 `@pillar-ui/utils`

### Organizational Improvements

- 🗂 Reorganized the structure of utility functions for easier navigation and usage.
- 🔄 Shifted `useComposeRefs` from `utils` to `hooks` for logical categorization.

## 📚 Pillar Docs

### Documentation Improvements

- 📱 Optimized the documentation header’s responsiveness for improved navigation on various devices.
- 🚀 Added a dynamic Tutorial page to expedite users' proficiency with the library.
- 🔍 Incorporated a search functionality, streamlining access to documentation contents.

🙏 Thank you for choosing Pillar UI. We're committed to enhancing your development experience and eagerly look forward to your feedback on these latest updates!

## 0.2.0

### Minor 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.2.0",
"version": "0.3.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
55 changes: 55 additions & 0 deletions packages/pillar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# @pillar/utils

## 0.3.0

### Minor Changes

- # 🚀 Release Notes: Pillar UI Library Update

We're excited to roll out a series of enhancements and new features in this minor release that will supercharge your development workflow with the Pillar UI library!

## 🌐 Global Updates

- Minor version bumps across multiple packages to ensure you’re working with the most refined and updated tools.

## 🧱 `@pillar-ui/core`

### New Components

- 🌐 Tooltip and Popover: Elevate your UI with our newly added interactive components.
- 📜 Blockquote: Seamlessly incorporate quotes into your text with our styled component.
- 📝 List: Managing and rendering lists got a lot easier.

### Bug Fixes

- 🐛 Improved the Avatar component’s error handling for enhanced reliability.

### Refactoring

- 🔄 Renamed `composeRef` to `useComposeRefs` for improved readability and consistency.

## 🪝 `@pillar-ui/hooks`

### New Custom Hooks

- 🧰 Introduced `useComposeRefs` to simplify and optimize reference composition.

### Enhancements

- 📦 Enhanced `useClickOutside` to accept a ref, allowing for a more flexible usage.

## 🧰 `@pillar-ui/utils`

### Organizational Improvements

- 🗂 Reorganized the structure of utility functions for easier navigation and usage.
- 🔄 Shifted `useComposeRefs` from `utils` to `hooks` for logical categorization.

## 📚 Pillar Docs

### Documentation Improvements

- 📱 Optimized the documentation header’s responsiveness for improved navigation on various devices.
- 🚀 Added a dynamic Tutorial page to expedite users' proficiency with the library.
- 🔍 Incorporated a search functionality, streamlining access to documentation contents.

🙏 Thank you for choosing Pillar UI. We're committed to enhancing your development experience and eagerly look forward to your feedback on these latest updates!

## 0.2.0

### Minor 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.2.0",
"version": "0.3.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

1 comment on commit 24f4063

@vercel
Copy link

@vercel vercel bot commented on 24f4063 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pillar-ui-docs-fu15 – ./apps/docs

pillar-ui-docs-fu15.vercel.app
pillar-ui-docs-fu15-hamzaamar.vercel.app
pillar-ui-docs-fu15-git-main-hamzaamar.vercel.app

Please sign in to comment.