Skip to content

Commit

Permalink
chore: release v8.7.6
Browse files Browse the repository at this point in the history
* (foxriver76) fix error with subpath imports in scripts
  • Loading branch information
foxriver76 committed Jul 28, 2024
1 parent 7e2ba41 commit a0eec8c
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 27 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
The newest change log is in README.md
## 8.7.1 (2024-07-22)
* (foxriver76) load correct typings for TypeScript scripts with js-controller v6 (needs js-controller v6.0.9)

## 8.7.0 (2024-07-18)
* (klein0r) Escape all field inputs correctly when using single quotes
* (klein0r) Added sandbox function to subscribe to all enum members
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 8.7.6 (2024-07-28)
* (foxriver76) fix error with subpath imports in scripts

### 8.7.5 (2024-07-27)
Expand All @@ -43,9 +43,6 @@ Executes Javascript, Typescript Scripts.
### 8.7.2 (2024-07-23)
* (foxriver76) fixed subpath imports with controller v6 (needs js-controller v6.0.9)

### 8.7.1 (2024-07-22)
* (foxriver76) load correct typings for TypeScript scripts with js-controller v6 (needs js-controller v6.0.9)

## License
The MIT License (MIT)

Expand Down
10 changes: 5 additions & 5 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.js": "/static/js/main.f647d2ba.js",
"main.js": "/static/js/main.fb205034.js",
"static/css/253.d364a287.chunk.css": "/static/css/253.d364a287.chunk.css",
"static/js/253.ffa24928.chunk.js": "/static/js/253.ffa24928.chunk.js",
"static/js/253.59baf1c4.chunk.js": "/static/js/253.59baf1c4.chunk.js",
"static/js/498.660757a3.chunk.js": "/static/js/498.660757a3.chunk.js",
"static/js/160.c8d32710.chunk.js": "/static/js/160.c8d32710.chunk.js",
"static/js/586.cfd14ef3.chunk.js": "/static/js/586.cfd14ef3.chunk.js",
Expand Down Expand Up @@ -146,9 +146,9 @@
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
"main.f647d2ba.js.map": "/static/js/main.f647d2ba.js.map",
"main.fb205034.js.map": "/static/js/main.fb205034.js.map",
"253.d364a287.chunk.css.map": "/static/css/253.d364a287.chunk.css.map",
"253.ffa24928.chunk.js.map": "/static/js/253.ffa24928.chunk.js.map",
"253.59baf1c4.chunk.js.map": "/static/js/253.59baf1c4.chunk.js.map",
"498.660757a3.chunk.js.map": "/static/js/498.660757a3.chunk.js.map",
"160.c8d32710.chunk.js.map": "/static/js/160.c8d32710.chunk.js.map",
"586.cfd14ef3.chunk.js.map": "/static/js/586.cfd14ef3.chunk.js.map",
Expand All @@ -165,6 +165,6 @@
"817.a2381df9.chunk.js.map": "/static/js/817.a2381df9.chunk.js.map"
},
"entrypoints": [
"static/js/main.f647d2ba.js"
"static/js/main.fb205034.js"
]
}
2 changes: 2 additions & 0 deletions admin/static/js/253.59baf1c4.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/static/js/253.59baf1c4.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions admin/static/js/main.fb205034.js

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

1 change: 1 addition & 0 deletions admin/static/js/main.fb205034.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a0eec8c

Please sign in to comment.