Skip to content

Commit

Permalink
Merge pull request #9 from steinjs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
trobonox authored Jul 25, 2024
2 parents 942c166 + afbf68b commit 2a8af3d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-cobras-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-melons-fry.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- 942c166: Drop config file for tailwind in plugin installation process (enables out of the box autocomplete)

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"access": "public",
"provenance": true
},
"version": "0.0.9",
"version": "0.0.10",
"description": "CLI for SteinJS.",
"repository": {
"directory": "packages/cli",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-stein/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-stein

## 0.0.5

### Patch Changes

- Updated dependencies [942c166]
- @steinjs/cli@0.0.10

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-stein/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"access": "public",
"provenance": true
},
"version": "0.0.4",
"version": "0.0.5",
"description": "Just the create module of the SteinJS CLI",
"repository": {
"directory": "packages/create-stein",
Expand Down
6 changes: 6 additions & 0 deletions plugins/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# stein-plugin-tailwindcss

## 0.0.5

### Patch Changes

- 942c166: Add support for external configs with auto-reload

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"provenance": true
},
"version": "0.0.4",
"version": "0.0.5",
"description": "Stein plugin for TailwindCSS.",
"repository": {
"directory": "plugins/tailwindcss",
Expand Down

0 comments on commit 2a8af3d

Please sign in to comment.