Skip to content

Commit

Permalink
chore: bump version (0.1.0-alpha.38)
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Nov 30, 2024
1 parent 7d12789 commit 0bb674b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/fast-nails-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'stplr': minor
'stplr-core': minor
---

Fix tailwind config
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"curly-ligers-cheat",
"curly-pants-fry",
"famous-donkeys-compete",
"fast-nails-smoke",
"few-panthers-hammer",
"few-parrots-switch",
"five-students-care",
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 @@
# stplr

## 0.1.0-alpha.38

### Minor Changes

- Fix tailwind config

## 0.1.0-alpha.37

### 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": "stplr",
"version": "0.1.0-alpha.37",
"version": "0.1.0-alpha.38",
"main": "./dist/index.mjs",
"bin": {
"stplr": "./dist/index.mjs"
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 @@
# stplr-core

## 0.2.0-alpha.21

### Minor Changes

- Fix tailwind config

## 0.2.0-alpha.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stplr-core",
"version": "0.2.0-alpha.20",
"version": "0.2.0-alpha.21",
"private": true,
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0bb674b

Please sign in to comment.