Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 12, 2020
1 parent 800382b commit ca75242
Show file tree
Hide file tree
Showing 14 changed files with 78 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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-12)

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





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

**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.4",
"version": "0.2.5",
"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.6.0"
"@thi.ng/shader-ast": "^0.6.1"
},
"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.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-12)

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





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


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.5.0",
"version": "0.5.1",
"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.27",
"@thi.ng/pixel": "^0.4.1",
"@thi.ng/shader-ast": "^0.6.0",
"@thi.ng/shader-ast": "^0.6.1",
"@thi.ng/vectors": "^4.6.0"
},
"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.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-12)

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





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

**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.3",
"version": "0.4.4",
"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.6.0"
"@thi.ng/shader-ast": "^0.6.1"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/shader-ast/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.6.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-12)

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





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


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.6.0",
"version": "0.6.1",
"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.53](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-12)

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





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

**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.52",
"version": "0.1.53",
"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.6.0",
"@thi.ng/shader-ast": "^0.6.1",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vector-pools": "^1.0.40",
"@thi.ng/vectors": "^4.6.0",
"@thi.ng/webgl": "^3.0.4"
"@thi.ng/webgl": "^3.1.0"
},
"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.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-12)

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





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

**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.39",
"version": "0.2.40",
"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.6.0",
"@thi.ng/shader-ast-glsl": "^0.2.4",
"@thi.ng/webgl": "^3.0.4"
"@thi.ng/shader-ast": "^0.6.1",
"@thi.ng/shader-ast-glsl": "^0.2.5",
"@thi.ng/webgl": "^3.1.0"
},
"files": [
"*.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **webgl:** add DrawFlags opts for draw() ([800382b](https://github.com/thi-ng/umbrella/commit/800382ba1a67a5dd9f8a4edc17f6d791bfa2c627))
* **webgl:** add opt unbind flag for .configure() ([0e5cc2b](https://github.com/thi-ng/umbrella/commit/0e5cc2bc5b632c7d418715c936d4cc6152b4a57c))





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

**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.4",
"version": "3.1.0",
"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.27",
"@thi.ng/pixel": "^0.4.1",
"@thi.ng/shader-ast": "^0.6.0",
"@thi.ng/shader-ast-glsl": "^0.2.4",
"@thi.ng/shader-ast-stdlib": "^0.4.3",
"@thi.ng/shader-ast": "^0.6.1",
"@thi.ng/shader-ast-glsl": "^0.2.5",
"@thi.ng/shader-ast-stdlib": "^0.4.4",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vector-pools": "^1.0.40",
"@thi.ng/vectors": "^4.6.0"
Expand Down

0 comments on commit ca75242

Please sign in to comment.