Skip to content

Commit 2a8af3d

Browse files
authored
Merge pull request #9 from steinjs/changeset-release/main
Version Packages
2 parents 942c166 + afbf68b commit 2a8af3d

File tree

8 files changed

+22
-13
lines changed

8 files changed

+22
-13
lines changed

.changeset/eight-cobras-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-melons-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @steinjs/cli
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- 942c166: Drop config file for tailwind in plugin installation process (enables out of the box autocomplete)
8+
39
## 0.0.9
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "public",
66
"provenance": true
77
},
8-
"version": "0.0.9",
8+
"version": "0.0.10",
99
"description": "CLI for SteinJS.",
1010
"repository": {
1111
"directory": "packages/cli",

packages/create-stein/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# create-stein
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [942c166]
8+
- @steinjs/cli@0.0.10
9+
310
## 0.0.4
411

512
### Patch Changes

packages/create-stein/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "public",
66
"provenance": true
77
},
8-
"version": "0.0.4",
8+
"version": "0.0.5",
99
"description": "Just the create module of the SteinJS CLI",
1010
"repository": {
1111
"directory": "packages/create-stein",

plugins/tailwindcss/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# stein-plugin-tailwindcss
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 942c166: Add support for external configs with auto-reload
8+
39
## 0.0.4
410

511
### Patch Changes

plugins/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"provenance": true
55
},
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"description": "Stein plugin for TailwindCSS.",
88
"repository": {
99
"directory": "plugins/tailwindcss",

0 commit comments

Comments
 (0)