Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): bump package versions #56

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ui-button",
"version": "0.3.1",
"version": "0.3.2",
"description": "A customizable button component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ui-core",
"version": "0.2.0",
"version": "0.2.1",
"description": "The core of the @halvaradop/ui library, providing customizable components with Tailwind CSS styling.",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ui-dialog",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"description": "A customizable dialog component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ui-form",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"description": "A customizable form component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ui-input",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"description": "A customizable input component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ui-label",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"description": "A customizable label component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
Expand Down