Skip to content

Commit fac3cf1

Browse files
chore(release): 1.0.0-canary.1 [skip ci]
# 1.0.0-canary.1 (2025-02-14) ### Bug Fixes * add const values to schemas ([c5ff5e5](c5ff5e5)) * add const values to schemas ([8d3ce9e](8d3ce9e)) * add transacion type to schemas ([2a914ac](2a914ac)) * build v0.0.2 package-lock.json ([2f3b890](2f3b890)) * circular dependency ([4949b4d](4949b4d)) * mark "type" as required in schemas ([617b34f](617b34f)) * payment schema ([ea7f4f8](ea7f4f8)) * remove demo exports ([8261f7d](8261f7d)) ### Features * Add computeGroupId support in Encoder ([6059348](6059348)) * add the models and transaction crafter logic ([89da82e](89da82e)) * basic transaction models and schemas ([b431685](b431685)) * provider models for signing transactions ([820d2e3](820d2e3))
1 parent afceb41 commit fac3cf1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 1.0.0-canary.1 (2025-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* add const values to schemas ([c5ff5e5](https://github.com/algorandfoundation/algo-models/commit/c5ff5e5c2d778a06c08d7cc3bc0de4b6d08c896a))
7+
* add const values to schemas ([8d3ce9e](https://github.com/algorandfoundation/algo-models/commit/8d3ce9ed803217ebd498d9ec16a6ad2c9f4d8ac8))
8+
* add transacion type to schemas ([2a914ac](https://github.com/algorandfoundation/algo-models/commit/2a914ac23118e8fd34dd99c902411a97f1c2e1a0))
9+
* build v0.0.2 package-lock.json ([2f3b890](https://github.com/algorandfoundation/algo-models/commit/2f3b8907cba04a26eeabdbce9aebc31afa30bc00))
10+
* circular dependency ([4949b4d](https://github.com/algorandfoundation/algo-models/commit/4949b4dc73621cbd1b404a8c49e65281a42f9609))
11+
* mark "type" as required in schemas ([617b34f](https://github.com/algorandfoundation/algo-models/commit/617b34ff1122c78dbfad1a203b92075e38d6810e))
12+
* payment schema ([ea7f4f8](https://github.com/algorandfoundation/algo-models/commit/ea7f4f8a0ae30bce3c7f271d4a3e46ebd1c05e9a))
13+
* remove demo exports ([8261f7d](https://github.com/algorandfoundation/algo-models/commit/8261f7d794399c501330b50dd141bfb256127684))
14+
15+
16+
### Features
17+
18+
* Add computeGroupId support in Encoder ([6059348](https://github.com/algorandfoundation/algo-models/commit/60593487bfb2e2ba295bf08772efda38fae4f359))
19+
* add the models and transaction crafter logic ([89da82e](https://github.com/algorandfoundation/algo-models/commit/89da82e1ad69ee46bf2d0e5fbce319178d969ed5))
20+
* basic transaction models and schemas ([b431685](https://github.com/algorandfoundation/algo-models/commit/b4316859d0ae342034d1aee0689b8e68940570b8))
21+
* provider models for signing transactions ([820d2e3](https://github.com/algorandfoundation/algo-models/commit/820d2e31fe52881f6b1b5f9780c92eadcc8bc6ac))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorandfoundation/algo-models",
3-
"version": "0.0.6",
3+
"version": "1.0.0-canary.1",
44
"description": "This package is meant for integrators that want to add Algorand's functionality to their applications",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)