Skip to content

Commit

Permalink
Merge pull request #38 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 18, 2023
2 parents 04d5c3a + 0282ae7 commit af7c690
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/sixty-glasses-pay.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 3c9a3a0: - release initial authenticated AVL tree package with prover support
- use `ergo-lib-utils` helper package in `scorex-buffer` library
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.1.0",
"version": "0.2.0",
"description": "Authenticated AVL tree library",
"scripts": {
"build": "npm run build:node && npm run build:esm && npm run build:browser",
Expand Down
7 changes: 7 additions & 0 deletions packages/scorex-buffer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ergoplatform/scorex-buffer

## 1.0.1

### Patch Changes

- 3c9a3a0: - release initial authenticated AVL tree package with prover support
- use `ergo-lib-utils` helper package in `scorex-buffer` library

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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 af7c690

Please sign in to comment.