@oh-just-another/renderer-canvas 0.61.0 → 0.61.1

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @oh-just-another/renderer-canvas
2
2
 
3
+ ## 0.61.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @oh-just-another/renderer-core@0.60.1
8
+
3
9
  ## 0.61.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-just-another/renderer-canvas",
3
- "version": "0.61.0",
3
+ "version": "0.61.1",
4
4
  "description": "Canvas2D rendering backend: a RenderTarget over CanvasRenderingContext2D, built-in shape renderers, and hi-DPI multi-layer DOM helpers.",
5
5
  "license": "MIT",
6
6
  "author": "Rustam Garifulin <rustam@n69.in>",
@@ -49,7 +49,7 @@
49
49
  "@oh-just-another/fonts": "0.1.0",
50
50
  "@oh-just-another/glyph-atlas": "0.57.0",
51
51
  "@oh-just-another/math": "0.58.0",
52
- "@oh-just-another/renderer-core": "0.60.0",
52
+ "@oh-just-another/renderer-core": "0.60.1",
53
53
  "@oh-just-another/renderer-workers": "0.57.0",
54
54
  "@oh-just-another/scene": "0.61.0",
55
55
  "@oh-just-another/types": "0.57.0"