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 May 19, 2023
1 parent 3fd0390 commit 6b87a58
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/quick-clocks-grab.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.3

### Patch Changes

- a90590d: Fix missing `sideEffect` causing ESM module WASM to break

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.4

### Patch Changes

- a90590d: Fix missing `sideEffect` causing ESM module WASM to break

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.4

### Patch Changes

- a90590d: Fix missing `sideEffect` causing ESM module WASM to break

## 1.0.3

### 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.3",
"version": "1.0.4",
"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 6b87a58

Please sign in to comment.