Skip to content

Commit

Permalink
chore: bump version 0.1.0-alpha.42
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Dec 6, 2024
1 parent bde39ff commit 2b00bb3
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"tag": "alpha",
"initialVersions": {
"stplr": "0.1.0-alpha.1",
"stplr-core": "0.1.0"
"stplr-core": "0.1.0",
"stplr-utils": "0.0.0"
},
"changesets": [
"angry-hats-reflect",
Expand Down Expand Up @@ -42,6 +43,7 @@
"small-ghosts-listen",
"tall-games-compete",
"ten-swans-ring",
"tender-gorillas-relax",
"thirty-clocks-move",
"tough-jobs-switch",
"violet-needles-perform",
Expand Down
7 changes: 7 additions & 0 deletions .changeset/tender-gorillas-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'stplr': minor
'stplr-core': patch
'stplr-utils': patch
---

Moved all checks before installation steps
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.42

### Minor Changes

- Moved all checks before installation steps

## 0.1.0-alpha.41

### Patch 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.41",
"version": "0.1.0-alpha.42",
"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.24

### Patch Changes

- Moved all checks before installation steps

## 0.2.0-alpha.23

### 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.23",
"version": "0.2.0-alpha.24",
"private": true,
"main": "./dist/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# stplr-utils

## 0.0.1-alpha.0

### Patch Changes

- Moved all checks before installation steps
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stplr-utils",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"private": true,
"dependencies": {
"ora": "^8.1.1"
Expand Down

0 comments on commit 2b00bb3

Please sign in to comment.