@gtkx/css 0.14.0 → 0.15.0

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -80,11 +80,11 @@ render(<App />, "com.example.counter");
80
80
 
81
81
  Explore complete applications in the [`examples/`](./examples) directory:
82
82
 
83
- - **[browser](./examples/browser)** — Simple browser using WebKitWebView
84
83
  - **[gtk-demo](./examples/gtk-demo)** — Full replica of the official GTK demo app
85
84
  - **[hello-world](./examples/hello-world)** — Minimal application showing a counter
86
85
  - **[todo](./examples/todo)** — Full-featured todo application with Adwaita styling and testing
87
86
  - **[x-showcase](./examples/x-showcase)** — Showcase of all x.\* virtual components
87
+ - **[browser](./examples/browser)** — Simple browser using WebKitWebView
88
88
  - **[deploying](./examples/deploying)** — Example of packaging and distributing a GTKX app
89
89
 
90
90
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/css",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Emotion-style CSS-in-JS for GTKX applications",
5
5
  "keywords": [
6
6
  "gtkx",
@@ -39,10 +39,10 @@
39
39
  "dependencies": {
40
40
  "@emotion/cache": "^11.14.0",
41
41
  "@emotion/serialize": "^1.3.3",
42
- "@gtkx/ffi": "0.14.0"
42
+ "@gtkx/ffi": "0.15.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@gtkx/vitest": "0.14.0"
45
+ "@gtkx/vitest": "0.15.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsc -b && cp ../../README.md .",