Skip to content

Commit

Permalink
chore(release): version packages (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 27, 2024
1 parent c9c4eda commit 1517e74
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-ways-hide.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 0.4.0

### Minor Changes

- [`c9c4eda`](https://github.com/sek-consulting/solid-ui/commit/c9c4eda96deda495801cdf35a595157f53a11d61) Thanks [@sek-consulting](https://github.com/sek-consulting)! - tailwind preset moved back into config & dark-mode fix for root.css

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "vinxi dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-ui/cli

## 0.6.0

### Minor Changes

- [`c9c4eda`](https://github.com/sek-consulting/solid-ui/commit/c9c4eda96deda495801cdf35a595157f53a11d61) Thanks [@sek-consulting](https://github.com/sek-consulting)! - tailwind preset moved back into config & dark-mode fix for root.css

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solidui-cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "Add Solid UI Components to your application using the Solid-UI CLI tool",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1517e74

Please sign in to comment.