Skip to content

Commit 8eb8065

Browse files
authored
Merge pull request #29 from Gigadrive/changeset-release/main
Version Packages
2 parents f9f9a0a + 84706b2 commit 8eb8065

File tree

7 files changed

+27
-10
lines changed

7 files changed

+27
-10
lines changed

.changeset/quick-women-tickle.md

-7
This file was deleted.

packages/cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# gigadrive
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- added new commons functions, fixed schema and CLI issues ([#28](https://github.com/Gigadrive/sdk/pull/28))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e41be7a`](https://github.com/Gigadrive/sdk/commit/e41be7a8798ad53e58438bfb0c78324b47344c72)]:
12+
- @gigadrive/commons@1.1.0
13+
- @gigadrive/network-config@2.0.2
14+
315
## 0.0.4
416

517
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gigadrive",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Gigadrive/sdk.git",

packages/commons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gigadrive/commons
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- added new commons functions, fixed schema and CLI issues ([#28](https://github.com/Gigadrive/sdk/pull/28))
8+
39
## 1.0.2
410

511
### Patch Changes

packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gigadrive/commons",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Gigadrive/sdk.git",

packages/network-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gigadrive/network-config
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- added new commons functions, fixed schema and CLI issues ([#28](https://github.com/Gigadrive/sdk/pull/28))
8+
39
## 2.0.1
410

511
### Patch Changes

packages/network-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gigadrive/network-config",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Gigadrive/sdk.git",

0 commit comments

Comments
 (0)