Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2024
1 parent 0f272bd commit 4477af7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-owls-explain.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/blandui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @blandui/blandui-react

## 0.0.2

### Patch Changes

- [#2](https://github.com/Bland-UI/blandui/pull/2) [`95d8e55`](https://github.com/Bland-UI/blandui/commit/95d8e55f0a960132a7c80ca0ec3db8882ce83d2b) Thanks [@lludol](https://github.com/lludol)! - Toggle component added and tailwind plugin fixed

- Updated dependencies [[`95d8e55`](https://github.com/Bland-UI/blandui/commit/95d8e55f0a960132a7c80ca0ec3db8882ce83d2b)]:
- @blandui/blandui@0.0.2
2 changes: 1 addition & 1 deletion packages/blandui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blandui/blandui-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "A generic UI kit for React. This library offers a collection of reusable, customizable, and accessible React components based on the BlandUi design system. Ideal for everyday projects, these components are designed as simply as possible to allow easy customization and integration into any project.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/blandui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @blandui/blandui

## 0.0.2

### Patch Changes

- [#2](https://github.com/Bland-UI/blandui/pull/2) [`95d8e55`](https://github.com/Bland-UI/blandui/commit/95d8e55f0a960132a7c80ca0ec3db8882ce83d2b) Thanks [@lludol](https://github.com/lludol)! - Toggle component added and tailwind plugin fixed
2 changes: 1 addition & 1 deletion packages/blandui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blandui/blandui",
"version": "0.0.1",
"version": "0.0.2",
"description": " A generic UI kit. This package includes a comprehensive design system and a Tailwind CSS plugin for seamless styling integration. Designed to be simple and customizable, BlandUi provides the components you need for your everyday projects. Access the Figma file via our website for detailed design resources.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down

0 comments on commit 4477af7

Please sign in to comment.