Skip to content

Commit

Permalink
chore(release): publish (merge #783)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Jun 16, 2021
2 parents 305449f + f91c84c commit 479a3ca
Show file tree
Hide file tree
Showing 29 changed files with 165 additions and 41 deletions.
8 changes: 8 additions & 0 deletions packages/base64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/base64





### [0.2.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)

**Note:** Version bump only for package @endo/base64
Expand Down
4 changes: 2 additions & 2 deletions packages/base64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/base64",
"version": "0.2.2",
"version": "0.2.3",
"description": "Transcodes base64",
"keywords": [
"base64",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "ava"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.9",
"@endo/eslint-config": "^0.3.10",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
"eslint": "^7.23.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cjs-module-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/cjs-module-analyzer





### [0.2.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)

**Note:** Version bump only for package @endo/cjs-module-analyzer
Expand Down
4 changes: 2 additions & 2 deletions packages/cjs-module-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cjs-module-analyzer",
"version": "0.2.2",
"version": "0.2.3",
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.",
"keywords": [],
"author": "Endo contributors",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "ava"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.9",
"@endo/eslint-config": "^0.3.10",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
"eslint": "^7.23.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/compartment-mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)


### ⚠ BREAKING CHANGES

* **compartment-mapper:** Required exits on archives

### Features

* **compartment-mapper:** Developer dependencies ([44f86cd](https://github.com/endojs/endo/commit/44f86cd6788b8f6bdc5492619866995ede73488b))
* **compartment-mapper:** Required exits on archives ([f5e6378](https://github.com/endojs/endo/commit/f5e6378f4c4dc2c017d3c94544a3e22d762ade27))


### Bug Fixes

* **compartment-mapper:** Missing node-powers from published files ([277fd47](https://github.com/endojs/endo/commit/277fd47e359ee90d31a521fadbac90a4853649f4))



### [0.3.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/compartment-mapper/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes to the compartment mapper:

# Next release
# 0.4.0 (2021-06-16)

- *BREAKING*: When constructing an archive, the creator must provide a record
of exit modules. Unlike import functions, the values of the exit module
Expand Down
12 changes: 6 additions & 6 deletions packages/compartment-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/compartment-mapper",
"version": "0.3.2",
"version": "0.4.0",
"description": "The compartment mapper assembles Node applications in a sandbox",
"keywords": [
"node",
Expand Down Expand Up @@ -39,13 +39,13 @@
"test": "ava"
},
"dependencies": {
"@endo/cjs-module-analyzer": "^0.2.2",
"@endo/static-module-record": "^0.5.2",
"@endo/zip": "^0.2.2",
"ses": "^0.13.2"
"@endo/cjs-module-analyzer": "^0.2.3",
"@endo/static-module-record": "^0.5.3",
"@endo/zip": "^0.2.3",
"ses": "^0.13.3"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.9",
"@endo/eslint-config": "^0.3.10",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
"eslint": "^7.23.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/endo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.1.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/endo





### [0.1.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)

**Note:** Version bump only for package @endo/endo
Expand Down
8 changes: 4 additions & 4 deletions packages/endo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/endo",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "Endo runs Node.js packaged applications in a sandbox",
"keywords": [
Expand Down Expand Up @@ -28,11 +28,11 @@
"test": "ava"
},
"dependencies": {
"@endo/compartment-mapper": "^0.3.2",
"ses": "^0.13.2"
"@endo/compartment-mapper": "^0.4.0",
"ses": "^0.13.3"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.9",
"@endo/eslint-config": "^0.3.10",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
"eslint": "^7.23.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.3.10](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/eslint-config





### [0.3.9](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)

**Note:** Version bump only for package @endo/eslint-config
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/eslint-config",
"version": "0.3.9",
"version": "0.3.10",
"description": "Endo style rules",
"keywords": [
"endo",
Expand All @@ -24,7 +24,7 @@
"test": "exit 0"
},
"dependencies": {
"@endo/eslint-plugin": "^0.3.5"
"@endo/eslint-plugin": "^0.3.6"
},
"devDependencies": {
"@typescript-eslint/parser": "^4.18.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.3.6](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/eslint-plugin





### [0.3.5](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)

**Note:** Version bump only for package @endo/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/eslint-plugin",
"version": "0.3.5",
"version": "0.3.6",
"description": "Endo-specific ESLint plugin",
"keywords": [
"eslint",
Expand Down
8 changes: 8 additions & 0 deletions packages/netstring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/netstring





### [0.2.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)

**Note:** Version bump only for package @endo/netstring
Expand Down
4 changes: 2 additions & 2 deletions packages/netstring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/netstring",
"version": "0.2.2",
"version": "0.2.3",
"description": "Implements a JavaScript async iterator protocol for consuming and producing binary netstrings.",
"keywords": [],
"author": "Endo contributors",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "ava"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.9",
"@endo/eslint-config": "^0.3.10",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
"eslint": "^7.23.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ses-ava/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/ses-ava





### [0.2.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/ses-ava/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/ses-ava",
"version": "0.2.2",
"version": "0.2.3",
"description": "Virtualize Ava's test to work better under SES.",
"keywords": [
"ses",
Expand Down Expand Up @@ -32,10 +32,10 @@
"test": "ava"
},
"dependencies": {
"ses": "^0.13.2"
"ses": "^0.13.3"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.9",
"@endo/eslint-config": "^0.3.10",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
"eslint": "^7.23.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ses-integration-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.0.3](https://github.com/Agoric/SES-shim/compare/[email protected]@2.0.3) (2021-06-16)

**Note:** Version bump only for package ses-integration-test





### [2.0.2](https://github.com/Agoric/SES-shim/compare/[email protected]@2.0.2) (2021-06-14)

**Note:** Version bump only for package ses-integration-test
Expand Down
6 changes: 3 additions & 3 deletions packages/ses-integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ses-integration-test",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -30,10 +30,10 @@
"build:parcel": "parcel build scaffolding/parcel/index.html --public-url ./ -d bundles/parcel --no-minify"
},
"dependencies": {
"ses": "^0.13.2"
"ses": "^0.13.3"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.9",
"@endo/eslint-config": "^0.3.10",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^6.1.0",
"babel-eslint": "^10.0.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/ses/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.13.3](https://github.com/endojs/endo/compare/[email protected]@0.13.3) (2021-06-16)


### Features

* **ses:** Improve link errors ([71a509c](https://github.com/endojs/endo/commit/71a509cd67305b5af60d66f0b2b600ed0df8b632))



### [0.13.2](https://github.com/endojs/endo/compare/[email protected]@0.13.2) (2021-06-14)

**Note:** Version bump only for package ses
Expand Down
10 changes: 5 additions & 5 deletions packages/ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ses",
"version": "0.13.2",
"version": "0.13.3",
"description": "Secure ECMAScript",
"keywords": [
"confinement",
Expand Down Expand Up @@ -42,10 +42,10 @@
"test:platform-compatability": "node test/package/test.cjs"
},
"devDependencies": {
"@endo/compartment-mapper": "^0.3.2",
"@endo/eslint-config": "^0.3.9",
"@endo/static-module-record": "^0.5.2",
"@endo/test262-runner": "^0.1.3",
"@endo/compartment-mapper": "^0.4.0",
"@endo/eslint-config": "^0.3.10",
"@endo/static-module-record": "^0.5.3",
"@endo/test262-runner": "^0.1.4",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
"eslint": "^7.23.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/static-module-record/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.5.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-16)

**Note:** Version bump only for package @endo/static-module-record





### [0.5.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2021-06-14)

**Note:** Version bump only for package @endo/static-module-record
Expand Down
Loading

0 comments on commit 479a3ca

Please sign in to comment.