Skip to content

Commit

Permalink
Merge pull request #37 from scio-labs/changeset-release/main
Browse files Browse the repository at this point in the history
chore(changeset): Bump package version
  • Loading branch information
wottpal authored Oct 25, 2023
2 parents 2b9bc68 + 568cefa commit 736f98c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/wild-geese-learn.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [`2b9bc68`](https://github.com/scio-labs/inkathon/commit/2b9bc689876ea195a1cf2f6af1ca2414bcf04172) Thanks [@wottpal](https://github.com/wottpal)! - Make cp/copy command work cross-platform (i.e. on Windows) for postinstall and build-all scripts.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@inkathon/contracts",
"type": "module",
"private": true,
"version": "0.1.0",
"version": "0.1.2",
"scripts": {
"postinstall": "touch deployments/greeter/development.ts; true",
"test": "./test-all.sh",
Expand Down
9 changes: 9 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inkathon/frontend

## 0.1.2

### Patch Changes

- [`2b9bc68`](https://github.com/scio-labs/inkathon/commit/2b9bc689876ea195a1cf2f6af1ca2414bcf04172) Thanks [@wottpal](https://github.com/wottpal)! - Make cp/copy command work cross-platform (i.e. on Windows) for postinstall and build-all scripts.

- Updated dependencies [[`2b9bc68`](https://github.com/scio-labs/inkathon/commit/2b9bc689876ea195a1cf2f6af1ca2414bcf04172)]:
- @inkathon/contracts@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inkathon/frontend",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"babelMacros": {
"twin": {
"preset": "emotion"
Expand Down

1 comment on commit 736f98c

@vercel
Copy link

@vercel vercel bot commented on 736f98c Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.