Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/fuzzy-viz@2.0.5
 - @thi.ng/geom-fuzz@2.0.5
 - @thi.ng/geom@3.0.5
 - @thi.ng/gp@0.3.5
 - @thi.ng/hiccup-svg@4.1.1
 - @thi.ng/imgui@2.0.5
  • Loading branch information
postspectacular committed Oct 27, 2021
1 parent afcdda0 commit 5733fc4
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 10 deletions.
8 changes: 8 additions & 0 deletions packages/fuzzy-viz/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.

## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.4...@thi.ng/fuzzy-viz@2.0.5) (2021-10-27)

**Note:** Version bump only for package @thi.ng/fuzzy-viz





## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.3...@thi.ng/fuzzy-viz@2.0.4) (2021-10-25)

**Note:** Version bump only for package @thi.ng/fuzzy-viz
Expand Down
4 changes: 2 additions & 2 deletions packages/fuzzy-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fuzzy-viz",
"version": "2.0.4",
"version": "2.0.5",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.0.4",
"@thi.ng/fuzzy": "^2.0.4",
"@thi.ng/hiccup": "^4.1.0",
"@thi.ng/hiccup-svg": "^4.1.0",
"@thi.ng/hiccup-svg": "^4.1.1",
"@thi.ng/math": "^5.0.4",
"@thi.ng/strings": "^3.1.0",
"@thi.ng/text-canvas": "^2.0.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-fuzz/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.

## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@2.0.4...@thi.ng/geom-fuzz@2.0.5) (2021-10-27)

**Note:** Version bump only for package @thi.ng/geom-fuzz





## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@2.0.3...@thi.ng/geom-fuzz@2.0.4) (2021-10-25)

**Note:** Version bump only for package @thi.ng/geom-fuzz
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-fuzz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-fuzz",
"version": "2.0.4",
"version": "2.0.5",
"description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.0.4",
"@thi.ng/associative": "^6.0.4",
"@thi.ng/color": "^4.0.4",
"@thi.ng/geom": "^3.0.4",
"@thi.ng/geom": "^3.0.5",
"@thi.ng/geom-api": "^3.0.4",
"@thi.ng/geom-clip-line": "^2.0.4",
"@thi.ng/geom-resample": "^2.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom/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.

## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@3.0.4...@thi.ng/geom@3.0.5) (2021-10-27)

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





## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@3.0.3...@thi.ng/geom@3.0.4) (2021-10-25)

**Note:** Version bump only for package @thi.ng/geom
Expand Down
4 changes: 2 additions & 2 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "3.0.4",
"version": "3.0.5",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@thi.ng/geom-subdiv-curve": "^2.0.4",
"@thi.ng/geom-tessellate": "^2.0.4",
"@thi.ng/hiccup": "^4.1.0",
"@thi.ng/hiccup-svg": "^4.1.0",
"@thi.ng/hiccup-svg": "^4.1.1",
"@thi.ng/math": "^5.0.4",
"@thi.ng/matrices": "^2.0.4",
"@thi.ng/random": "^3.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/gp/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.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.3.4...@thi.ng/gp@0.3.5) (2021-10-27)


### Bug Fixes

* **gp:** limit AST.mutate() to max tree depth ([afcdda0](https://github.com/thi-ng/umbrella/commit/afcdda0e10bd7d824af68dd4e79ceb749d16181b))





## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.3.3...@thi.ng/gp@0.3.4) (2021-10-25)

**Note:** Version bump only for package @thi.ng/gp
Expand Down
2 changes: 1 addition & 1 deletion packages/gp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/gp",
"version": "0.3.4",
"version": "0.3.5",
"description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
"type": "module",
"module": "./index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/hiccup-svg/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.

## [4.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@4.1.0...@thi.ng/hiccup-svg@4.1.1) (2021-10-27)


### Bug Fixes

* **hiccup-svg:** re-enable `filter` attrib in conversion ([7c75fbe](https://github.com/thi-ng/umbrella/commit/7c75fbe48e9a1c57c79c2ac770f967d5b725c622))





# [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@4.0.3...@thi.ng/hiccup-svg@4.1.0) (2021-10-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-svg",
"version": "4.1.0",
"version": "4.1.1",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"type": "module",
"module": "./index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/imgui/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.

## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@2.0.4...@thi.ng/imgui@2.0.5) (2021-10-27)

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





## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@2.0.3...@thi.ng/imgui@2.0.4) (2021-10-25)

**Note:** Version bump only for package @thi.ng/imgui
Expand Down
4 changes: 2 additions & 2 deletions packages/imgui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imgui",
"version": "2.0.4",
"version": "2.0.5",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.0.4",
"@thi.ng/checks": "^3.0.4",
"@thi.ng/geom": "^3.0.4",
"@thi.ng/geom": "^3.0.5",
"@thi.ng/geom-api": "^3.0.4",
"@thi.ng/geom-isec": "^2.0.4",
"@thi.ng/geom-tessellate": "^2.0.4",
Expand Down

0 comments on commit 5733fc4

Please sign in to comment.