Skip to content

Commit 22e97b9

Browse files
github-actions[bot]tuler
authored andcommitted
release: version packages (alpha)
1 parent f2560f8 commit 22e97b9

5 files changed

Lines changed: 33 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"changesets": [
1212
"afraid-towns-cut",
1313
"all-carpets-poke",
14+
"all-goats-call",
1415
"all-rings-care",
1516
"angry-rats-mate",
1617
"beige-kids-eat",
@@ -25,6 +26,7 @@
2526
"calm-ends-follow",
2627
"chilly-ducks-work",
2728
"chubby-eagles-mate",
29+
"chubby-mice-smash",
2830
"clean-dingos-battle",
2931
"clever-trains-wait",
3032
"cold-ducks-vanish",
@@ -36,6 +38,7 @@
3638
"cuddly-moons-refuse",
3739
"curly-dolls-cross",
3840
"cute-candies-mix",
41+
"cute-houses-occur",
3942
"cute-wings-shop",
4043
"cyan-kiwis-cut",
4144
"dirty-crabs-smoke",
@@ -61,11 +64,13 @@
6164
"fluffy-taxis-attend",
6265
"fluffy-trams-create",
6366
"forty-feet-speak",
67+
"four-dragons-write",
6468
"free-dogs-try",
6569
"free-pets-dig",
6670
"fresh-coats-know",
6771
"funny-humans-prove",
6872
"funny-zoos-tell",
73+
"giant-carrots-punch",
6974
"gold-weeks-add",
7075
"good-colts-remain",
7176
"gorgeous-apples-move",
@@ -75,6 +80,7 @@
7580
"happy-news-hide",
7681
"healthy-kangaroos-sin",
7782
"healthy-trees-enjoy",
83+
"heavy-beans-admire",
7884
"hip-grapes-wash",
7985
"honest-zoos-remember",
8086
"huge-jeans-love",
@@ -90,6 +96,7 @@
9096
"loose-laws-relax",
9197
"loud-dolls-serve",
9298
"lucky-otters-tie",
99+
"major-items-follow",
93100
"major-yaks-hang",
94101
"many-dogs-check",
95102
"many-spiders-lead",
@@ -151,6 +158,7 @@
151158
"soft-bats-pump",
152159
"soft-planets-marry",
153160
"solid-owls-burn",
161+
"sour-states-dig",
154162
"spicy-bananas-hope",
155163
"spicy-pillows-bow",
156164
"stale-ideas-ask",
@@ -161,6 +169,7 @@
161169
"tasty-lions-fetch",
162170
"tasty-shoes-dig",
163171
"ten-beers-glow",
172+
"ten-jobs-travel",
164173
"thick-coats-grow",
165174
"thick-taxis-pump",
166175
"thin-hornets-sneeze",

apps/cli/CHANGELOG.md

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

3+
## 2.0.0-alpha.22
4+
5+
### Patch Changes
6+
7+
- e80638c: migrate compose from YAML to TS
8+
- d2d7f9a: bump devnet to 2.0.0-alpha.8
9+
- 8f82c4e: optional authority deployment
10+
- c54d179: bump explorer
11+
- 8a6bf9e: PRT application deployment
12+
- 7812a8d: migrate to bun
13+
- fdd9154: bump to cartesi/sdk:0.12.0-alpha.27
14+
- 5490a39: fetch application template without giget dependency
15+
316
## 2.0.0-alpha.21
417

518
### Minor Changes

apps/cli/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartesi/cli",
3-
"version": "2.0.0-alpha.21",
3+
"version": "2.0.0-alpha.22",
44
"description": "Cartesi CLI",
55
"author": "Danilo Tuler <tuler@pobox.com>",
66
"bin": {
@@ -11,7 +11,9 @@
1111
"license": "Apache-2.0",
1212
"exports": "./dist/index.js",
1313
"repository": "cartesi/cli",
14-
"files": ["/dist"],
14+
"files": [
15+
"/dist"
16+
],
1517
"dependencies": {
1618
"@commander-js/extra-typings": "^14.0.0",
1719
"@inquirer/confirm": "^6.0.3",

packages/devnet/CHANGELOG.md

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

3+
## 2.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- a0b80bb: remove cannon
8+
39
## 2.0.0-alpha.8
410

511
### Patch Changes

packages/devnet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartesi/devnet",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.9",
44
"license": "Apache-2.0",
55
"repository": "cartesi/cli",
66
"scripts": {

0 commit comments

Comments
 (0)