Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/iges@0.2.2
 - @thi.ng/memoize@0.1.0
 - @thi.ng/strings@0.1.0
  • Loading branch information
postspectacular committed Aug 8, 2018
1 parent a14e5b2 commit 0f2cf77
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/iges/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.

<a name="0.2.2"></a>
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.1...@thi.ng/iges@0.2.2) (2018-08-08)




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

<a name="0.2.1"></a>
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.0...@thi.ng/iges@0.2.1) (2018-08-02)

Expand Down
6 changes: 3 additions & 3 deletions packages/iges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/iges",
"version": "0.2.1",
"version": "0.2.2",
"description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/defmulti": "^0.3.7",
"@thi.ng/strings": "^0.0.1",
"@thi.ng/strings": "^0.1.0",
"@thi.ng/transducers": "^1.15.0"
},
"keywords": [
Expand All @@ -45,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
13 changes: 13 additions & 0 deletions packages/memoize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

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

<a name="0.1.0"></a>
# 0.1.0 (2018-08-08)


### Features

* **memoize:** add [@thi](https://github.com/thi).ng/memoize package ([adc4928](https://github.com/thi-ng/umbrella/commit/adc4928))
* **memoize:** add optional cache arg for memoizeJ() ([2bc092d](https://github.com/thi-ng/umbrella/commit/2bc092d))
4 changes: 2 additions & 2 deletions packages/memoize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/memoize",
"version": "0.0.1",
"version": "0.1.0",
"description": "Function memoization with configurable caches",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -42,4 +42,4 @@
"publishConfig": {
"access": "public"
}
}
}
12 changes: 12 additions & 0 deletions packages/strings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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

<a name="0.1.0"></a>
# 0.1.0 (2018-08-08)


### Features

* **strings:** re-import & update [@thi](https://github.com/thi).ng/strings from MBP2010 ([40781eb](https://github.com/thi-ng/umbrella/commit/40781eb))
6 changes: 3 additions & 3 deletions packages/strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/strings",
"version": "0.0.1",
"version": "0.1.0",
"description": "Various string formatting & utility functions",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/memoize": "^0.0.1"
"@thi.ng/memoize": "^0.1.0"
},
"keywords": [
"ES6",
Expand All @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 0f2cf77

Please sign in to comment.