Skip to content

Commit a8545d7

Browse files
committed
update to 0.1.2
1 parent 77aa905 commit a8545d7

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

packages/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "beaker"
66
rust_version = "1.61"
7-
version = "0.1.1"
7+
version = "0.1.2"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

templates/project/ts/sdk/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * as contracts from "./contracts";
1+
export * from "./contracts";

ts/beaker-console/dist/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* beaker-console v0.1.1
2+
* beaker-console v0.1.2
33
* (c) Supanat Potiwarakorn
44
* Released under the MIT OR Apache-2.0 License.
55
*/

ts/beaker-console/dist/index.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* beaker-console v0.1.1
2+
* beaker-console v0.1.2
33
* (c) Supanat Potiwarakorn
44
* Released under the MIT OR Apache-2.0 License.
55
*/

ts/beaker-console/dist/index.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ beaker
4545

4646
#### Defined in
4747

48-
[src/utils.ts:21](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/utils.ts#L21)
48+
[src/utils.ts:21](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/utils.ts#L21)
4949

5050
___
5151

@@ -66,7 +66,7 @@ ___
6666

6767
#### Defined in
6868

69-
[src/account.ts:92](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/account.ts#L92)
69+
[src/account.ts:92](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/account.ts#L92)
7070

7171
___
7272

@@ -89,4 +89,4 @@ ___
8989

9090
#### Defined in
9191

92-
[src/contract.ts:63](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L63)
92+
[src/contract.ts:63](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L63)

ts/beaker-console/docs/classes/Account.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#### Defined in
3737

38-
[src/account.ts:28](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/account.ts#L28)
38+
[src/account.ts:28](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/account.ts#L28)
3939

4040
## Properties
4141

@@ -45,7 +45,7 @@
4545

4646
#### Defined in
4747

48-
[src/account.ts:26](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/account.ts#L26)
48+
[src/account.ts:26](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/account.ts#L26)
4949

5050
___
5151

@@ -55,7 +55,7 @@ ___
5555

5656
#### Defined in
5757

58-
[src/account.ts:24](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/account.ts#L24)
58+
[src/account.ts:24](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/account.ts#L24)
5959

6060
___
6161

@@ -65,7 +65,7 @@ ___
6565

6666
#### Defined in
6767

68-
[src/account.ts:25](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/account.ts#L25)
68+
[src/account.ts:25](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/account.ts#L25)
6969

7070
## Methods
7171

@@ -85,7 +85,7 @@ ___
8585

8686
#### Defined in
8787

88-
[src/account.ts:52](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/account.ts#L52)
88+
[src/account.ts:52](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/account.ts#L52)
8989

9090
___
9191

@@ -106,4 +106,4 @@ ___
106106

107107
#### Defined in
108108

109-
[src/account.ts:38](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/account.ts#L38)
109+
[src/account.ts:38](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/account.ts#L38)

ts/beaker-console/docs/classes/Contract.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#### Defined in
3737

38-
[src/contract.ts:20](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L20)
38+
[src/contract.ts:20](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L20)
3939

4040
## Properties
4141

@@ -45,7 +45,7 @@
4545

4646
#### Defined in
4747

48-
[src/contract.ts:17](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L17)
48+
[src/contract.ts:17](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L17)
4949

5050
___
5151

@@ -55,7 +55,7 @@ ___
5555

5656
#### Defined in
5757

58-
[src/contract.ts:18](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L18)
58+
[src/contract.ts:18](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L18)
5959

6060
## Methods
6161

@@ -81,7 +81,7 @@ ___
8181

8282
#### Defined in
8383

84-
[src/contract.ts:51](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L51)
84+
[src/contract.ts:51](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L51)
8585

8686
___
8787

@@ -95,7 +95,7 @@ ___
9595

9696
#### Defined in
9797

98-
[src/contract.ts:35](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L35)
98+
[src/contract.ts:35](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L35)
9999

100100
___
101101

@@ -109,7 +109,7 @@ ___
109109

110110
#### Defined in
111111

112-
[src/contract.ts:28](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L28)
112+
[src/contract.ts:28](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L28)
113113

114114
___
115115

@@ -129,4 +129,4 @@ ___
129129

130130
#### Defined in
131131

132-
[src/contract.ts:43](https://github.com/osmosis-labs/beaker/blob/4213370/ts/beaker-console/src/contract.ts#L43)
132+
[src/contract.ts:43](https://github.com/osmosis-labs/beaker/blob/47fee14/ts/beaker-console/src/contract.ts#L43)

0 commit comments

Comments
 (0)