Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jun 14, 2023
1 parent 190c350 commit 71650a9
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-hairs-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-poems-sleep.md

This file was deleted.

8 changes: 8 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bns-x/api-types

## 0.3.3

### Patch Changes

- Updated dependencies [5b519d1]
- Updated dependencies [293579a]
- @bns-x/core@0.2.1

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bns-x/api",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"files": [
"dist"
Expand Down
10 changes: 10 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# contracts

## 0.1.3

### Patch Changes

- 293579a: Adds a contract for single-transaction name registrations
- Updated dependencies [5b519d1]
- Updated dependencies [293579a]
- @bns-x/core@0.2.1
- @bns-x/client@0.3.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"devDependencies": {
"tsx": "^3.12.3"
},
"version": "0.1.2"
"version": "0.1.3"
}
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bns-x/client

## 0.3.3

### Patch Changes

- Updated dependencies [5b519d1]
- Updated dependencies [293579a]
- @bns-x/core@0.2.1

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bns-x/client",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bns-x/core

## 0.2.1

### Patch Changes

- 5b519d1: Adds client-side namespace properties, which are pulled from on-chain data.
- 293579a: Adds a contract for single-transaction name registrations

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bns-x/core",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# web

## 0.2.6

### Patch Changes

- Updated dependencies [5b519d1]
- Updated dependencies [293579a]
- @bns-x/core@0.2.1
- @bns-x/client@0.3.3

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "0.2.5",
"version": "0.2.6",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 71650a9

Please sign in to comment.