@plasius/hexagons 1.0.9 → 1.0.12

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 +16 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -8,6 +8,20 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ - **Added**
12
+ - (placeholder)
13
+
14
+ - **Changed**
15
+ - (placeholder)
16
+
17
+ - **Fixed**
18
+ - (placeholder)
19
+
20
+ - **Security**
21
+ - (placeholder)
22
+
23
+ ## [1.0.12] - 2026-03-04
24
+
11
25
  - **Added**
12
26
  - (placeholder)
13
27
 
@@ -119,7 +133,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
119
133
 
120
134
  ---
121
135
 
122
- [Unreleased]: https://github.com/Plasius-LTD/hexagons/compare/v1.0.8...HEAD
136
+ [Unreleased]: https://github.com/Plasius-LTD/hexagons/compare/v1.0.12...HEAD
123
137
 
124
138
  ## [1.0.0] - 2026-02-11
125
139
 
@@ -140,3 +154,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
140
154
  [1.0.6]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.6
141
155
  [1.0.7]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.7
142
156
  [1.0.8]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.8
157
+ [1.0.12]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/hexagons",
3
- "version": "1.0.9",
3
+ "version": "1.0.12",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -30,10 +30,10 @@
30
30
  "author": "Plasius LTD <development@plasius.co.uk>",
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "@plasius/error": "^1.0.6",
34
- "@plasius/gpu-world-generator": "^0.0.6",
35
- "@plasius/gpu-xr": "^0.1.2",
36
- "@plasius/react-state": "^1.2.2"
33
+ "@plasius/error": "^1.0.9",
34
+ "@plasius/gpu-world-generator": "^0.0.10",
35
+ "@plasius/gpu-xr": "^0.1.5",
36
+ "@plasius/react-state": "^1.2.5"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "19.1.0"