From 4477af78990c264cf9f58637575aa97f153716c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 May 2024 09:49:49 +0000 Subject: [PATCH] Version Packages --- .changeset/purple-owls-explain.md | 6 ------ packages/blandui-react/CHANGELOG.md | 10 ++++++++++ packages/blandui-react/package.json | 2 +- packages/blandui/CHANGELOG.md | 7 +++++++ packages/blandui/package.json | 2 +- 5 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 .changeset/purple-owls-explain.md create mode 100644 packages/blandui-react/CHANGELOG.md create mode 100644 packages/blandui/CHANGELOG.md diff --git a/.changeset/purple-owls-explain.md b/.changeset/purple-owls-explain.md deleted file mode 100644 index 44d7eb0..0000000 --- a/.changeset/purple-owls-explain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@blandui/blandui-react": patch -"@blandui/blandui": patch ---- - -Toggle component added and tailwind plugin fixed diff --git a/packages/blandui-react/CHANGELOG.md b/packages/blandui-react/CHANGELOG.md new file mode 100644 index 0000000..82a8aad --- /dev/null +++ b/packages/blandui-react/CHANGELOG.md @@ -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 diff --git a/packages/blandui-react/package.json b/packages/blandui-react/package.json index 5626e34..8015557 100644 --- a/packages/blandui-react/package.json +++ b/packages/blandui-react/package.json @@ -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", diff --git a/packages/blandui/CHANGELOG.md b/packages/blandui/CHANGELOG.md new file mode 100644 index 0000000..a4635c9 --- /dev/null +++ b/packages/blandui/CHANGELOG.md @@ -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 diff --git a/packages/blandui/package.json b/packages/blandui/package.json index 4e130e5..68255df 100644 --- a/packages/blandui/package.json +++ b/packages/blandui/package.json @@ -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",