Skip to content

Commit 9567135

Browse files
chore(release): 2.1.1-pre.1 [skip ci]
## [2.1.1-pre.1](v2.1.0...v2.1.1-pre.1) (2022-03-19) ### Bug Fixes * **appcalltxn:** fix AppArguments not in correct format ([7845c79](7845c79)), closes [#96](#96) * **walletconnect:** fix issue where WalletTransaction.New requires unnecessary type constraints ([09ce3f4](09ce3f4))
1 parent 9a28010 commit 9567135

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.docfx/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118
],
119119
"sitemap": {
120-
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.0",
120+
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.1-pre.1",
121121
"changefreq": "monthly",
122122
"fileOptions": {
123123
"api/*": {

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## [2.1.1-pre.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.1.0...v2.1.1-pre.1) (2022-03-19)
9+
10+
11+
### Bug Fixes
12+
13+
* **appcalltxn:** fix AppArguments not in correct format ([7845c79](https://github.com/CareBoo/unity-algorand-sdk/commit/7845c7979d3c925db953dc36db4d0647ae8c5e39)), closes [#96](https://github.com/CareBoo/unity-algorand-sdk/issues/96)
14+
* **walletconnect:** fix issue where WalletTransaction.New requires unnecessary type constraints ([09ce3f4](https://github.com/CareBoo/unity-algorand-sdk/commit/09ce3f4b48f60fc6b544349c2dc6da8894521fcf))
15+
816
# [2.1.0-pre.12](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.1.0-pre.11...v2.1.0-pre.12) (2022-03-19)
917

1018

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.unity-algorand-sdk",
33
"displayName": "AlgoSdk",
4-
"version": "2.1.0",
4+
"version": "2.1.1-pre.1",
55
"unity": "2020.3",
66
"keywords": [
77
"algorand",
@@ -20,9 +20,9 @@
2020
"access": "public"
2121
},
2222
"repository": "github:CareBoo/unity-algorand-sdk",
23-
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.0/changelog",
24-
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.0",
25-
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.0/license",
23+
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.1-pre.1/changelog",
24+
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.1-pre.1",
25+
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.1.1-pre.1/license",
2626
"author": {
2727
"name": "CareBoo",
2828
"url": "https://github.com/CareBoo"

0 commit comments

Comments
 (0)