Skip to content

Commit 7b5269c

Browse files
authored
Merge pull request #1 from Squads-Protocol/release-please--branches--main--components--release-please-action
chore(main): release 1.0.0
2 parents 257ccd1 + 98b26d8 commit 7b5269c

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-11-02)
4+
5+
6+
### Features
7+
8+
* **ATA:** ata creation support ([71c5530](https://github.com/Squads-Protocol/squads-cli/commit/71c5530439e2b3bf36d302e0f28a2df65b5e446b))
9+
* **flag:** version flag ([257ccd1](https://github.com/Squads-Protocol/squads-cli/commit/257ccd1e564035a5de03d4445fad86a14088aba9))
10+
11+
12+
### Bug Fixes
13+
14+
* **getMS:** getms bug ([dae900f](https://github.com/Squads-Protocol/squads-cli/commit/dae900fcd519585cbd53eaa494f48d0f4941d0e6))
15+
* **getMs:** proper getMultisig ([65352ca](https://github.com/Squads-Protocol/squads-cli/commit/65352cad3b9d4c340d57f3a0cb075c59dd3265d2))
16+
* **instructions:** adding and activating ([3e752bb](https://github.com/Squads-Protocol/squads-cli/commit/3e752bb7f6a4fc2951022f43d555b6191b9f42f3))
17+
* **loading:** setup text and clear ([5a99ac0](https://github.com/Squads-Protocol/squads-cli/commit/5a99ac0731d2f160e666a4bec5d801a6e8a4115a))
18+
* **org:** new functions and organization ([38c8cf3](https://github.com/Squads-Protocol/squads-cli/commit/38c8cf353695c750e853bf4d8f843d1c25f60b27))
19+
* **ownerkeys:** update ([25cc59e](https://github.com/Squads-Protocol/squads-cli/commit/25cc59e6416c1e13d861223d14d91968cc307d76))
20+
* **readme:** added README.md stub ([b5ce970](https://github.com/Squads-Protocol/squads-cli/commit/b5ce9708903251bba829b28e3177d85097bc6a4a))
21+
* **readme:** updated ([7678516](https://github.com/Squads-Protocol/squads-cli/commit/7678516219c6d7b8cc4537d7e7e131ed99701e4b))
22+
* **semver:** for npm ([550bc37](https://github.com/Squads-Protocol/squads-cli/commit/550bc37ebadcfa38dddc14cc68bc3729a0d9f65c))
23+
* **semver:** updated ([28b670f](https://github.com/Squads-Protocol/squads-cli/commit/28b670ffbf303c647275188182bbc78c8f10d853))
24+
* **semver:** updated version ([165cb00](https://github.com/Squads-Protocol/squads-cli/commit/165cb003b88fd8f8f877653ac3fcdd47fa395883))
25+
* **semver:** version bump ([662077e](https://github.com/Squads-Protocol/squads-cli/commit/662077e9ddc85dd23e069539dc1bd260fe0e1411))
26+
* **structure:** update classes ([585b162](https://github.com/Squads-Protocol/squads-cli/commit/585b16277e7c34825699f2dcaa92da02084fbd22))
27+
* **todo:** wrap network for api calls ([4715429](https://github.com/Squads-Protocol/squads-cli/commit/4715429b63ed4325cef9508da4fbdb0559d2caa4))
28+
* **updates:** change settings ([3e5beeb](https://github.com/Squads-Protocol/squads-cli/commit/3e5beebbef516eb6fc0d122c37194bee02b14f3f))
29+
* **wallet:** fixed wallet path ([6dff0a2](https://github.com/Squads-Protocol/squads-cli/commit/6dff0a236f476d03fad5d3a23f9af989fa6928bc))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqds/cli",
3-
"version": "1.0.16",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"squads-cli": "./index.js"
3838
},
3939
"type": "module",
40-
"engines" : {
40+
"engines": {
4141
"npm": ">=8.19.2",
4242
"node": ">=16.0.0"
4343
}

0 commit comments

Comments
 (0)