Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
libitx committed May 30, 2023
1 parent 3ab9317 commit ca250ca
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-ants-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/mocknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aldea/mocknet

## 0.3.3

### Patch Changes

- Updated dependencies [3ab9317]
- @aldea/vm@0.3.3

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mocknet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aldea/mocknet",
"description": "A mocked blockchain environment for building on the Aldea Computer.",
"version": "0.3.2",
"version": "0.3.3",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aldea/vm

## 0.3.3

### Patch Changes

- 3ab9317: Fixes issue where arraybuffers lifted from memory with wrong type

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aldea/vm",
"description": "The Aldea Computer virtual machine implemented in JavaScript.",
"version": "0.3.2",
"version": "0.3.3",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ process.stdout.write(`\n`)

for (let workspace of workspaces) {
console.log(` - publishing ${workspace.name}`)
//execSync(`yarn workspace ${workspace.name} npm publish --access public`)
execSync(`yarn workspace ${workspace.name} npm publish --access public`)
}

0 comments on commit ca250ca

Please sign in to comment.