Skip to content

Commit

Permalink
Merge pull request #109 from endojs/release-20230601T203340
Browse files Browse the repository at this point in the history
chore(release): publish
  • Loading branch information
michaelfig authored Jun 2, 2023
2 parents 36c9c20 + 73d68a3 commit 658f3e1
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 13 deletions.
7 changes: 3 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": {
"message": "chore(release): publish",
"conventionalCommits": true,
"preid": "dev"
"preid": "dev",
"includeMergedTags": true
}
},
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"version": "independent"
}
18 changes: 18 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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/Jessie/compare/@jessie.js/eslint-plugin@0.3.0...@jessie.js/eslint-plugin@0.4.0) (2023-06-01)


### Bug Fixes

* **eslint-plugin:** loosen `no-nested-await` ([18261b2](https://github.com/endojs/Jessie/commit/18261b2c3480a6886d305f6805dadcb02e88e984))


### Features

* **eslint-plugin:** implement `await null;` suggestion ([8780b11](https://github.com/endojs/Jessie/commit/8780b11249a0019926c7c7d81e8129e6494ab212))
* **eslint-plugin:** new `plugin:[@jessie](https://github.com/jessie).js/internal` configuration ([a18499d](https://github.com/endojs/Jessie/commit/a18499d72536a6593461034559b57262f82f341d))
* **eslint-plugin:** separate the await rules ([1459908](https://github.com/endojs/Jessie/commit/1459908d113b92b694ce76417fd3b112dda402ec))





# [0.3.0](https://github.com/endojs/Jessie/compare/@jessie.js/eslint-plugin@0.2.1...@jessie.js/eslint-plugin@0.3.0) (2022-11-14)


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": "@jessie.js/eslint-plugin",
"version": "0.3.0",
"version": "0.4.0",
"description": "Jessie-specific ESLint plugin",
"keywords": [
"eslint",
Expand Down
8 changes: 8 additions & 0 deletions packages/parse/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/Jessie/compare/@jessie.js/parse@0.2.2...@jessie.js/parse@0.2.3) (2023-06-01)

**Note:** Version bump only for package @jessie.js/parse





## [0.2.2](https://github.com/endojs/Jessie/compare/@jessie.js/parse@0.2.1...@jessie.js/parse@0.2.2) (2022-11-14)

**Note:** Version bump only for package @jessie.js/parse
Expand Down
6 changes: 3 additions & 3 deletions packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jessie.js/parse",
"version": "0.2.2",
"version": "0.2.3",
"description": "Jessie parser generator",
"type": "module",
"keywords": [],
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@endo/far": "^0.2.3",
"@endo/init": "^0.5.41",
"@jessie.js/transform-this-module": "^0.2.2",
"jessie.js": "^0.3.2"
"@jessie.js/transform-this-module": "^0.2.3",
"jessie.js": "^0.3.3"
},
"devDependencies": {
"@endo/ses-ava": "^0.2.25",
Expand Down
11 changes: 11 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/endojs/Jessie/compare/jessie.js@0.3.2...jessie.js@0.3.3) (2023-06-01)


### Bug Fixes

* **stdlib:** conform to `noImplicitAny` ([eabd078](https://github.com/endojs/Jessie/commit/eabd0784ecc1f52d8ee5be1ea7d91da0db32f792))





## [0.3.2](https://github.com/endojs/Jessie/compare/jessie.js@0.3.1...jessie.js@0.3.2) (2022-11-14)

**Note:** Version bump only for package jessie.js
Expand Down
4 changes: 2 additions & 2 deletions packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jessie.js",
"version": "0.3.2",
"version": "0.3.3",
"description": "Jessie standard library",
"type": "module",
"keywords": [],
Expand Down Expand Up @@ -34,8 +34,8 @@
"@endo/far": "^0.2.3"
},
"devDependencies": {
"@endo/ses-ava": "^0.2.25",
"@endo/init": "^0.5.41",
"@endo/ses-ava": "^0.2.25",
"ava": "^3.12.1",
"eslint": "^7.23.0",
"nyc": "^15.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/transform-this-module/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/Jessie/compare/@jessie.js/transform-this-module@0.2.2...@jessie.js/transform-this-module@0.2.3) (2023-06-01)

**Note:** Version bump only for package @jessie.js/transform-this-module





## [0.2.2](https://github.com/endojs/Jessie/compare/@jessie.js/transform-this-module@0.2.1...@jessie.js/transform-this-module@0.2.2) (2022-11-14)

**Note:** Version bump only for package @jessie.js/transform-this-module
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-this-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jessie.js/transform-this-module",
"version": "0.2.2",
"version": "0.2.3",
"description": "Indicate that the importer needs rewriting to be valid Jessie.",
"keywords": [],
"author": "Agoric",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/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/Jessie/compare/@jessie.js/types@0.2.2...@jessie.js/types@0.2.3) (2023-06-01)

**Note:** Version bump only for package @jessie.js/types





## [0.2.2](https://github.com/endojs/Jessie/compare/@jessie.js/types@0.2.1...@jessie.js/types@0.2.2) (2022-11-14)

**Note:** Version bump only for package @jessie.js/types
Expand Down
5 changes: 3 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jessie.js/types",
"version": "0.2.2",
"version": "0.2.3",
"description": "Typescript types for Jessie.",
"keywords": [],
"author": "Agoric",
Expand Down Expand Up @@ -49,7 +49,8 @@
},
"eslintConfig": {
"extends": [
"plugin:@jessie.js/internal" ]
"plugin:@jessie.js/internal"
]
},
"prettier": {
"trailingComma": "all",
Expand Down

0 comments on commit 658f3e1

Please sign in to comment.