Skip to content

Commit

Permalink
Merge pull request #47 from ergoplatform/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ross-weir authored May 20, 2023
2 parents 3e2f191 + 9b128e3 commit c79a7e8
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/pretty-ducks-wonder.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/authenticated-avl-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ergoplatform/authenticated-avl-tree

## 0.2.4

### Patch Changes

- 08d3b18: bump patch to fix previously broken publish

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/authenticated-avl-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ergoplatform/authenticated-avl-tree",
"version": "0.2.3",
"version": "0.2.4",
"description": "Authenticated AVL tree library",
"scripts": {
"build": "npm run build:node && npm run build:esm && npm run build:browser",
Expand Down
6 changes: 6 additions & 0 deletions packages/ergo-lib-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ergoplatform/ergo-lib-wasm

## 0.1.5

### Patch Changes

- 08d3b18: bump patch to fix previously broken publish

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ergo-lib-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ergoplatform/ergo-lib-wasm",
"version": "0.1.4",
"version": "0.1.5",
"description": "WASM + JS bindings for ergo-lib",
"scripts": {
"build": "npm run build:node && npm run build:esm && npm run build:browser",
Expand Down
6 changes: 6 additions & 0 deletions packages/scorex-buffer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ergoplatform/scorex-buffer

## 1.0.5

### Patch Changes

- 08d3b18: bump patch to fix previously broken publish

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scorex-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ergoplatform/scorex-buffer",
"version": "1.0.4",
"version": "1.0.5",
"description": "Cursor based Reader and Writer using encoding of Scorex based networks like Ergo.",
"scripts": {
"build": "npm run build:node && npm run build:esm && npm run build:browser",
Expand Down

0 comments on commit c79a7e8

Please sign in to comment.