Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 8, 2020
1 parent 615c8d2 commit b1f7c54
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 18 deletions.
8 changes: 8 additions & 0 deletions packages/shader-ast-glsl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/shader-ast-glsl





## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/shader-ast-glsl
Expand Down
4 changes: 2 additions & 2 deletions packages/shader-ast-glsl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/shader-ast-glsl",
"version": "0.2.2",
"version": "0.2.3",
"description": "Customizable GLSL code generator for @thi.ng/shader-ast",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@thi.ng/api": "^6.12.0",
"@thi.ng/checks": "^2.7.4",
"@thi.ng/errors": "^1.2.17",
"@thi.ng/shader-ast": "^0.5.1"
"@thi.ng/shader-ast": "^0.5.2"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/shader-ast-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/shader-ast-js





## [0.4.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/shader-ast-js
Expand Down
4 changes: 2 additions & 2 deletions packages/shader-ast-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/shader-ast-js",
"version": "0.4.39",
"version": "0.4.40",
"description": "Customizable JS code generator, compiler & runtime for @thi.ng/shader-ast",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@thi.ng/math": "^2.0.1",
"@thi.ng/matrices": "^0.6.26",
"@thi.ng/pixel": "^0.4.1",
"@thi.ng/shader-ast": "^0.5.1",
"@thi.ng/shader-ast": "^0.5.2",
"@thi.ng/vectors": "^4.5.6"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/shader-ast-stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/shader-ast-stdlib





## [0.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/shader-ast-stdlib
Expand Down
4 changes: 2 additions & 2 deletions packages/shader-ast-stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/shader-ast-stdlib",
"version": "0.4.1",
"version": "0.4.2",
"description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.12.0",
"@thi.ng/shader-ast": "^0.5.1"
"@thi.ng/shader-ast": "^0.5.2"
},
"files": [
"*.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/shader-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)


### Bug Fixes

* **shader-ast:** fix typo in isTerm(), add tests ([615c8d2](https://github.com/thi-ng/umbrella/commit/615c8d2e5ae19e9744c6cdb60a9906df82f993d1))





## [0.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/shader-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/shader-ast",
"version": "0.5.1",
"version": "0.5.2",
"description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webgl-msdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.51](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/webgl-msdf





## [0.1.50](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/webgl-msdf
Expand Down
6 changes: 3 additions & 3 deletions packages/webgl-msdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl-msdf",
"version": "0.1.50",
"version": "0.1.51",
"description": "Multi-channel SDF font rendering & basic text layout for WebGL",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,11 +50,11 @@
},
"dependencies": {
"@thi.ng/api": "^6.12.0",
"@thi.ng/shader-ast": "^0.5.1",
"@thi.ng/shader-ast": "^0.5.2",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vector-pools": "^1.0.39",
"@thi.ng/vectors": "^4.5.6",
"@thi.ng/webgl": "^3.0.2"
"@thi.ng/webgl": "^3.0.3"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webgl-shadertoy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/webgl-shadertoy





## [0.2.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/webgl-shadertoy
Expand Down
8 changes: 4 additions & 4 deletions packages/webgl-shadertoy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl-shadertoy",
"version": "0.2.37",
"version": "0.2.38",
"description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"dependencies": {
"@thi.ng/api": "^6.12.0",
"@thi.ng/shader-ast": "^0.5.1",
"@thi.ng/shader-ast-glsl": "^0.2.2",
"@thi.ng/webgl": "^3.0.2"
"@thi.ng/shader-ast": "^0.5.2",
"@thi.ng/shader-ast-glsl": "^0.2.3",
"@thi.ng/webgl": "^3.0.3"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/webgl





## [3.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-08)

**Note:** Version bump only for package @thi.ng/webgl
Expand Down
8 changes: 4 additions & 4 deletions packages/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl",
"version": "3.0.2",
"version": "3.0.3",
"description": "WebGL & GLSL abstraction layer",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -57,9 +57,9 @@
"@thi.ng/errors": "^1.2.17",
"@thi.ng/matrices": "^0.6.26",
"@thi.ng/pixel": "^0.4.1",
"@thi.ng/shader-ast": "^0.5.1",
"@thi.ng/shader-ast-glsl": "^0.2.2",
"@thi.ng/shader-ast-stdlib": "^0.4.1",
"@thi.ng/shader-ast": "^0.5.2",
"@thi.ng/shader-ast-glsl": "^0.2.3",
"@thi.ng/shader-ast-stdlib": "^0.4.2",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vector-pools": "^1.0.39",
"@thi.ng/vectors": "^4.5.6"
Expand Down

0 comments on commit b1f7c54

Please sign in to comment.