Skip to content

Commit 579e341

Browse files
github-actions[bot]tuler
authored andcommitted
release: version packages (alpha)
1 parent c0d7108 commit 579e341

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"clever-trains-wait",
2121
"cool-bears-dig",
2222
"cool-crews-rest",
23+
"cool-panthers-itch",
2324
"cuddly-moons-refuse",
2425
"cute-wings-shop",
2526
"dirty-apricots-approve",
@@ -35,10 +36,13 @@
3536
"fluffy-taxis-attend",
3637
"forty-feet-speak",
3738
"free-dogs-try",
39+
"fresh-coats-know",
3840
"fresh-mangos-wink",
3941
"funny-zoos-tell",
4042
"gorgeous-apples-move",
4143
"great-pens-report",
44+
"green-planets-lie",
45+
"happy-news-hide",
4246
"healthy-kangaroos-sin",
4347
"healthy-trees-enjoy",
4448
"hip-grapes-wash",
@@ -59,6 +63,7 @@
5963
"mean-camels-sleep",
6064
"mean-flowers-search",
6165
"mean-turtles-cross",
66+
"modern-otters-flow",
6267
"new-hotels-follow",
6368
"new-maps-rest",
6469
"odd-lights-knock",
@@ -70,6 +75,7 @@
7075
"pink-bobcats-film",
7176
"pink-spies-happen",
7277
"polite-boxes-design",
78+
"poor-tips-happen",
7379
"quiet-clocks-send",
7480
"quiet-pens-joke",
7581
"real-squids-love",

apps/cli/CHANGELOG.md

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

3+
## 2.0.0-alpha.9
4+
5+
### Major Changes
6+
7+
- 7af451f: DEPRECATED: cartesi create
8+
- 7af451f: new: cartesi rollups create
9+
10+
### Patch Changes
11+
12+
- c0d7108: bump cartesi/sdk to v0.12.0-alpha.15
13+
314
## 2.0.0-alpha.8
415

516
### Major 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.8",
3+
"version": "2.0.0-alpha.9",
44
"description": "Cartesi CLI",
55
"author": "Danilo Tuler <tuler@pobox.com>",
66
"bin": {

packages/sdk/CHANGELOG.md

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

3+
## 0.12.0-alpha.15
4+
5+
### Patch Changes
6+
7+
- e30b934: bump rollups-node to 2.0.0-alpha.4
8+
- f09651b: bump bookworm baseimage to 20250407
9+
- 66a555e: bump cartesi-rollups-graphql to v2.3.13
10+
311
## 0.12.0-alpha.14
412

513
### Patch 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.14",
4+
"version": "0.12.0-alpha.15",
55
"scripts": {
66
"build": "docker buildx bake --load"
77
}

0 commit comments

Comments
 (0)