Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steeelydan committed Oct 5, 2023
1 parent 3b8a70f commit 0649e75
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions compiler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js2eel/compiler",
"version": "0.9.1",
"version": "0.10.0",
"description": "Write REAPER JSFX/EEL2 plugins in JavaScript",
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js2eel-desktop",
"version": "0.9.1",
"version": "0.10.0",
"homepage": "https://js2eel.org",
"description": "JS2EEL",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@js2eel/gui",
"private": true,
"version": "0.9.1",
"version": "0.10.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ then
cd ../desktop || exit; printf "\nBumping package /desktop\n\n"; npm version "$1"; \
cd ../gui || exit; printf "\nBumping package /gui\n\n"; npm version "$1"; \
printf "\nBumped all packages to next %s version.\n" "$1"
else
printf "Possible version values: patch, minor, major\n"
fi

0 comments on commit 0649e75

Please sign in to comment.