@plasius/hexagons 1.0.5 → 1.0.6

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 +8 -6
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.6] - 2026-02-28
24
+
11
25
  - **Added**
12
26
  - (placeholder)
13
27
 
@@ -76,7 +90,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
76
90
 
77
91
  ---
78
92
 
79
- [Unreleased]: https://github.com/Plasius-LTD/hexagons/compare/v1.0.5...HEAD
93
+ [Unreleased]: https://github.com/Plasius-LTD/hexagons/compare/v1.0.6...HEAD
80
94
 
81
95
  ## [1.0.0] - 2026-02-11
82
96
 
@@ -94,3 +108,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
94
108
  [1.0.3]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.3
95
109
  [1.0.4]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.4
96
110
  [1.0.5]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.5
111
+ [1.0.6]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/hexagons",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -22,15 +22,17 @@
22
22
  "audit:all": "npm-run-all -l audit:ts audit:eslint audit:deps audit:npm audit:test",
23
23
  "build:cjs": "tsc -p tsconfig.json --module commonjs --moduleResolution node --outDir dist-cjs --tsBuildInfoFile dist-cjs/tsconfig.tsbuildinfo --listEmittedFiles && rsync -av --include '*/' --include '*.module.css' --exclude '*' src/ dist-cjs/ || true",
24
24
  "lint": "eslint .",
25
- "prepare": "npm run build"
25
+ "prepare": "npm run build",
26
+ "pack:check": "node scripts/verify-public-package.cjs",
27
+ "prepublishOnly": "npm run build && npm run pack:check"
26
28
  },
27
29
  "author": "Plasius LTD <development@plasius.co.uk>",
28
30
  "license": "MIT",
29
31
  "dependencies": {
30
- "@plasius/error": "^1.0.0",
31
- "@plasius/gpu-world-generator": "^0.0.4",
32
- "@plasius/gpu-xr": "^0.1.0",
33
- "@plasius/react-state": "^1.2.0"
32
+ "@plasius/error": "^1.0.5",
33
+ "@plasius/gpu-world-generator": "^0.0.5",
34
+ "@plasius/gpu-xr": "^0.1.1",
35
+ "@plasius/react-state": "^1.2.2"
34
36
  },
35
37
  "peerDependencies": {
36
38
  "react": "19.1.0"