Skip to content

Commit

Permalink
Merge pull request #7 from Bland-UI/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
lludol authored Jun 19, 2024
2 parents eb3467b + a03467f commit afce7f4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/serious-pens-hear.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/storybook-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blandui/storybook-react

## 0.0.2

### Patch Changes

- Updated dependencies [[`cbb9d7c`](https://github.com/Bland-UI/blandui/commit/cbb9d7c55aee4802f9f0d964573245c5f9483bc2)]:
- @blandui/blandui-react@0.0.4

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blandui/storybook-react",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006",
Expand Down
9 changes: 9 additions & 0 deletions packages/blandui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blandui/blandui-react

## 0.0.4

### Patch Changes

- [#6](https://github.com/Bland-UI/blandui/pull/6) [`cbb9d7c`](https://github.com/Bland-UI/blandui/commit/cbb9d7c55aee4802f9f0d964573245c5f9483bc2) Thanks [@lludol](https://github.com/lludol)! - CSS var are now available for colors

- Updated dependencies [[`cbb9d7c`](https://github.com/Bland-UI/blandui/commit/cbb9d7c55aee4802f9f0d964573245c5f9483bc2)]:
- @blandui/blandui@0.0.3

## 0.0.3

### Patch Changes
Expand Down
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.3",
"version": "0.0.4",
"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
6 changes: 6 additions & 0 deletions packages/blandui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blandui/blandui

## 0.0.3

### Patch Changes

- [#6](https://github.com/Bland-UI/blandui/pull/6) [`cbb9d7c`](https://github.com/Bland-UI/blandui/commit/cbb9d7c55aee4802f9f0d964573245c5f9483bc2) Thanks [@lludol](https://github.com/lludol)! - CSS var are now available for colors

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"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 afce7f4

Please sign in to comment.