Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
1 parent 19b7836 commit c10cbf6
Show file tree
Hide file tree
Showing 47 changed files with 216 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-bees-talk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/chilled-rings-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-jars-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-pianos-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-dogs-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-pants-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-parrots-study.md

This file was deleted.

9 changes: 9 additions & 0 deletions actors/balance-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.4.5

### Patch Changes

- Updated dependencies [19b7836c]
- Updated dependencies [595cb965]
- @nocturne-xyz/core@3.4.0
- @nocturne-xyz/offchain-utils@1.0.0

## 0.4.4

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

## 1.0.1

### Patch Changes

- 9834400d: remove nfs from DB upon op revalidation failure
- 595cb965: remove geomiddleware, instead call maybeStoreRequest IFF bundler /relay request succeeds
- Updated dependencies [19b7836c]
- Updated dependencies [595cb965]
- Updated dependencies [3281e2cd]
- @nocturne-xyz/core@3.4.0
- @nocturne-xyz/offchain-utils@1.0.0
- @nocturne-xyz/client@4.1.2

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions actors/deposit-screener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.13.6

### Patch Changes

- 595cb965: remove geomiddleware after it was removed from offchain-utils
- Updated dependencies [19b7836c]
- Updated dependencies [19b7836c]
- Updated dependencies [595cb965]
- @nocturne-xyz/subgraph-sync-adapters@0.6.0
- @nocturne-xyz/core@3.4.0
- @nocturne-xyz/offchain-utils@1.0.0
- @nocturne-xyz/data@0.2.1

## 0.13.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/deposit-screener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/deposit-screener",
"version": "0.13.5",
"version": "0.13.6",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions actors/insertion-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nocturne-xyz/insertion-writer

## 0.5.16

### Patch Changes

- Updated dependencies [19b7836c]
- Updated dependencies [19b7836c]
- Updated dependencies [595cb965]
- @nocturne-xyz/subgraph-sync-adapters@0.6.0
- @nocturne-xyz/core@3.4.0
- @nocturne-xyz/offchain-utils@1.0.0
- @nocturne-xyz/persistent-log@0.1.16

## 0.5.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/insertion-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nocturne-xyz/insertion-writer",
"license": "MIT",
"version": "0.5.15",
"version": "0.5.16",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions actors/subtree-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.8.10

### Patch Changes

- Updated dependencies [19b7836c]
- Updated dependencies [595cb965]
- @nocturne-xyz/core@3.4.0
- @nocturne-xyz/offchain-utils@1.0.0
- @nocturne-xyz/persistent-log@0.1.16

## 0.8.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actors/subtree-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nocturne-xyz/subtree-updater",
"license": "MIT",
"version": "0.8.9",
"version": "0.8.10",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions actors/test-actor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.8.1

### Patch Changes

- Updated dependencies [19b7836c]
- Updated dependencies [19b7836c]
- Updated dependencies [595cb965]
- Updated dependencies [3281e2cd]
- @nocturne-xyz/hasura-sync-adapters@0.4.0
- @nocturne-xyz/core@3.4.0
- @nocturne-xyz/offchain-utils@1.0.0
- @nocturne-xyz/client@4.1.2
- @nocturne-xyz/local-prover@0.6.5
- @nocturne-xyz/op-request-plugins@2.1.20

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.1.2

### Patch Changes

- 3281e2cd: fix db not removing top-level index entry for op history
- Updated dependencies [19b7836c]
- @nocturne-xyz/core@3.4.0

## 4.1.1

### 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.1.1",
"version": "4.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.4.0

### Minor Changes

- 19b7836c: add `latestCommitTei` to `StateDiff`

## 3.3.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": "@nocturne-xyz/core",
"version": "3.3.0",
"version": "3.4.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.2.1

### Patch Changes

- Updated dependencies [19b7836c]
- Updated dependencies [19b7836c]
- @nocturne-xyz/subgraph-sync-adapters@0.6.0
- @nocturne-xyz/core@3.4.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/data",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"main": "dist/index.js",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.12.7

### Patch Changes

- Updated dependencies [19b7836c]
- @nocturne-xyz/core@3.4.0

## 0.12.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/deploy",
"version": "0.12.6",
"version": "0.12.7",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.13

### Patch Changes

- Updated dependencies [595cb965]
- @nocturne-xyz/offchain-utils@1.0.0

## 0.9.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"license": "ISC",
"author": "",
"version": "0.9.12",
"version": "0.9.13",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/frontend-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 9.0.1

### Patch Changes

- Updated dependencies [19b7836c]
- Updated dependencies [19b7836c]
- Updated dependencies [3281e2cd]
- @nocturne-xyz/subgraph-sync-adapters@0.6.0
- @nocturne-xyz/core@3.4.0
- @nocturne-xyz/client@4.1.2
- @nocturne-xyz/idb-kv-store@0.4.15
- @nocturne-xyz/local-prover@0.6.5
- @nocturne-xyz/op-request-plugins@2.1.20

## 9.0.0

### Major 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": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/idb-kv-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.15

### Patch Changes

- Updated dependencies [19b7836c]
- @nocturne-xyz/core@3.4.0

## 0.4.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/idb-kv-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/idb-kv-store",
"version": "0.4.14",
"version": "0.4.15",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/local-prover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.6.5

### Patch Changes

- Updated dependencies [19b7836c]
- @nocturne-xyz/core@3.4.0

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/local-prover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nocturne-xyz/local-prover",
"version": "0.6.4",
"version": "0.6.5",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/offchain-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.0

### Major Changes

- 595cb965: removed geomiddleware in favor of maybeStoreRequest which uses IPQS instead of checking for header tags

### Patch Changes

- @nocturne-xyz/persistent-log@0.1.16

## 0.6.5

### Patch Changes
Expand Down
Loading

0 comments on commit c10cbf6

Please sign in to comment.