Skip to content

Commit 81452c7

Browse files
github-actions[bot]tuler
authored andcommitted
release: version packages (alpha)
1 parent 0b2c5cf commit 81452c7

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"five-shirts-drum",
5050
"flat-ears-explain",
5151
"floppy-eggs-rescue",
52+
"fluffy-parts-dig",
5253
"fluffy-taxis-attend",
5354
"fluffy-trams-create",
5455
"forty-feet-speak",
@@ -121,6 +122,7 @@
121122
"red-birds-count",
122123
"rude-actors-sniff",
123124
"salty-hoops-move",
125+
"shaggy-guests-look",
124126
"shaky-plants-live",
125127
"silent-ends-hope",
126128
"silly-avocados-look",
@@ -151,6 +153,7 @@
151153
"upset-news-ask",
152154
"upset-ravens-taste",
153155
"warm-bugs-burn",
156+
"wise-bananas-make",
154157
"witty-radios-fry",
155158
"witty-walls-shop",
156159
"young-bobcats-wonder",

apps/cli/CHANGELOG.md

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

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- 0698614: Bump rollups-explorer to version 1.3.3
8+
39
## 2.0.0-alpha.16
410

511
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartesi/cli",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "Cartesi CLI",
55
"author": "Danilo Tuler <tuler@pobox.com>",
66
"bin": {

packages/sdk/CHANGELOG.md

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

3+
## 0.12.0-alpha.22
4+
5+
### Patch Changes
6+
7+
- 30d6d1e: bump Debian baseimage to 13 (trixie)
8+
- 45b9b1f: bump rollups-node to 2.0.0-alpha.7
9+
310
## 0.12.0-alpha.21
411

512
### Minor Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cartesi/sdk",
33
"private": true,
4-
"version": "0.12.0-alpha.21",
4+
"version": "0.12.0-alpha.22",
55
"scripts": {
66
"build": "docker buildx bake --load --metadata-file=build.json"
77
}

0 commit comments

Comments
 (0)