Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/adapt-dpi@1.0.0
 - @thi.ng/hdom-components@4.0.0
 - @thi.ng/webgl-msdf@0.1.36
 - @thi.ng/webgl-shadertoy@0.2.23
 - @thi.ng/webgl@2.0.0
  • Loading branch information
postspectacular committed Jun 7, 2020
1 parent a115962 commit cca5410
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 10 deletions.
16 changes: 16 additions & 0 deletions packages/adapt-dpi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-06-07)


### Features

* **adapt-dpi:** extract as new pkg ([7250041](https://github.com/thi-ng/umbrella/commit/7250041e30995844ac20295bdb36b351f5b2ccc8))


### BREAKING CHANGES

* **adapt-dpi:** extracted from hdom-components pkg for better re-use
3 changes: 1 addition & 2 deletions packages/adapt-dpi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adapt-dpi",
"version": "0.0.1",
"version": "1.0.0",
"description": "HDPI canvas adapter / styling utility",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -41,7 +41,6 @@
"typedoc": "^0.17.6",
"typescript": "^3.9.2"
},
"dependencies": {},
"files": [
"*.js",
"*.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/hdom-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.2.12...@thi.ng/hdom-components@4.0.0) (2020-06-07)


### Code Refactoring

* **hdom-components:** remove adaptDPI() ([2b89ad4](https://github.com/thi-ng/umbrella/commit/2b89ad4135b9c765436fd4a496eecb080a9f59fa))


### BREAKING CHANGES

* **hdom-components:** re-use adaptDPI() from new @thi.ng/adapt-dpi pkg

- update deps





## [3.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.2.11...@thi.ng/hdom-components@3.2.12) (2020-06-01)

**Note:** Version bump only for package @thi.ng/hdom-components
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "3.2.12",
"version": "4.0.0",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^3.9.2"
},
"dependencies": {
"@thi.ng/adapt-dpi": "^0.0.1",
"@thi.ng/adapt-dpi": "^1.0.0",
"@thi.ng/api": "^6.11.0",
"@thi.ng/checks": "^2.7.0",
"@thi.ng/math": "^1.7.10",
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.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.35...@thi.ng/webgl-msdf@0.1.36) (2020-06-07)

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





## [0.1.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.34...@thi.ng/webgl-msdf@0.1.35) (2020-06-01)

**Note:** Version bump only for package @thi.ng/webgl-msdf
Expand Down
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": "0.1.35",
"version": "0.1.36",
"description": "Multi-channel SDF font rendering & basic text layout for WebGL",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@thi.ng/transducers": "^7.0.0",
"@thi.ng/vector-pools": "^1.0.31",
"@thi.ng/vectors": "^4.4.3",
"@thi.ng/webgl": "^1.0.17",
"@thi.ng/webgl": "^2.0.0",
"tslib": "^1.12.0"
},
"files": [
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.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.22...@thi.ng/webgl-shadertoy@0.2.23) (2020-06-07)

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





## [0.2.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.21...@thi.ng/webgl-shadertoy@0.2.22) (2020-06-01)

**Note:** Version bump only for package @thi.ng/webgl-shadertoy
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.2.22",
"version": "0.2.23",
"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 @@ -47,7 +47,7 @@
"@thi.ng/shader-ast": "^0.3.23",
"@thi.ng/shader-ast-glsl": "^0.1.29",
"@thi.ng/transducers": "^7.0.0",
"@thi.ng/webgl": "^1.0.17",
"@thi.ng/webgl": "^2.0.0",
"tslib": "^1.12.0"
},
"files": [
Expand Down
18 changes: 18 additions & 0 deletions packages/webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@1.0.17...@thi.ng/webgl@2.0.0) (2020-06-07)


### Code Refactoring

* **webgl:** remove adaptDPI() ([6d49da6](https://github.com/thi-ng/umbrella/commit/6d49da610bec87fef96c77a39f1181002872f2ba))


### BREAKING CHANGES

* **webgl:** re-use adaptDPI() from new @thi.ng/adapt-dpi pkg

- update deps





## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@1.0.16...@thi.ng/webgl@1.0.17) (2020-06-01)

**Note:** Version bump only for package @thi.ng/webgl
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl",
"version": "1.0.17",
"version": "2.0.0",
"description": "WebGL & GLSL abstraction layer",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^3.9.2"
},
"dependencies": {
"@thi.ng/adapt-dpi": "^0.0.1",
"@thi.ng/adapt-dpi": "^1.0.0",
"@thi.ng/api": "^6.11.0",
"@thi.ng/associative": "^4.0.11",
"@thi.ng/binary": "^2.0.7",
Expand Down

0 comments on commit cca5410

Please sign in to comment.