Skip to content

Commit d196013

Browse files
Version Packages (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7638a7f commit d196013

File tree

16 files changed

+85
-19
lines changed

16 files changed

+85
-19
lines changed

.changeset/strong-radios-beam.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

demo-project/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# demo-project
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#22](https://github.com/hstove/clarigen/pull/22) [`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7) Thanks [@BowTiedRadone](https://github.com/BowTiedRadone)! - This release updates all dependencies to use `@stacks/clarinet-sdk`, whereas before it was `@hirosystems/clarinet-sdk`. As such, this is a breaking change. See also https://github.com/stx-labs/clarinet/discussions/2055
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7)]:
12+
- @clarigen/boot@4.0.0
13+
- @clarigen/test@4.0.0
14+
- @clarigen/cli@4.0.0
15+
- @clarigen/core@4.0.0
16+
317
## 3.2.0
418

519
### Minor Changes

demo-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"name": "demo-project",
55
"scripts": {
66
"build": "shx rm -rf ./dist && tsup",

docs-site/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# clarigen-docs
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#22](https://github.com/hstove/clarigen/pull/22) [`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7) Thanks [@BowTiedRadone](https://github.com/BowTiedRadone)! - This release updates all dependencies to use `@stacks/clarinet-sdk`, whereas before it was `@hirosystems/clarinet-sdk`. As such, this is a breaking change. See also https://github.com/stx-labs/clarinet/discussions/2055
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7)]:
12+
- @clarigen/cli@4.0.0
13+
- @clarigen/core@4.0.0
14+
315
## 0.4.0
416

517
### Minor Changes

docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarigen-docs",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/boot/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @clarigen/boot
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#22](https://github.com/hstove/clarigen/pull/22) [`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7) Thanks [@BowTiedRadone](https://github.com/BowTiedRadone)! - This release updates all dependencies to use `@stacks/clarinet-sdk`, whereas before it was `@hirosystems/clarinet-sdk`. As such, this is a breaking change. See also https://github.com/stx-labs/clarinet/discussions/2055
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7)]:
12+
- @clarigen/cli@4.0.0
13+
- @clarigen/core@4.0.0
14+
315
## 3.2.0
416

517
### Minor Changes

packages/boot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.0",
2+
"version": "4.0.0",
33
"license": "MIT",
44
"types": "./dist/index.d.ts",
55
"exports": {

packages/clarigen-test/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @clarigen/test
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#22](https://github.com/hstove/clarigen/pull/22) [`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7) Thanks [@BowTiedRadone](https://github.com/BowTiedRadone)! - This release updates all dependencies to use `@stacks/clarinet-sdk`, whereas before it was `@hirosystems/clarinet-sdk`. As such, this is a breaking change. See also https://github.com/stx-labs/clarinet/discussions/2055
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7)]:
12+
- @clarigen/core@4.0.0
13+
314
## 3.2.0
415

516
### Minor Changes

packages/clarigen-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.2.0",
2+
"version": "4.0.0",
33
"license": "MIT",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @clarigen/cli
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#22](https://github.com/hstove/clarigen/pull/22) [`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7) Thanks [@BowTiedRadone](https://github.com/BowTiedRadone)! - This release updates all dependencies to use `@stacks/clarinet-sdk`, whereas before it was `@hirosystems/clarinet-sdk`. As such, this is a breaking change. See also https://github.com/stx-labs/clarinet/discussions/2055
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7638a7f`](https://github.com/hstove/clarigen/commit/7638a7f621e62048a55d4a0eda6da99fd825cfc7)]:
12+
- @clarigen/core@4.0.0
13+
314
## 3.2.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)