Skip to content

Commit 84b2e7b

Browse files
authored
Merge pull request #12 from AbstractSDK/changeset-release/mainline
chore: version packages
2 parents 33390a1 + 640ff66 commit 84b2e7b

File tree

14 files changed

+158
-37
lines changed

14 files changed

+158
-37
lines changed

.changeset/clever-flies-sneeze.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# wagemos-cosmoskit-nextjs
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`33390a1`](https://github.com/AbstractSDK/abstract.js/commit/33390a1ca0f7c73ff39dd7fb494802b8cc2e9de0)]:
8+
- @abstract-money/core@0.1.0
9+
- @abstract-money/react@0.1.0

examples/wagemos-cosmoskit-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wagemos-cosmoskit-nextjs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# wagemos-graz-nextjs
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`33390a1`](https://github.com/AbstractSDK/abstract.js/commit/33390a1ca0f7c73ff39dd7fb494802b8cc2e9de0)]:
8+
- @abstract-money/core@0.1.0
9+
- @abstract-money/react@0.1.0

examples/wagemos-graz-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wagemos-graz-nextjs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# @abstract-money/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`33390a1`](https://github.com/AbstractSDK/abstract.js/commit/33390a1ca0f7c73ff39dd7fb494802b8cc2e9de0) Thanks [@dalechyn](https://github.com/dalechyn)! - First release of **abstract.js** revamped SDK!
8+
9+
New SDK structure involves multiple packages, each with its own dependencies.
10+
This allows for more flexibility and better control over the SDK.
11+
12+
Old-new packages mapping:
13+
14+
- `@abstract-money/abstract.js` -> `@abstract-money/core`
15+
- `@abstract-money/abstract.js-react` -> `@abstract-money/react`
16+
- `@abstract-money/cosmwasm` -> `@abstract-money/cosmwasm-utils`
17+
18+
A new package was introduced, `@abstract-money/cli` that adopts a quicker
19+
development setup when using Abstract contracts.
20+
A developer is now not obligated to download the Abstract contract schemas himself,
21+
and can simply enumerate the required contracts via the `registry` plugin,
22+
available at `@abstract-money/cli/plugins`, and the CLI will download and cache them
23+
itself.
24+
This feature also allowed to cut out the boilerplate code from the old `@abstract-money/abstract.js`,
25+
yet keeping the backwards compatibility.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abstract-money/cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "CLI tool to generate modules to build with Abstract SDK",
55
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
66
"author": "h0tw4t3r <[email protected]>",

packages/core/CHANGELOG.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
1+
## 0.1.0
12

3+
### Minor Changes
4+
5+
- [`33390a1`](https://github.com/AbstractSDK/abstract.js/commit/33390a1ca0f7c73ff39dd7fb494802b8cc2e9de0) Thanks [@dalechyn](https://github.com/dalechyn)! - First release of **abstract.js** revamped SDK!
6+
7+
New SDK structure involves multiple packages, each with its own dependencies.
8+
This allows for more flexibility and better control over the SDK.
9+
10+
Old-new packages mapping:
11+
12+
- `@abstract-money/abstract.js` -> `@abstract-money/core`
13+
- `@abstract-money/abstract.js-react` -> `@abstract-money/react`
14+
- `@abstract-money/cosmwasm` -> `@abstract-money/cosmwasm-utils`
15+
16+
A new package was introduced, `@abstract-money/cli` that adopts a quicker
17+
development setup when using Abstract contracts.
18+
A developer is now not obligated to download the Abstract contract schemas himself,
19+
and can simply enumerate the required contracts via the `registry` plugin,
20+
available at `@abstract-money/cli/plugins`, and the CLI will download and cache them
21+
itself.
22+
This feature also allowed to cut out the boilerplate code from the old `@abstract-money/abstract.js`,
23+
yet keeping the backwards compatibility.
24+
25+
### Patch Changes
26+
27+
- Updated dependencies [[`33390a1`](https://github.com/AbstractSDK/abstract.js/commit/33390a1ca0f7c73ff39dd7fb494802b8cc2e9de0)]:
28+
- @abstract-money/cosmwasm-utils@0.1.0
229

330
# Change Log
31+
432
All notable changes to this project will be documented in this file.
533

634
The format is based on [Keep a Changelog](http://keepachangelog.com/)
@@ -17,9 +45,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1745
## [0.19.0] - 2023-09-07
1846

1947
### Added
48+
2049
- Abstract SDK 0.19.0
2150

2251
### Changed
52+
2353
- AbstractAccount.createAccountWithGovernance accepts an object instead of individual parameters
2454
- Manager.installModule => installModules
2555
- Additional `installModules` attribute on AccountFactory.createAccount
@@ -31,80 +61,97 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3161
## [0.17.9]
3262

3363
### Added
64+
3465
- Owner cache on AbstractClient
3566

3667
## [0.13.0] - 2023-03-15
3768

3869
### Added
3970

4071
### Changed
72+
4173
- ANS Host keys -> ids, entries -> metadatas
4274

4375
### Fixed
4476

4577
## [0.11.0] - 2023-02-08
78+
4679
Abstract 0.8.0
4780

4881
### Added
4982

5083
### Changed
84+
5185
- Version Control Breaking changes
5286

5387
### Fixed
5488

55-
5689
## [0.10.0] - 2023-01-24
90+
5791
### Added
5892

5993
### Changed
94+
6095
- Abstract addresses now use hyphens instead of underscores
6196

6297
### Fixed
6398

6499
## [0.9.2] - 2023-01-12
100+
65101
### Added
66102

67103
### Changed
104+
68105
- Updated VC client with list modules
69106

70107
### Fixed
71108

72109
## [0.9.0] - 2023-01-12
110+
73111
### Added
74112

75113
### Changed
114+
76115
- Updated ANS types to be compatible with abstract [0.5.2]
77116

78117
### Fixed
79118

80119
## [0.8.2] - 2023-01-12
120+
81121
### Added
122+
82123
- composeExecuteOnModule in AbstractOsClient
83124

84125
### Changed
85126

86127
### Fixed
87128

88129
## [0.7.1] - 2022-01-09
130+
89131
### Added
90132

91133
### Changed
92134

93135
### Fixed
136+
94137
- undefined return on index
95138

96139
## [0.7.0] - 2022-01-09
140+
97141
### Added
98142

99143
### Changed
144+
100145
- Version control updated to Abstract 0.5.0
101146

102147
### Fixed
103148

104149
## [0.6.1] - 2022-01-08
105150

106151
### Added
152+
107153
#### AnsQueryClient
154+
108155
- Channel, contract filter and list
109156

110157
### Changed
@@ -114,9 +161,11 @@ Abstract 0.8.0
114161
## [0.6.0] - 2022-01-08
115162

116163
### Added
164+
117165
- `AnsQueryClient` with better list and filter methods for assets
118166

119167
### Changed
168+
120169
- `AnsQueryClient` (generated) -> `AnsHostQueryClient`
121170

122171
### Fixed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abstract-money/core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Typings for Abstract smart contracts",
55
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
66
"author": "adairrr <[email protected]>",

packages/cosmwasm-utils/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# @abstract-money/cosmwasm-utils
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`33390a1`](https://github.com/AbstractSDK/abstract.js/commit/33390a1ca0f7c73ff39dd7fb494802b8cc2e9de0) Thanks [@dalechyn](https://github.com/dalechyn)! - First release of **abstract.js** revamped SDK!
8+
9+
New SDK structure involves multiple packages, each with its own dependencies.
10+
This allows for more flexibility and better control over the SDK.
11+
12+
Old-new packages mapping:
13+
14+
- `@abstract-money/abstract.js` -> `@abstract-money/core`
15+
- `@abstract-money/abstract.js-react` -> `@abstract-money/react`
16+
- `@abstract-money/cosmwasm` -> `@abstract-money/cosmwasm-utils`
17+
18+
A new package was introduced, `@abstract-money/cli` that adopts a quicker
19+
development setup when using Abstract contracts.
20+
A developer is now not obligated to download the Abstract contract schemas himself,
21+
and can simply enumerate the required contracts via the `registry` plugin,
22+
available at `@abstract-money/cli/plugins`, and the CLI will download and cache them
23+
itself.
24+
This feature also allowed to cut out the boilerplate code from the old `@abstract-money/abstract.js`,
25+
yet keeping the backwards compatibility.

0 commit comments

Comments
 (0)