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 @@ -45,6 +45,7 @@
"cuddly-moons-refuse",
"curly-dolls-cross",
"curvy-melons-sip",
"curvy-pets-look",
"cute-candies-mix",
"cute-houses-occur",
"cute-wings-shop",
Expand Down Expand Up @@ -84,6 +85,7 @@
"good-colts-remain",
"good-turkeys-speak",
"gorgeous-apples-move",
"great-jeans-bake",
"green-masks-accept",
"green-planets-lie",
"grumpy-knives-exist",
Expand All @@ -106,6 +108,7 @@
"long-stingrays-work",
"loose-laws-relax",
"loud-dolls-serve",
"loud-states-change",
"lucky-otters-tie",
"major-items-follow",
"major-yaks-hang",
Expand All @@ -126,6 +129,7 @@
"new-maps-rest",
"nice-knives-refuse",
"nice-olives-spend",
"nine-moons-double",
"nine-stars-cut",
"odd-coins-juggle",
"odd-lights-knock",
Expand Down Expand Up @@ -199,6 +203,7 @@
"three-zebras-lead",
"tiny-meals-marry",
"tired-points-fold",
"tough-ideas-hug",
"tricky-ads-drum",
"tricky-bees-accept",
"tricky-memes-wash",
Expand Down
6 changes: 6 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0-alpha.31

### Patch Changes

- 9444f31: make Authority the default consensus mode

## 2.0.0-alpha.30

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.30",
"version": "2.0.0-alpha.31",
"description": "Cartesi CLI",
"author": "Danilo Tuler <tuler@pobox.com>",
"bin": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"yaml": "^2.8.2"
},
"devDependencies": {
"@cartesi/devnet": "2.0.0-alpha.10",
"@cartesi/devnet": "2.0.0-alpha.11",
"@cartesi/rollups": "2.1.1",
"@sunodo/wagmi-plugin-hardhat-deploy": "^0.4.0",
"@types/bun": "^1.3.6",
Expand Down
7 changes: 7 additions & 0 deletions packages/devnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# devnet

## 2.0.0-alpha.11

### Patch Changes

- 82cd416: Bump prt to version 2.1.1
- c3f9179: Upgrade PRT to v2.1.0, rollups contract to v2.2.0 and update url as dave artefacts filename changed.

## 2.0.0-alpha.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/devnet",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"license": "Apache-2.0",
"repository": "cartesi/cli",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# sdk

## 0.12.0-alpha.36

### Patch Changes

- 3fd22a0: bump nodejs to 24.14.0
- c2506cd: bump alto to 1.2.7

## 0.12.0-alpha.35

### 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.35",
"version": "0.12.0-alpha.36",
"scripts": {
"build": "docker buildx bake --load --metadata-file=build.json"
}
Expand Down
Loading