From e10eb9772beabace370aab411262c5c78af6a87b Mon Sep 17 00:00:00 2001 From: Pascal Garber Date: Thu, 4 Apr 2024 20:17:53 +0200 Subject: [PATCH] Bumb version 4.0.0-beta.2 --- examples/gjs/adw-1-hello/package.json | 2 +- examples/gjs/gio-2-cat/package.json | 2 +- examples/gjs/gio-2-dbus/package.json | 2 +- examples/gjs/gio-2-list-model/package.json | 2 +- examples/gjs/glib-2-spawn-command/package.json | 2 +- examples/gjs/glib-2-variant/package.json | 2 +- examples/gjs/gtk-3-browser/package.json | 2 +- examples/gjs/gtk-3-builder/package.json | 2 +- examples/gjs/gtk-3-calc/package.json | 2 +- examples/gjs/gtk-3-editor/package.json | 2 +- examples/gjs/gtk-3-gettext/package.json | 2 +- examples/gjs/gtk-3-hello-2/package.json | 2 +- examples/gjs/gtk-3-hello/package.json | 2 +- examples/gjs/gtk-3-template/package.json | 2 +- examples/gjs/gtk-3-webkit/package.json | 2 +- examples/gjs/gtk-4-application/package.json | 2 +- examples/gjs/gtk-4-custom-widget/package.json | 2 +- examples/gjs/gtk-4-list-store/package.json | 2 +- examples/gjs/gtk-4-template/package.json | 2 +- examples/gjs/run-async/package.json | 2 +- examples/gjs/soup-3-http/package.json | 2 +- examples/gjs/soup-3-websocket/package.json | 2 +- examples/gjs/timers/package.json | 2 +- package.json | 2 +- packages/cli/package.json | 2 +- packages/generator-base/package.json | 2 +- packages/generator-html-doc/package.json | 2 +- packages/generator-typescript/package.json | 2 +- packages/lib/package.json | 2 +- types | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/examples/gjs/adw-1-hello/package.json b/examples/gjs/adw-1-hello/package.json index d48bd64bf..16bcdf5c2 100644 --- a/examples/gjs/adw-1-hello/package.json +++ b/examples/gjs/adw-1-hello/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/adw-1-hello-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Typescript hello-world example using Libadwaita", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat/package.json b/examples/gjs/gio-2-cat/package.json index 2472782fd..c7d78ad08 100644 --- a/examples/gjs/gio-2-cat/package.json +++ b/examples/gjs/gio-2-cat/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gio-2-cat-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-dbus/package.json b/examples/gjs/gio-2-dbus/package.json index e0d8ea7d6..9d279aff1 100644 --- a/examples/gjs/gio-2-dbus/package.json +++ b/examples/gjs/gio-2-dbus/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gio-2-dbus-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "GJS example showing how to build a DBus server/client", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-list-model/package.json b/examples/gjs/gio-2-list-model/package.json index 2361163fa..7d305b116 100644 --- a/examples/gjs/gio-2-list-model/package.json +++ b/examples/gjs/gio-2-list-model/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gio-2-list-model-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "An example of implementing the GListModel interface in GJS", "main": "index.js", "type": "module", diff --git a/examples/gjs/glib-2-spawn-command/package.json b/examples/gjs/glib-2-spawn-command/package.json index e6761f2f3..975175628 100644 --- a/examples/gjs/glib-2-spawn-command/package.json +++ b/examples/gjs/glib-2-spawn-command/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/glib-2-spawn-command-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "", "module": "dist/main.js", "private": true, diff --git a/examples/gjs/glib-2-variant/package.json b/examples/gjs/glib-2-variant/package.json index 49c4214ea..1d6a7d0c6 100644 --- a/examples/gjs/glib-2-variant/package.json +++ b/examples/gjs/glib-2-variant/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/glib-2-variant-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "ts-for-gir GVariant example based on https://gjs.guide/guides/glib/gvariant.html", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-browser/package.json b/examples/gjs/gtk-3-browser/package.json index e32efda3a..e3cbd2747 100644 --- a/examples/gjs/gtk-3-browser/package.json +++ b/examples/gjs/gtk-3-browser/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-browser-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "", "module": "dist/main.js", "type": "module", diff --git a/examples/gjs/gtk-3-builder/package.json b/examples/gjs/gtk-3-builder/package.json index 0a2ff0779..37a7e4071 100644 --- a/examples/gjs/gtk-3-builder/package.json +++ b/examples/gjs/gtk-3-builder/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-builder-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-calc/package.json b/examples/gjs/gtk-3-calc/package.json index 056aff290..89246765c 100644 --- a/examples/gjs/gtk-3-calc/package.json +++ b/examples/gjs/gtk-3-calc/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-calc-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 3 calculator example app", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-editor/package.json b/examples/gjs/gtk-3-editor/package.json index 732a7cfc5..1cf7fe036 100644 --- a/examples/gjs/gtk-3-editor/package.json +++ b/examples/gjs/gtk-3-editor/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-editor-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-gettext/package.json b/examples/gjs/gtk-3-gettext/package.json index d9c902c2d..d92c725ee 100644 --- a/examples/gjs/gtk-3-gettext/package.json +++ b/examples/gjs/gtk-3-gettext/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-gettext-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-hello-2/package.json b/examples/gjs/gtk-3-hello-2/package.json index e1d38bde3..04d5114f8 100644 --- a/examples/gjs/gtk-3-hello-2/package.json +++ b/examples/gjs/gtk-3-hello-2/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-hello-2-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 3 example app to demonstrate how you can connect to Gtk signals", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-hello/package.json b/examples/gjs/gtk-3-hello/package.json index 6cb39ad29..5fd56afea 100644 --- a/examples/gjs/gtk-3-hello/package.json +++ b/examples/gjs/gtk-3-hello/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-hello-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-template/package.json b/examples/gjs/gtk-3-template/package.json index 5fc6363fd..042999bb7 100644 --- a/examples/gjs/gtk-3-template/package.json +++ b/examples/gjs/gtk-3-template/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-template-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 3 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-webkit/package.json b/examples/gjs/gtk-3-webkit/package.json index 4210e2f8c..77638c28c 100644 --- a/examples/gjs/gtk-3-webkit/package.json +++ b/examples/gjs/gtk-3-webkit/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-3-webkit-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 3 example app to demonstrate how you can use WebKit2", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-application/package.json b/examples/gjs/gtk-4-application/package.json index 942fc80bc..8397808c5 100644 --- a/examples/gjs/gtk-4-application/package.json +++ b/examples/gjs/gtk-4-application/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-4-application-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use and extend Gtk.Application", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-custom-widget/package.json b/examples/gjs/gtk-4-custom-widget/package.json index 587fbe0b3..5f39550dd 100644 --- a/examples/gjs/gtk-4-custom-widget/package.json +++ b/examples/gjs/gtk-4-custom-widget/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gjs-gtk-4-custom-widget-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "This example shows the usage of custom widgets and virtual functions in GJS", "main": "dist/index.js", "type": "module", diff --git a/examples/gjs/gtk-4-list-store/package.json b/examples/gjs/gtk-4-list-store/package.json index 916147886..d4ae07943 100644 --- a/examples/gjs/gtk-4-list-store/package.json +++ b/examples/gjs/gtk-4-list-store/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-4-list-store-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "It takes the hassle away from building Gtk4 application in Python So you can create a cool application, without all the boilerplate code", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-template/package.json b/examples/gjs/gtk-4-template/package.json index 62b98f0e9..2aac86a13 100644 --- a/examples/gjs/gtk-4-template/package.json +++ b/examples/gjs/gtk-4-template/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/gtk-4-template-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/gjs/run-async/package.json b/examples/gjs/run-async/package.json index 90aca7ce4..ae8c8acc8 100644 --- a/examples/gjs/run-async/package.json +++ b/examples/gjs/run-async/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/run-async-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/soup-3-http/package.json b/examples/gjs/soup-3-http/package.json index df4f0e51e..75f97f4f5 100644 --- a/examples/gjs/soup-3-http/package.json +++ b/examples/gjs/soup-3-http/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/soup-3-http-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "GJS example showing how to build a http server/client using Soap 3", "main": "index.js", "type": "module", diff --git a/examples/gjs/soup-3-websocket/package.json b/examples/gjs/soup-3-websocket/package.json index f3431ab08..3c9a857c0 100644 --- a/examples/gjs/soup-3-websocket/package.json +++ b/examples/gjs/soup-3-websocket/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/soup-3-websocket-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Soup 3 example app to demonstrate how you can use WebSockets", "main": "index.js", "type": "module", diff --git a/examples/gjs/timers/package.json b/examples/gjs/timers/package.json index d976e412e..034c2fe11 100644 --- a/examples/gjs/timers/package.json +++ b/examples/gjs/timers/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir-example/timers-example", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/package.json b/package.json index b6e79c9ad..528b2d242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Typescript .d.ts generator from GIR for gjs", "type": "module", "private": true, diff --git a/packages/cli/package.json b/packages/cli/package.json index 6a608f890..f5a584f32 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/cli", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "TypeScript type definition generator for GObject introspection GIR files", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-base/package.json b/packages/generator-base/package.json index 39873f00a..3f0ad5c21 100644 --- a/packages/generator-base/package.json +++ b/packages/generator-base/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-base", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Base generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-html-doc/package.json b/packages/generator-html-doc/package.json index 8debf7fd6..405d19c23 100644 --- a/packages/generator-html-doc/package.json +++ b/packages/generator-html-doc/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-html-doc", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "HTML Documentation generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-typescript/package.json b/packages/generator-typescript/package.json index e12610d1b..6406cb1f4 100644 --- a/packages/generator-typescript/package.json +++ b/packages/generator-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-typescript", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "TypeScript type definition generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/lib/package.json b/packages/lib/package.json index e25defa7d..537e5bafc 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/lib", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Typescript .d.ts generator from GIR for gjs", "module": "lib/index.js", "main": "lib/index.js", diff --git a/types b/types index 90dd0b157..d1cea117d 160000 --- a/types +++ b/types @@ -1 +1 @@ -Subproject commit 90dd0b1573aaf353f482a40e14cb12fedc7cc6e9 +Subproject commit d1cea117d8cce54434a356746a9196a0d394e86a