Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish 2024-03-28 #117

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/eslint-plugin/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.4.1](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2024-03-28)


### Bug Fixes

* drop sometimes superfluous max-len ([8d5bd0c](https://github.com/endojs/Jessie/commit/8d5bd0c90ad7facff8826af8896f5c00eaf83520))





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


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.4.0",
"version": "0.4.1",
"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.4](https://github.com/endojs/Jessie/compare/@jessie.js/[email protected][email protected]/[email protected]) (2024-03-28)

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





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

**Note:** Version bump only for package @jessie.js/parse
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.2.4",
"description": "Jessie parser generator",
"type": "module",
"keywords": [],
Expand Down Expand Up @@ -35,7 +35,7 @@
"@endo/far": "^1.0.0",
"@endo/init": "^1.0.0",
"@jessie.js/transform-this-module": "^0.2.3",
"jessie.js": "^0.3.3"
"jessie.js": "^0.3.4"
},
"devDependencies": {
"@endo/ses-ava": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/stdlib/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.4](https://github.com/endojs/Jessie/compare/[email protected]@0.3.4) (2024-03-28)

**Note:** Version bump only for package jessie.js





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


Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jessie.js",
"version": "0.3.3",
"version": "0.3.4",
"description": "Jessie standard library",
"type": "module",
"keywords": [],
Expand Down
Loading