Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Nov 7, 2023
1 parent e8a306d commit edfe21d
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/famous-dots-exist.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- e8a306d: Adds new API endpoints for the BNS L1 bridge. The `@bns-x/client` package is updated to include these new endpoints.

### Patch Changes

- Updated dependencies [e8a306d]
- @bns-x/client@0.4.0

## 0.3.4

### 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.4",
"version": "0.4.0",
"description": "",
"files": [
"dist"
Expand Down
7 changes: 7 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# contracts

## 0.2.1

### Patch Changes

- Updated dependencies [e8a306d]
- @bns-x/client@0.4.0

## 0.2.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 @@ -16,5 +16,5 @@
"devDependencies": {
"tsx": "^3.12.3"
},
"version": "0.2.0"
"version": "0.2.1"
}
6 changes: 6 additions & 0 deletions packages/api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bns-x/api-types

## 0.5.0

### Minor Changes

- e8a306d: Adds new API endpoints for the BNS L1 bridge. The `@bns-x/client` package is updated to include these new endpoints.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bns-x/api-types",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bns-x/client

## 0.4.0

### Minor Changes

- e8a306d: Adds new API endpoints for the BNS L1 bridge. The `@bns-x/client` package is updated to include these new endpoints.

## 0.3.4

### 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.4",
"version": "0.4.0",
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 0.3.1

### Patch Changes

- Updated dependencies [e8a306d]
- @bns-x/client@0.4.0

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit edfe21d

Please sign in to comment.