Skip to content

Commit

Permalink
deploy: 56ad855
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulanger committed Dec 6, 2023
1 parent 48fcea4 commit dbd10c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v7.6/_variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"qooxdoo": {
"version": "7.6.2"
"version": "7.6.3"
}
}
2 changes: 1 addition & 1 deletion v7.6/development/compiler/configuration/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ You can also add plugins and global options to babel (at the top level only), fo
```json5
"babel": {
"plugins": {
"@babel/plugin-proposal-optional-chaining": true
"@babel/plugin-transform-optional-chaining": true
},
"options": {
"targets": "node >= 12"
Expand Down
3 changes: 3 additions & 0 deletions v7.6/release-notes.7.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Qooxdoo Release Notes

## Fixes for v7.6.3
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-10-05&until==2023-12-06

## Fixes for v7.6.2
For a full list of changes see https://github.com/qooxdoo/qooxdoo/commits/master?branch=master&qualified_name=refs%2Fheads%2Fmaster&since=2023-07-29&until==2023-10-04

Expand Down

0 comments on commit dbd10c7

Please sign in to comment.