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 May 17, 2024
1 parent f722318 commit 0997ec0
Show file tree
Hide file tree
Showing 21 changed files with 84 additions and 37 deletions.
8 changes: 0 additions & 8 deletions .changeset/bright-lizards-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-bees-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-feet-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-plums-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-deers-knock.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- [`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug when serializing accounts

- Updated dependencies [[`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f), [`a77e4e9`](https://github.com/hstove/clarigen/commit/a77e4e90e5e1216e09137c3d084a45a214df165b), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f)]:
- @clarigen/test@2.0.2
- @clarigen/core@2.0.2
- @clarigen/boot@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"name": "demo-project",
"scripts": {
"build": "shx rm -rf ./dist && tsup",
Expand Down
8 changes: 8 additions & 0 deletions docs-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# clarigen-docs

## 0.1.3

### Patch Changes

- Updated dependencies [[`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc), [`a77e4e9`](https://github.com/hstove/clarigen/commit/a77e4e90e5e1216e09137c3d084a45a214df165b), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f)]:
- @clarigen/cli@2.0.2
- @clarigen/core@2.0.2

## 0.1.2

### 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.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
13 changes: 13 additions & 0 deletions packages/boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @clarigen/boot

## 2.0.2

### Patch Changes

- [`a77e4e9`](https://github.com/hstove/clarigen/commit/a77e4e90e5e1216e09137c3d084a45a214df165b) Thanks [@hstove](https://github.com/hstove)! - Adds updated boot package exports

* [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f) Thanks [@hstove](https://github.com/hstove)! - Added a new `@clarigen/boot` package for boot contract types.

* Updated dependencies [[`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc), [`a77e4e9`](https://github.com/hstove/clarigen/commit/a77e4e90e5e1216e09137c3d084a45a214df165b), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f)]:
- @clarigen/cli@2.0.2
- @clarigen/core@2.0.2
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.1",
"version": "2.0.2",
"license": "MIT",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clarigen-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @clarigen/test

## 2.0.2

### Patch Changes

- [`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug when serializing accounts

- Updated dependencies [[`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f)]:
- @clarigen/core@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @clarigen/cli

## 2.0.2

### Patch Changes

- [`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug when serializing accounts

* [`a77e4e9`](https://github.com/hstove/clarigen/commit/a77e4e90e5e1216e09137c3d084a45a214df165b) Thanks [@hstove](https://github.com/hstove)! - The accounts type now has a fixed alphabetical ordering. This will prevent git changes just from re-running `clarigen`.

- [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f) Thanks [@hstove](https://github.com/hstove)! - Fixed a type issue when an NFT's key was a tuple

- Updated dependencies [[`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f)]:
- @clarigen/core@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"license": "MIT",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @clarigen/core

## 2.0.2

### Patch Changes

- [`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc) Thanks [@hstove](https://github.com/hstove)! - Fixed a bug when serializing accounts

* [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f) Thanks [@hstove](https://github.com/hstove)! - Fixed a type issue when an NFT's key was a tuple

## 2.0.1

### Patch Changes
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.1",
"version": "2.0.2",
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clarigen/node

## 2.0.2

### Patch Changes

- Updated dependencies [[`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f)]:
- @clarigen/core@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clarigen/web

## 2.0.2

### Patch Changes

- Updated dependencies [[`b00c618`](https://github.com/hstove/clarigen/commit/b00c6184d4d75ec839988c4f755601a5052853bc), [`2846a13`](https://github.com/hstove/clarigen/commit/2846a1347ef6636a4f5228df91d39383697a6d8f)]:
- @clarigen/core@2.0.2

## 2.0.1

### 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.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0997ec0

Please sign in to comment.