@gtkx/react 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -83,6 +83,7 @@ Explore complete applications in the [`examples/`](./examples) directory:
83
83
  - **[gtk-demo](./examples/gtk-demo)** — Full replica of the official GTK demo app
84
84
  - **[hello-world](./examples/hello-world)** — Minimal application showing a counter
85
85
  - **[todo](./examples/todo)** — Full-featured todo application with Adwaita styling and testing
86
+ - **[x-showcase](./examples/x-showcase)** — Showcase of all x.* virtual components
86
87
  - **[deploying](./examples/deploying)** — Example of packaging and distributing a GTKX app
87
88
 
88
89
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/react",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "Build GTK4 desktop applications with React and TypeScript",
5
5
  "keywords": [
6
6
  "gtkx",
@@ -37,8 +37,8 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "react-reconciler": "^0.33.0",
40
- "@gtkx/gir": "0.13.1",
41
- "@gtkx/ffi": "0.13.1"
40
+ "@gtkx/ffi": "0.13.2",
41
+ "@gtkx/gir": "0.13.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react-reconciler": "^0.32.3"