Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"brown-sheep-fold",
"bumpy-pens-cover",
"busy-weeks-flash",
"calm-comics-mate",
"calm-ends-follow",
"chilly-ducks-work",
"chubby-eagles-mate",
Expand All @@ -38,8 +39,10 @@
"cool-flies-fall",
"cool-panthers-itch",
"cruel-geese-repair",
"cuddly-months-lay",
"cuddly-moons-refuse",
"curly-dolls-cross",
"curvy-melons-sip",
"cute-candies-mix",
"cute-houses-occur",
"cute-wings-shop",
Expand Down Expand Up @@ -155,6 +158,7 @@
"salty-hoops-move",
"shaggy-guests-look",
"shaky-plants-live",
"shy-hoops-look",
"silent-ends-hope",
"silly-avocados-look",
"six-clubs-sit",
Expand Down Expand Up @@ -190,6 +194,7 @@
"twelve-chairs-stare",
"upset-news-ask",
"upset-ravens-taste",
"upset-snails-attack",
"warm-bugs-burn",
"wicked-phones-sing",
"wild-stars-argue",
Expand Down
9 changes: 9 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.0-alpha.27

### Patch Changes

- 9c7454c: bump minimum Docker and Docker Compose versions
- 0cab5f4: migrate from vitest to bun:test
- a8b705c: option to send abi packed encoded inputs
- 48abd21: fix command create --template=cpp was conflicting with cpp-low-level

## 2.0.0-alpha.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/cli",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"description": "Cartesi CLI",
"author": "Danilo Tuler <tuler@pobox.com>",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sdk

## 0.12.0-alpha.32

### Patch Changes

- 16bb0a6: bump baseimage to debian:trixie-20260202-slim

## 0.12.0-alpha.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cartesi/sdk",
"private": true,
"version": "0.12.0-alpha.31",
"version": "0.12.0-alpha.32",
"scripts": {
"build": "docker buildx bake --load --metadata-file=build.json"
}
Expand Down
Loading