Skip to content

Commit b8d6dc1

Browse files
committed
Remove changelog
1 parent e47d4d9 commit b8d6dc1

File tree

1 file changed

+1
-84
lines changed

1 file changed

+1
-84
lines changed
Lines changed: 1 addition & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1 @@
1-
# @abstract-money/cosmwasm-utils
2-
3-
## 0.3.3
4-
5-
### Patch Changes
6-
7-
- [#146](https://github.com/AbstractSDK/abstract.js/pull/146) [`d37943d`](https://github.com/AbstractSDK/abstract.js/commit/d37943d4fa3cfc12ab040c6958f43176409db7ec) Thanks [@adairrr](https://github.com/adairrr)! - Disallow aggregated aggregated queries
8-
9-
## 0.3.2
10-
11-
### Patch Changes
12-
13-
- [#144](https://github.com/AbstractSDK/abstract.js/pull/144) [`e90ce9e`](https://github.com/AbstractSDK/abstract.js/commit/e90ce9eede700abbf67dc52404971485d0b7fe56) Thanks [@adairrr](https://github.com/adairrr)! - Add a multiquery cosmwasm client for more efficient queries
14-
15-
- [#143](https://github.com/AbstractSDK/abstract.js/pull/143) [`c937b82`](https://github.com/AbstractSDK/abstract.js/commit/c937b82e457817ff2099ae78a72aee27f678a7e0) Thanks [@adairrr](https://github.com/adairrr)! - Throw proper error in rawQury
16-
17-
## 0.3.1
18-
19-
### Patch Changes
20-
21-
- [#131](https://github.com/AbstractSDK/abstract.js/pull/131) [`04cb51f`](https://github.com/AbstractSDK/abstract.js/commit/04cb51fffc933abf6e47b881001e6bb3fb340f02) Thanks [@adairrr](https://github.com/adairrr)! - Ensure that cosmwasm-utils is cjs-compatible
22-
23-
## 0.3.0
24-
25-
### Minor Changes
26-
27-
- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts
28-
29-
The major changes include:
30-
31-
- Updating Abstract to 0.24.0
32-
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
33-
- Clarify `executeRemote` and `executeOnRemote`
34-
- Add doc comments
35-
- Remove components from legacy code
36-
- Ensure generation works for both esm and cjs
37-
38-
## 0.2.0
39-
40-
### Minor Changes
41-
42-
- [`ccf8001`](https://github.com/AbstractSDK/abstract.js/commit/ccf80013d12e8033da273eed6d486edf6762441d) Thanks [@dalechyn](https://github.com/dalechyn)! - Added overrideable parameters that are decorated via `extra` property.
43-
44-
## 0.1.3
45-
46-
### Patch Changes
47-
48-
- [`21f8b18`](https://github.com/AbstractSDK/abstract.js/commit/21f8b18a813b44ff0399c422bbec971a328f34a2) Thanks [@dalechyn](https://github.com/dalechyn)! - Bumped @cosmjs dependencies versions.
49-
50-
## 0.1.2
51-
52-
### Patch Changes
53-
54-
- [#71](https://github.com/AbstractSDK/abstract.js/pull/71) [`d7b32cf`](https://github.com/AbstractSDK/abstract.js/commit/d7b32cf3e3ca1ca8460ba91c7013ed4bf3f3e301) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixes bad dependencies in all of the packages.
55-
56-
## 0.1.1
57-
58-
### Patch Changes
59-
60-
- [#18](https://github.com/AbstractSDK/abstract.js/pull/18) [`31348c5`](https://github.com/AbstractSDK/abstract.js/commit/31348c5a05da05b2d5e4d4446a72662e4669c466) Thanks [@dalechyn](https://github.com/dalechyn)! - Forked `bundle-require` package with the fixed peer dependency.
61-
62-
## 0.1.0
63-
64-
### Minor Changes
65-
66-
- [`33390a1`](https://github.com/AbstractSDK/abstract.js/commit/33390a1ca0f7c73ff39dd7fb494802b8cc2e9de0) Thanks [@dalechyn](https://github.com/dalechyn)! - First release of **abstract.js** revamped SDK!
67-
68-
New SDK structure involves multiple packages, each with its own dependencies.
69-
This allows for more flexibility and better control over the SDK.
70-
71-
Old-new packages mapping:
72-
73-
- `@abstract-money/abstract.js` -> `@abstract-money/core`
74-
- `@abstract-money/abstract.js-react` -> `@abstract-money/react`
75-
- `@abstract-money/cosmwasm` -> `@abstract-money/cosmwasm-utils`
76-
77-
A new package was introduced, `@abstract-money/cli` that adopts a quicker
78-
development setup when using Abstract contracts.
79-
A developer is now not obligated to download the Abstract contract schemas himself,
80-
and can simply enumerate the required contracts via the `registry` plugin,
81-
available at `@abstract-money/cli/plugins`, and the CLI will download and cache them
82-
itself.
83-
This feature also allowed to cut out the boilerplate code from the old `@abstract-money/abstract.js`,
84-
yet keeping the backwards compatibility.
1+
# @abstract-money/abstraxion-utils

0 commit comments

Comments
 (0)