Skip to content

Commit ae3e1d3

Browse files
Merge pull request #8 from ar-io/main
Merge main back to alpha
2 parents 729fb10 + 1ff392c commit ae3e1d3

4 files changed

Lines changed: 24 additions & 1 deletion

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ coverage
55
*.config.ts
66
.eslintrc.json
77
tests/types
8+
CHANGELOG.md
89

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ coverage
66
package-lock.json
77
pnpm-lock.yaml
88
tests/types
9+
CHANGELOG.md
910

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 1.0.0 (2026-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** format skill files, update build matrix to Node 20+22 ([b6c7bf8](https://github.com/ar-io/ar-io-deploy/commit/b6c7bf81e635379924e45fd06b22d63540162a04))
7+
* **ci:** update ci ([8945211](https://github.com/ar-io/ar-io-deploy/commit/8945211905b3ed9db63a2d42d9697c64504d42d6))
8+
* **cli:** update cli defaults ([aa9e26e](https://github.com/ar-io/ar-io-deploy/commit/aa9e26e6774218e6b5e6122c21543ddaf5b1c3d6))
9+
* **docs:** update docs and urls ([8d91dee](https://github.com/ar-io/ar-io-deploy/commit/8d91deedfd71e3724b7e05a3e3025b507f75086c))
10+
* **lint:** ignore changelog in lint and format ([9324077](https://github.com/ar-io/ar-io-deploy/commit/9324077196e825d065ac89c35ec0bf5636f81d73))
11+
* **upload:** fix upload prompts ([6b7acdb](https://github.com/ar-io/ar-io-deploy/commit/6b7acdb0e33a22ac4207ab2bb06c91d00f83cb4c))
12+
* use arns.ar.io instead of arns.app in skill docs ([f7b6477](https://github.com/ar-io/ar-io-deploy/commit/f7b647752df10532b266df6c0f192a553ba4eab9))
13+
14+
15+
### Features
16+
17+
* add Claude Code deploy skill, quick-start docs, and v0.1.0 ([8d0fa14](https://github.com/ar-io/ar-io-deploy/commit/8d0fa141b00f5507fe5bcf84fe1acff40011a64d))
18+
* rebrand to ARIO Deploy with Solana ArNS and Turbo-only uploads ([926099c](https://github.com/ar-io/ar-io-deploy/commit/926099c3734f8ae3e4707c1183a5ef9d048550a2))
19+
* **skill:** add first-time setup guidance for wallets, ArNS names, and funding ([36a06dd](https://github.com/ar-io/ar-io-deploy/commit/36a06dd64a7d7eacfd44a536924982091e98b0c7))
20+
* stamp uploaded data items with App-Name and CI commit hash ([133492c](https://github.com/ar-io/ar-io-deploy/commit/133492c1e4c75900d41ee3efdb118376498c5e56))
21+
122
# [1.0.0-alpha.2](https://github.com/ar-io/ar-io-deploy/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2026-06-11)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ar.io/deploy",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0",
44
"description": "ARIO Deploy — CLI for deploying apps to the permaweb (Arweave) and updating ArNS",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)