Skip to content

Commit

Permalink
build: overdue major version bump for various pkgs
Browse files Browse the repository at this point in the history
- promote various pkgs to 1.0.0
  • Loading branch information
postspectacular committed Aug 8, 2021
1 parent c3d907d commit 88f9fae
Show file tree
Hide file tree
Showing 37 changed files with 42 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "0.3.22",
"version": "1.0.0",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "0.10.16",
"version": "1.0.0",
"description": "Array / Arraylike utilities",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bencode",
"version": "0.3.69",
"version": "1.0.0",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "0.4.12",
"version": "1.0.0",
"description": "1D / 2D bit field implementations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-arc",
"version": "0.3.44",
"version": "1.0.0",
"description": "2D circular / elliptic arc operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-closest-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-closest-point",
"version": "0.5.31",
"version": "1.0.0",
"description": "2D / 3D closest point / proximity helpers",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-hull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-hull",
"version": "0.0.97",
"version": "1.0.0",
"description": "Fast 2D convex hull (Graham Scan)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-isec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-isec",
"version": "0.7.29",
"version": "1.0.0",
"description": "2D/3D shape intersection checks",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-isoline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-isoline",
"version": "0.1.95",
"version": "1.0.0",
"description": "Fast 2D contour line extraction / generation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-poly-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-poly-utils",
"version": "0.3.26",
"version": "1.0.0",
"description": "2D polygon/polyline analysis & processing utilities",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-resample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-resample",
"version": "0.2.77",
"version": "1.0.0",
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-splines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-splines",
"version": "0.5.64",
"version": "1.0.0",
"description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-subdiv-curve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-subdiv-curve",
"version": "0.1.95",
"version": "1.0.0",
"description": "Freely customizable, iterative nD subdivision curves for open / closed geometries",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-tessellate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-tessellate",
"version": "0.2.78",
"version": "1.0.0",
"description": "2D/3D convex polygon tessellators",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/geom-voronoi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project is part of the

- [About](#about)
- [Status](#status)
- [Related packages](#related-packages)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Usage examples](#usage-examples)
Expand Down Expand Up @@ -41,6 +42,10 @@ in ~850ms (Chrome 72, MBP 2016)

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bgeom-voronoi%5D+in%3Atitle)

### Related packages

- [@thi.ng/quad-edge](https://github.com/thi-ng/umbrella/tree/develop/packages/quad-edge) - Quadedge data structure after Guibas & Stolfi

## Installation

```bash
Expand Down
5 changes: 4 additions & 1 deletion packages/geom-voronoi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-voronoi",
"version": "0.2.40",
"version": "1.0.0",
"description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -74,6 +74,9 @@
},
"sideEffects": false,
"thi.ng": {
"related": [
"quad-edge"
],
"year": 2016
}
}
2 changes: 1 addition & 1 deletion packages/geom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ themselves too):

### Status

**BETA** - possibly breaking changes forthcoming
**STABLE** - used in production

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bgeom%5D+in%3Atitle)

Expand Down
1 change: 0 additions & 1 deletion packages/geom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
},
"sideEffects": false,
"thi.ng": {
"status": "beta",
"year": 2013
}
}
2 changes: 1 addition & 1 deletion packages/grid-iterators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/grid-iterators",
"version": "0.4.41",
"version": "1.0.0",
"description": "2D grid iterators w/ multiple orderings",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/imgui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Some of the most obvious missing features:

### Status

**ALPHA** - bleeding edge / work-in-progress
**STABLE** - used in production

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bimgui%5D+in%3Atitle)

Expand Down
3 changes: 1 addition & 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": "0.2.76",
"version": "1.0.0",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -72,7 +72,6 @@
},
"sideEffects": false,
"thi.ng": {
"status": "alpha",
"year": 2019
}
}
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/layout",
"version": "0.1.38",
"version": "1.0.0",
"description": "Configurable nested 2D grid layout manager",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lsys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Planned features:

### Status

**BETA** - possibly breaking changes forthcoming
**STABLE** - used in production

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Blsys%5D+in%3Atitle)

Expand Down
3 changes: 1 addition & 2 deletions packages/lsys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/lsys",
"version": "0.2.92",
"version": "1.0.0",
"description": "Functional, extensible L-System architecture w/ support for probabilistic rules",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -76,7 +76,6 @@
"url": "https://medium.com/@thi.ng/workshop-report-generative-design-with-clojure-7d6d8ea9a6e8"
}
],
"status": "beta",
"year": 2019
}
}
2 changes: 1 addition & 1 deletion packages/matrices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/matrices",
"version": "0.6.64",
"version": "1.0.0",
"description": "Matrix & quaternion operations for 2D/3D geometry processing",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel",
"version": "0.11.2",
"version": "1.0.0",
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, dithering, convolution",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/porter-duff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/porter-duff",
"version": "0.1.50",
"version": "1.0.0",
"description": "Porter-Duff operators for packed ints & float-array alpha compositing",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/prefixes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/prefixes",
"version": "0.1.20",
"version": "1.0.0",
"description": "50+ Linked Data vocabulary prefixes and their namespace URLs",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/quad-edge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/quad-edge",
"version": "0.2.37",
"version": "1.0.0",
"description": "Quadedge data structure after Guibas & Stolfi",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rdom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ auto-wrap such values embedded in an hiccup tree.

### Status

**ALPHA** - bleeding edge / work-in-progress
**BETA** - possibly breaking changes forthcoming

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Brdom%5D+in%3Atitle)

Expand Down
2 changes: 1 addition & 1 deletion packages/rdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"sideEffects": false,
"thi.ng": {
"status": "alpha",
"status": "beta",
"year": 2020
}
}
2 changes: 1 addition & 1 deletion packages/rstream-log-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log-file",
"version": "0.1.96",
"version": "1.0.0",
"description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rstream-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ feature is currently WIP).

### Status

**ALPHA** - bleeding edge / work-in-progress
**STABLE** - used in production

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Brstream-query%5D+in%3Atitle)

Expand Down
1 change: 0 additions & 1 deletion packages/rstream-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"sideEffects": false,
"thi.ng": {
"parent": "@thi.ng/rstream",
"status": "alpha",
"year": 2018
}
}
2 changes: 1 addition & 1 deletion packages/transducers-binary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-binary",
"version": "0.6.25",
"version": "1.0.0",
"description": "Binary data related transducers & reducers",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.96",
"version": "1.0.0",
"description": "Multi-channel SDF font rendering & basic text layout for WebGL",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/zipper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/zipper",
"version": "0.1.50",
"version": "1.0.0",
"description": "Functional tree editing, manipulation & navigation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit 88f9fae

Please sign in to comment.