create-three-blocks-starter 0.5.0 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-three-blocks-starter
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c438bd0: Starter: New projects now install Three Blocks 0.8.0.
8
+
3
9
  ## 0.5.0
4
10
 
5
11
  ### Minor Changes
package/dist/constants.js CHANGED
@@ -9,7 +9,7 @@ export const GENERATOR_VERSION = (() => {
9
9
  export const RESULT_PROTOCOL_VERSION = 1;
10
10
  export const COMPATIBILITY_VERSIONS = Object.freeze({
11
11
  three: '0.185.1',
12
- threeBlocks: '0.7.0',
12
+ threeBlocks: '0.8.0',
13
13
  lenis: '1.3.25',
14
14
  statsGl: '4.2.3',
15
15
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-three-blocks-starter",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Create a typed, worker-first Three Blocks project",