Skip to content

Commit

Permalink
publish (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca authored Nov 24, 2023
1 parent 05c911d commit 0a08a9e
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
7 changes: 7 additions & 0 deletions actors/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.10.11

### Patch Changes

- Updated dependencies [5f493cdf]
- @nocturne-xyz/client@4.1.0

## 0.10.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/bundler",
"version": "0.10.10",
"version": "0.10.11",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions actors/test-actor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.7.11

### Patch Changes

- Updated dependencies [5f493cdf]
- @nocturne-xyz/client@4.1.0
- @nocturne-xyz/op-request-plugins@2.1.18

## 0.7.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/test-actor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nocturne-xyz/test-actor",
"license": "MIT",
"version": "0.7.10",
"version": "0.7.11",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
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 @@
# Changelog

## 4.1.0

### Minor Changes

- 5f493cdf: consensys is taking too long, revert firefox changes

## 4.0.3

### 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": "@nocturne-xyz/client",
"version": "4.0.3",
"version": "4.1.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/frontend-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 7.2.0

### Minor Changes

- 5f493cdf: consensys is taking too long, revert firefox changes

### Patch Changes

- Updated dependencies [5f493cdf]
- @nocturne-xyz/client@4.1.0
- @nocturne-xyz/op-request-plugins@2.1.18

## 7.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/frontend-sdk",
"version": "7.1.5",
"version": "7.2.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/op-request-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.18

### Patch Changes

- Updated dependencies [5f493cdf]
- @nocturne-xyz/client@4.1.0

## 2.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/op-request-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/op-request-plugins",
"version": "2.1.17",
"version": "2.1.18",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0a08a9e

Please sign in to comment.