@cosmicdrift/kumiko-renderer-web 0.10.0 → 0.11.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/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @cosmicdrift/kumiko-renderer-web
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @cosmicdrift/kumiko-headless@0.11.0
8
+ - @cosmicdrift/kumiko-renderer@0.11.0
9
+ - @cosmicdrift/kumiko-dispatcher-live@0.11.0
10
+
3
11
  ## 0.10.0
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-renderer-web",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Web-platform bindings for @cosmicdrift/kumiko-renderer. HTML default-primitives, browser history-based navigation, EventSource-backed live events, and a one-call createKumikoApp that mounts the whole stack via react-dom.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -16,9 +16,9 @@
16
16
  "./styles.css": "./src/styles.css"
17
17
  },
18
18
  "dependencies": {
19
- "@cosmicdrift/kumiko-dispatcher-live": "0.10.0",
20
- "@cosmicdrift/kumiko-headless": "0.10.0",
21
- "@cosmicdrift/kumiko-renderer": "0.10.0",
19
+ "@cosmicdrift/kumiko-dispatcher-live": "0.11.0",
20
+ "@cosmicdrift/kumiko-headless": "0.11.0",
21
+ "@cosmicdrift/kumiko-renderer": "0.11.0",
22
22
  "@radix-ui/react-dialog": "^1.1.15",
23
23
  "@radix-ui/react-dropdown-menu": "^2.1.16",
24
24
  "@radix-ui/react-label": "^2.1.8",