Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and hstove committed Sep 4, 2024
1 parent 4653f2c commit 2d08e47
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .changeset/little-foxes-dance.md

This file was deleted.

13 changes: 13 additions & 0 deletions demo-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# demo-project

## 2.1.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

### Patch Changes

- Updated dependencies [[`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a)]:
- @clarigen/test@2.1.0
- @clarigen/boot@2.1.0
- @clarigen/core@2.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.0.6",
"version": "2.1.0",
"name": "demo-project",
"scripts": {
"build": "shx rm -rf ./dist && tsup",
Expand Down
12 changes: 12 additions & 0 deletions docs-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# clarigen-docs

## 0.2.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

### Patch Changes

- Updated dependencies [[`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a)]:
- @clarigen/cli@2.1.0
- @clarigen/core@2.1.0

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clarigen-docs",
"version": "0.1.7",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 12 additions & 0 deletions packages/boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @clarigen/boot

## 2.1.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

### Patch Changes

- Updated dependencies [[`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a)]:
- @clarigen/cli@2.1.0
- @clarigen/core@2.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/boot/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.1.0",
"license": "MIT",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/clarigen-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @clarigen/test

## 2.1.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

### Patch Changes

- Updated dependencies [[`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a)]:
- @clarigen/core@2.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clarigen-test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.1.0",
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @clarigen/cli

## 2.1.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

### Patch Changes

- Updated dependencies [[`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a)]:
- @clarigen/core@2.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.1.0",
"license": "MIT",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clarigen/core

## 2.1.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

## 2.0.6

## 2.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.1.0",
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @clarigen/node

## 2.1.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

### Patch Changes

- Updated dependencies [[`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a)]:
- @clarigen/core@2.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.1.0",
"private": true,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @clarigen/web

## 2.1.0

### Minor Changes

- [`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a) Thanks [@hstove](https://github.com/hstove)! - Updates `@hirosystems/clarinet-sdk` to work with Clarity version 3

### Patch Changes

- Updated dependencies [[`c0c0386`](https://github.com/hstove/clarigen/commit/c0c038690e8edafad4703b9abffdb1d1cefc741a)]:
- @clarigen/core@2.1.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.1.0",
"private": true,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2d08e47

Please sign in to comment.