Skip to content

Commit

Permalink
v 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor committed Apr 25, 2024
1 parent b00a068 commit f6e4776
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 372 deletions.
24 changes: 24 additions & 0 deletions apps/nodditor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@jsx6/nodditor",
"entries": [
{
"version": "1.0.40",
"tag": "@jsx6/nodditor_v1.0.40",
"date": "Thu, 25 Apr 2024 11:46:22 GMT",
"comments": {
"dependency": [
{
"comment": "Dependency @jsx6/jsx-runtime version bump from 1.8.3 to 1.8.4."
},
{
"comment": "Dependency @jsx6/jsx6 version bump from 1.8.3 to 1.8.4."
},
{
"comment": "Dependency @jsx6/signal version bump from 1.8.3 to 1.8.4."
},
{
"comment": "Dependency @jsx6/w version bump from 1.8.3 to 1.8.4."
},
{
"comment": "Dependency @jsx6/jsx-dev-runtime version bump from 1.8.3 to 1.8.4."
}
]
}
},
{
"version": "1.0.29",
"tag": "@jsx6/nodditor_v1.0.29",
Expand Down
7 changes: 6 additions & 1 deletion apps/nodditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @jsx6/nodditor

This log was last generated on Sun, 17 Sep 2023 14:41:08 GMT and should not be manually modified.
This log was last generated on Thu, 25 Apr 2024 11:46:22 GMT and should not be manually modified.

## 1.0.40
Thu, 25 Apr 2024 11:46:22 GMT

_Version update only_

## 1.0.29
Sun, 17 Sep 2023 14:41:08 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/nodditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsx6/nodditor",
"version": "1.0.39",
"version": "1.0.40",
"type": "module",
"description": "JSX6 blocky nodes code editor",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsx6/repl",
"version": "1.8.3",
"version": "1.8.4",
"type": "module",
"description": "JSX6 REPL engine",
"main": "index.js",
Expand Down
Loading

0 comments on commit f6e4776

Please sign in to comment.