Skip to content

Commit

Permalink
chore: merge pull request #10 from steinjs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Vexcited authored Jul 27, 2024
2 parents 3a1e102 + dff9345 commit 5e3c951
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/shiny-pets-help.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- ce55f0e: Add a proper server reload on config update method

### Patch Changes

- Updated dependencies [ce55f0e]
- @steinjs/core@0.1.0

## 0.0.10

### 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.10",
"version": "0.1.0",
"description": "CLI for SteinJS.",
"repository": {
"directory": "packages/cli",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @steinjs/core

## 0.1.0

### Minor Changes

- ce55f0e: Add a proper server reload on config update method

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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.1.0",
"description": "Core of SteinJS.",
"repository": {
"directory": "packages/core",
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.6

### Patch Changes

- Updated dependencies [ce55f0e]
- @steinjs/cli@0.1.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "Just the create module of the SteinJS CLI",
"repository": {
"directory": "packages/create-stein",
Expand Down
11 changes: 11 additions & 0 deletions plugins/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# stein-plugin-tailwindcss

## 1.0.0

### Minor Changes

- ce55f0e: Add a proper server reload on config update method

### Patch Changes

- Updated dependencies [ce55f0e]
- @steinjs/core@0.1.0

## 0.0.5

### 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.5",
"version": "1.0.0",
"description": "Stein plugin for TailwindCSS.",
"repository": {
"directory": "plugins/tailwindcss",
Expand Down
11 changes: 11 additions & 0 deletions plugins/unocss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# stein-plugin-unocss

## 1.0.0

### Minor Changes

- ce55f0e: Add a proper server reload on config update method

### Patch Changes

- Updated dependencies [ce55f0e]
- @steinjs/core@0.1.0

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/unocss/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": "1.0.0",
"description": "Stein plugin for UnoCSS.",
"repository": {
"directory": "plugins/unocss",
Expand Down

0 comments on commit 5e3c951

Please sign in to comment.