Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Aug 9, 2023
1 parent bdcaa6b commit 85a28eb
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/spicy-buckets-count.md

This file was deleted.

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

## 1.0.15

## 1.0.14

### 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": "1.0.14",
"version": "1.0.15",
"name": "demo-project",
"scripts": {
"build": "shx rm -rf ./dist && tsup"
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

## 1.0.15

### Patch Changes

- [`bdcaa6b`](https://github.com/mechanismHQ/clarigen/commit/bdcaa6b20bac7bfa645da33b123f1ec266bfa80a) Thanks [@hstove](https://github.com/hstove)! - - Fixed an issue with generically typed `projectFactory`, where contracts without mainnet deployments were typed as 'undefined'.
- Exports `UnknownArg` and `UnknownArgs`;
- Fixed an issue with `parseToCV` where an `(optional uint)` would return `none` when given a zero value (ie `0` or `0n`).

## 1.0.14

### 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": "1.0.14",
"version": "1.0.15",
"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

## 1.0.15

### Patch Changes

- Updated dependencies [[`bdcaa6b`](https://github.com/mechanismHQ/clarigen/commit/bdcaa6b20bac7bfa645da33b123f1ec266bfa80a)]:
- @clarigen/core@1.0.15

## 1.0.14

### 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": "1.0.14",
"version": "1.0.15",
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
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

## 1.0.15

### Patch Changes

- Updated dependencies [[`bdcaa6b`](https://github.com/mechanismHQ/clarigen/commit/bdcaa6b20bac7bfa645da33b123f1ec266bfa80a)]:
- @clarigen/core@1.0.15

## 1.0.14

### 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": "1.0.14",
"version": "1.0.15",
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit 85a28eb

Please sign in to comment.