Skip to content

Commit

Permalink
release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jul 24, 2023
1 parent 4940401 commit 60f01b0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.7.4 2023-07-24 13:55:13 +0200 Tobias Oetiker <tobi@oetiker.ch>

- updated to qx 7 compiler

0.7.3 2022-07-12 09:33:05 +0200 Tobias Oetiker <tobi@oetiker.ch>

- fail on qx warnings
- update required node versions
- misc cleanups

0.7.2 2021-01-26 12:14:01 +0100 Tobias Oetiker <tobi@oetiker.ch>

- fix table query in songs demo app
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/Author/generate/automake_app.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mojo::File;
use POSIX qw(strftime);
use Cwd 'getcwd';
use File::Spec::Functions qw(catdir catfile);
our $VERSION = '0.7.3';
our $VERSION = '0.7.4';
has description => 'Generate Mojolicious web application with Automake';
has usage => sub { shift->extract_usage };

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/Author/generate/callbackery_app.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Mojo::File;
use POSIX qw(strftime);
use Cwd 'getcwd';
use File::Spec::Functions qw(catdir catfile);
our $VERSION = '0.7.2';
our $VERSION = '0.7.4';
has description => 'Generate Callbackery web application with Automake';
has usage => sub { shift->extract_usage };

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json",
"$schema": "https://qooxdoo.org/schema/Manifest-2-0-0.json",
"info" :
{
"name" : "<%= ${class} %>",
Expand All @@ -24,7 +24,7 @@
"translation" : "source/translation"
},
"requires": {
"@qooxdoo/framework": "^6.0.0-beta",
"@qooxdoo/compiler" : "^1.0.0-beta"
"@qooxdoo/framework": "^7.0.0",
"qooxdoo/deprecated.qx.io.remote": "^1.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/compile-1-0-0.json",
"$schema": "https://qooxdoo.org/schema/compile-1-0-0.json",
"targets": [
{
"type": "source",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@qooxdoo/compiler": "^1.0.0-beta"
"@qooxdoo/framework": "^7.0.0"
}
}

0 comments on commit 60f01b0

Please sign in to comment.