Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/iges@0.2.3
 - @thi.ng/strings@0.1.1
  • Loading branch information
postspectacular committed Aug 8, 2018
1 parent b2ebbfc commit 6eb97b5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 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.3"></a>
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.2...@thi.ng/iges@0.2.3) (2018-08-08)




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

<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)

Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.2.3",
"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.1.0",
"@thi.ng/strings": "^0.1.1",
"@thi.ng/transducers": "^1.15.0"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/strings/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.

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


### Bug Fixes

* **strings:** float type decl ([b2ebbfc](https://github.com/thi-ng/umbrella/commit/b2ebbfc))




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

Expand Down
2 changes: 1 addition & 1 deletion packages/strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/strings",
"version": "0.1.0",
"version": "0.1.1",
"description": "Various string formatting & utility functions",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 6eb97b5

Please sign in to comment.