Skip to content

Commit

Permalink
Merge pull request #10 from whats-good/changeset-release/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
mechanical-turk authored Nov 28, 2023
2 parents 402c76f + a3b025a commit f656912
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-ligers-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-swans-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-rockets-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-seahorses-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-socks-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-pandas-collect.md

This file was deleted.

14 changes: 14 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ title: Changelog
description: Take a look what we have been shipping
---

### 0.1.0

Minor Changes

- 3503f54: created a new unified and reusable registry class, along with builders
- 3503f54: streamlined env vars for provider keys
- 3503f54: simplified provider configuration via string arrays
- f95431e: Universal server adapter created. All integrations will now use the @whatwg-node/server adapters.

Patch Changes

- 3503f54: improved logging and error reporting
- fd24420: Reverted back to single-entrypoint module, in alignment with whatwg-node/server

### 0.0.8

Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions examples/cloudflare-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @whatsgood/example-cloudflare-worker

## 0.1.18

### Patch Changes

- Updated dependencies [3503f54]
- Updated dependencies [3503f54]
- Updated dependencies [3503f54]
- Updated dependencies [3503f54]
- Updated dependencies [f95431e]
- Updated dependencies [fd24420]
- @whatsgood/nexus@0.1.0

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatsgood/example-cloudflare-worker",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"author": {
"name": "Kerem Kazan",
Expand Down
13 changes: 13 additions & 0 deletions examples/nodejs-standalone-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @whatsgood/example-nodejs-standalone-server

## 0.0.2

### Patch Changes

- Updated dependencies [3503f54]
- Updated dependencies [3503f54]
- Updated dependencies [3503f54]
- Updated dependencies [3503f54]
- Updated dependencies [f95431e]
- Updated dependencies [fd24420]
- @whatsgood/nexus@0.1.0
2 changes: 1 addition & 1 deletion examples/nodejs-standalone-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatsgood/example-nodejs-standalone-server",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"author": {
"name": "Kerem Kazan",
Expand Down
14 changes: 14 additions & 0 deletions packages/nexus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @whatsgood/nexus

## 0.1.0

### Minor Changes

- 3503f54: created a new unified and reusable registry class, along with builders
- 3503f54: streamlined env vars for provider keys
- 3503f54: simplified provider configuration via string arrays
- f95431e: Universal server adapter created. All integrations will now use the @whatwg-node/server adapters.

### Patch Changes

- 3503f54: improved logging and error reporting
- fd24420: Reverted back to single-entrypoint module, in alignment with whatwg-node/server

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatsgood/nexus",
"version": "0.0.8",
"version": "0.1.0",
"description": "A simple TypeScript proxy server for any Ethereum JSON RPC compliant blockchain",
"private": false,
"access": "public",
Expand Down

0 comments on commit f656912

Please sign in to comment.