Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/args@0.7.1
 - @thi.ng/pointfree-lang@1.4.31
  • Loading branch information
postspectacular committed Jul 29, 2021
1 parent a66c19a commit 2c0a80e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/args/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.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.7.0...@thi.ng/args@0.7.1) (2021-07-29)


### Bug Fixes

* **args:** omit empty groups from usage() ([a66c19a](https://github.com/thi-ng/umbrella/commit/a66c19aa8d682a7f4b6ae5b3de51a26e806a02dc))





# [0.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.6.0...@thi.ng/args@0.7.0) (2021-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/args",
"version": "0.7.0",
"version": "0.7.1",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/pointfree-lang/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.

## [1.4.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.4.30...@thi.ng/pointfree-lang@1.4.31) (2021-07-29)

**Note:** Version bump only for package @thi.ng/pointfree-lang





## [1.4.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.4.29...@thi.ng/pointfree-lang@1.4.30) (2021-07-01)

**Note:** Version bump only for package @thi.ng/pointfree-lang
Expand Down
4 changes: 2 additions & 2 deletions packages/pointfree-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pointfree-lang",
"version": "1.4.30",
"version": "1.4.31",
"description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@thi.ng/api": "^7.1.6",
"@thi.ng/args": "^0.7.0",
"@thi.ng/args": "^0.7.1",
"@thi.ng/bench": "^2.1.2",
"@thi.ng/errors": "^1.3.2",
"@thi.ng/pointfree": "^2.0.31"
Expand Down

0 comments on commit 2c0a80e

Please sign in to comment.