Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/shader-ast-glsl@0.2.1
 - @thi.ng/shader-ast-js@0.4.38
 - @thi.ng/shader-ast-stdlib@0.4.0
 - @thi.ng/shader-ast@0.5.0
 - @thi.ng/webgl-msdf@0.1.49
 - @thi.ng/webgl-shadertoy@0.2.36
 - @thi.ng/webgl@3.0.1
  • Loading branch information
postspectacular committed Aug 8, 2020
1 parent dd1d855 commit 981e878
Show file tree
Hide file tree
Showing 14 changed files with 83 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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.2.0...@thi.ng/shader-ast-glsl@0.2.1) (2020-08-08)

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





# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.1.39...@thi.ng/shader-ast-glsl@0.2.0) (2020-07-28)


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.0",
"version": "0.2.1",
"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.4.0"
"@thi.ng/shader-ast": "^0.5.0"
},
"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.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.4.37...@thi.ng/shader-ast-js@0.4.38) (2020-08-08)

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





## [0.4.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.4.36...@thi.ng/shader-ast-js@0.4.37) (2020-07-28)

**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.37",
"version": "0.4.38",
"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.4.0",
"@thi.ng/shader-ast": "^0.5.0",
"@thi.ng/vectors": "^4.5.6"
},
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/shader-ast-stdlib/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.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.3.33...@thi.ng/shader-ast-stdlib@0.4.0) (2020-08-08)


### Features

* **shader-ast-stdlib:** add borderMask() ([bea00bf](https://github.com/thi-ng/umbrella/commit/bea00bfc465b55f9fbafb35d2a1cc389766ab620))





## [0.3.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.3.32...@thi.ng/shader-ast-stdlib@0.3.33) (2020-07-28)

**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.3.33",
"version": "0.4.0",
"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.4.0"
"@thi.ng/shader-ast": "^0.5.0"
},
"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.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.4.0...@thi.ng/shader-ast@0.5.0) (2020-08-08)


### Features

* **shader-ast:** add vec coercions (bvec, ivec..) ([a0d0c55](https://github.com/thi-ng/umbrella/commit/a0d0c55af6e358efd3ebfc1a7e75323e8cdfb166))





# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.3.33...@thi.ng/shader-ast@0.4.0) (2020-07-28)


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.4.0",
"version": "0.5.0",
"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.49](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.48...@thi.ng/webgl-msdf@0.1.49) (2020-08-08)

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





## [0.1.48](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.47...@thi.ng/webgl-msdf@0.1.48) (2020-07-28)

**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.48",
"version": "0.1.49",
"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.4.0",
"@thi.ng/shader-ast": "^0.5.0",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vector-pools": "^1.0.39",
"@thi.ng/vectors": "^4.5.6",
"@thi.ng/webgl": "^3.0.0"
"@thi.ng/webgl": "^3.0.1"
},
"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.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.35...@thi.ng/webgl-shadertoy@0.2.36) (2020-08-08)

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





## [0.2.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.34...@thi.ng/webgl-shadertoy@0.2.35) (2020-07-28)

**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.35",
"version": "0.2.36",
"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.4.0",
"@thi.ng/shader-ast-glsl": "^0.2.0",
"@thi.ng/webgl": "^3.0.0"
"@thi.ng/shader-ast": "^0.5.0",
"@thi.ng/shader-ast-glsl": "^0.2.1",
"@thi.ng/webgl": "^3.0.1"
},
"files": [
"*.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/webgl/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.

## [3.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@3.0.0...@thi.ng/webgl@3.0.1) (2020-08-08)


### Bug Fixes

* **webgl:** unbind texture after configured ([9612cdd](https://github.com/thi-ng/umbrella/commit/9612cdd86130ccb780eeda2971e780f0c8dc2b52))





# [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@2.0.11...@thi.ng/webgl@3.0.0) (2020-07-28)


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.0",
"version": "3.0.1",
"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.4.0",
"@thi.ng/shader-ast-glsl": "^0.2.0",
"@thi.ng/shader-ast-stdlib": "^0.3.33",
"@thi.ng/shader-ast": "^0.5.0",
"@thi.ng/shader-ast-glsl": "^0.2.1",
"@thi.ng/shader-ast-stdlib": "^0.4.0",
"@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 981e878

Please sign in to comment.