@thi.ng/shader-ast-stdlib 0.10.4 → 0.10.7

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 +24 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.10.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.6...@thi.ng/shader-ast-stdlib@0.10.7) (2021-10-28)
7
+
8
+ **Note:** Version bump only for package @thi.ng/shader-ast-stdlib
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.10.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.5...@thi.ng/shader-ast-stdlib@0.10.6) (2021-10-28)
15
+
16
+ **Note:** Version bump only for package @thi.ng/shader-ast-stdlib
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.10.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.4...@thi.ng/shader-ast-stdlib@0.10.5) (2021-10-28)
23
+
24
+ **Note:** Version bump only for package @thi.ng/shader-ast-stdlib
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.10.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.3...@thi.ng/shader-ast-stdlib@0.10.4) (2021-10-25)
7
31
 
8
32
  **Note:** Version bump only for package @thi.ng/shader-ast-stdlib
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/shader-ast-stdlib",
3
- "version": "0.10.4",
3
+ "version": "0.10.7",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,11 +34,11 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.4",
38
- "@thi.ng/shader-ast": "^0.11.4"
37
+ "@thi.ng/api": "^8.0.6",
38
+ "@thi.ng/shader-ast": "^0.11.7"
39
39
  },
40
40
  "devDependencies": {
41
- "@thi.ng/testament": "^0.1.4"
41
+ "@thi.ng/testament": "^0.1.6"
42
42
  },
43
43
  "keywords": [
44
44
  "ast",
@@ -307,5 +307,5 @@
307
307
  ],
308
308
  "year": 2019
309
309
  },
310
- "gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05"
310
+ "gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
311
311
  }