Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (alpha) #137

Merged
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
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,28 @@
"changesets": [
"big-ghosts-rescue",
"blue-planes-develop",
"brown-sheep-fold",
"early-ants-yell",
"eight-schools-repair",
"eleven-bottles-run",
"fluffy-taxis-attend",
"fresh-mangos-wink",
"funny-zoos-tell",
"gorgeous-apples-move",
"healthy-kangaroos-sin",
"long-stingrays-work",
"lucky-otters-tie",
"many-tomatoes-count",
"mean-flowers-search",
"olive-buckets-lay",
"orange-deers-refuse",
"perfect-news-compare",
"quiet-pens-joke",
"red-birds-count",
"slimy-fishes-kneel",
"strong-walls-help",
"tasty-lions-fetch",
"thin-hornets-sneeze"
"thin-hornets-sneeze",
"yellow-wolves-battle"
]
}
11 changes: 11 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.0.0-alpha.4

### Minor Changes

- e79c0bb: add `--enable-espresso` to `cartesi run`
- 1147180: disable evm input reader when --enable-espresso is used

### Patch Changes

- 96fcccb: bump postgresql to 16

## 2.0.0-alpha.3

### Major 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.3",
"version": "2.0.0-alpha.4",
"description": "Cartesi CLI",
"author": "Danilo Tuler <[email protected]>",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/devnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# devnet

## 2.0.0-alpha.3

### Minor Changes

- 9a07738: bump anvil to 0.3.0

## 2.0.0-alpha.2

### Major 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.2",
"version": "2.0.0-alpha.3",
"license": "Apache-2.0",
"scripts": {
"build": "run-s compile export deploy:anvil",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# sdk

## 0.12.0-alpha.4

### Minor Changes

- 9a07738: bump anvil to 0.3.0
- 1540871: bump graphql to v2.3.5-node-20250128
- 19a2546: add cartesi-rollups-espresso-reader binary

### Patch Changes

- ab2ed2a: bump base image to debian:bookworm-20250113

## 0.12.0-alpha.3

### Minor 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.3",
"version": "0.12.0-alpha.4",
"scripts": {
"build": "docker buildx bake --load"
}
Expand Down