Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 8, 2022
1 parent 6b1501e commit 826a9a8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 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": "2.1.21",
"version": "2.1.22",
"description": "Multi-channel SDF font rendering & basic text layout for WebGL",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/transducers": "^8.3.11",
"@thi.ng/vector-pools": "^3.1.21",
"@thi.ng/vectors": "^7.5.12",
"@thi.ng/webgl": "^6.1.21"
"@thi.ng/webgl": "^6.1.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.25.0",
Expand Down
4 changes: 2 additions & 2 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.4.21",
"version": "0.4.22",
"description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.3.9",
"@thi.ng/shader-ast": "^0.12.17",
"@thi.ng/shader-ast-glsl": "^0.4.17",
"@thi.ng/webgl": "^6.1.21"
"@thi.ng/webgl": "^6.1.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.25.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-08-07T15:28:01Z
- **Last updated**: 2022-08-08T09:24:07Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [6.1.22](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2022-08-08)

#### 🩹 Bug fixes

- add missing type exports ([6b1501e](https://github.com/thi-ng/umbrella/commit/6b1501e))

## [6.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2021-11-17)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl",
"version": "6.1.21",
"version": "6.1.22",
"description": "WebGL & GLSL abstraction layer",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4774,7 +4774,7 @@ __metadata:
"@thi.ng/transducers": ^8.3.11
"@thi.ng/vector-pools": ^3.1.21
"@thi.ng/vectors": ^7.5.12
"@thi.ng/webgl": ^6.1.21
"@thi.ng/webgl": ^6.1.22
"@types/node": ^18.6.4
rimraf: ^3.0.2
tools: "workspace:^"
Expand All @@ -4792,7 +4792,7 @@ __metadata:
"@thi.ng/shader-ast": ^0.12.17
"@thi.ng/shader-ast-glsl": ^0.4.17
"@thi.ng/testament": ^0.2.11
"@thi.ng/webgl": ^6.1.21
"@thi.ng/webgl": ^6.1.22
"@types/node": ^18.6.4
rimraf: ^3.0.2
tools: "workspace:^"
Expand All @@ -4801,7 +4801,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/webgl@^6.1.21, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl":
"@thi.ng/webgl@^6.1.22, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl":
version: 0.0.0-use.local
resolution: "@thi.ng/webgl@workspace:packages/webgl"
dependencies:
Expand Down

0 comments on commit 826a9a8

Please sign in to comment.