Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/args@0.3.0
 - @thi.ng/pixel-io-netpbm@0.1.7
 - @thi.ng/pixel@0.8.1
 - @thi.ng/shader-ast-js@0.5.28
 - @thi.ng/webgl-msdf@0.1.81
 - @thi.ng/webgl-shadertoy@0.2.68
 - @thi.ng/webgl@4.0.8
  • Loading branch information
postspectacular committed Mar 20, 2021
1 parent 6577c80 commit af16a3a
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/args/CHANGELOG.md
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.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.7...@thi.ng/args@0.3.0) (2021-03-20)


### Features

* **args:** update ParseOpts, UsageOpts ([6577c80](https://github.com/thi-ng/umbrella/commit/6577c806e246ecf8244b1af6a2cefc400a7eb365))





## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.6...@thi.ng/args@0.2.7) (2021-03-17)

**Note:** Version bump only for package @thi.ng/args
Expand Down
2 changes: 1 addition & 1 deletion packages/args/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/args",
"version": "0.2.7",
"version": "0.3.0",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/pixel-io-netpbm/CHANGELOG.md
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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel-io-netpbm@0.1.6...@thi.ng/pixel-io-netpbm@0.1.7) (2021-03-20)

**Note:** Version bump only for package @thi.ng/pixel-io-netpbm





## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel-io-netpbm@0.1.5...@thi.ng/pixel-io-netpbm@0.1.6) (2021-03-17)

**Note:** Version bump only for package @thi.ng/pixel-io-netpbm
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-netpbm/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-netpbm",
"version": "0.1.6",
"version": "0.1.7",
"description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@thi.ng/api": "^7.1.4",
"@thi.ng/errors": "^1.3.0",
"@thi.ng/pixel": "^0.8.0"
"@thi.ng/pixel": "^0.8.1"
},
"files": [
"*.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/pixel/CHANGELOG.md
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.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.8.0...@thi.ng/pixel@0.8.1) (2021-03-20)


### Bug Fixes

* **pixel:** update convolve() for even kernel sizes ([b086224](https://github.com/thi-ng/umbrella/commit/b086224a51c0dd23b4cae1d158c1e1236328d445))





# [0.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.7.4...@thi.ng/pixel@0.8.0) (2021-03-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/pixel/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel",
"version": "0.8.0",
"version": "0.8.1",
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, dithering, convolution",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/shader-ast-js/CHANGELOG.md
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.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.5.27...@thi.ng/shader-ast-js@0.5.28) (2021-03-20)

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





## [0.5.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.5.26...@thi.ng/shader-ast-js@0.5.27) (2021-03-17)

**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
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/shader-ast-js",
"version": "0.5.27",
"version": "0.5.28",
"description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@thi.ng/errors": "^1.3.0",
"@thi.ng/math": "^3.3.0",
"@thi.ng/matrices": "^0.6.51",
"@thi.ng/pixel": "^0.8.0",
"@thi.ng/pixel": "^0.8.1",
"@thi.ng/shader-ast": "^0.8.6",
"@thi.ng/vectors": "^5.1.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/webgl-msdf/CHANGELOG.md
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.81](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.80...@thi.ng/webgl-msdf@0.1.81) (2021-03-20)

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





## [0.1.80](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.79...@thi.ng/webgl-msdf@0.1.80) (2021-03-17)

**Note:** Version bump only for package @thi.ng/webgl-msdf
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl-msdf/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl-msdf",
"version": "0.1.80",
"version": "0.1.81",
"description": "Multi-channel SDF font rendering & basic text layout for WebGL",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@thi.ng/transducers": "^7.6.7",
"@thi.ng/vector-pools": "^2.0.7",
"@thi.ng/vectors": "^5.1.5",
"@thi.ng/webgl": "^4.0.7"
"@thi.ng/webgl": "^4.0.8"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webgl-shadertoy/CHANGELOG.md
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.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.67...@thi.ng/webgl-shadertoy@0.2.68) (2021-03-20)

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





## [0.2.67](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.66...@thi.ng/webgl-shadertoy@0.2.67) (2021-03-17)

**Note:** Version bump only for package @thi.ng/webgl-shadertoy
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl-shadertoy/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl-shadertoy",
"version": "0.2.67",
"version": "0.2.68",
"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 @@ -52,7 +52,7 @@
"@thi.ng/api": "^7.1.4",
"@thi.ng/shader-ast": "^0.8.6",
"@thi.ng/shader-ast-glsl": "^0.2.28",
"@thi.ng/webgl": "^4.0.7"
"@thi.ng/webgl": "^4.0.8"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/webgl/CHANGELOG.md
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.

## [4.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@4.0.7...@thi.ng/webgl@4.0.8) (2021-03-20)

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





## [4.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@4.0.6...@thi.ng/webgl@4.0.7) (2021-03-17)

**Note:** Version bump only for package @thi.ng/webgl
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl",
"version": "4.0.7",
"version": "4.0.8",
"description": "WebGL & GLSL abstraction layer",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@thi.ng/errors": "^1.3.0",
"@thi.ng/matrices": "^0.6.51",
"@thi.ng/memoize": "^2.1.14",
"@thi.ng/pixel": "^0.8.0",
"@thi.ng/pixel": "^0.8.1",
"@thi.ng/shader-ast": "^0.8.6",
"@thi.ng/shader-ast-glsl": "^0.2.28",
"@thi.ng/shader-ast-stdlib": "^0.5.20",
Expand Down

0 comments on commit af16a3a

Please sign in to comment.