Skip to content

Commit

Permalink
Version Packages (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 31, 2022
1 parent 65acfdf commit efe62e9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-weeks-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-masks-knock.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- 65acfdf: avoid call importHook multiple times, follow upstream spec https://github.com/tc39/proposal-compartments/commit/5c57371744880c72ec52c6138c6b73af24c1ea9e

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compartment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masknet/compartment",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/membrane/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @masknet/membrane

## 0.1.5

### Patch Changes

- 8d80a6a: feat: add devtools debugger entry point

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/membrane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masknet/membrane",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit efe62e9

Please sign in to comment.