From 2c0a80e5c455fe9f302548e16b4eedbc62cacc73 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Thu, 29 Jul 2021 17:33:31 +0200 Subject: [PATCH] Publish - @thi.ng/args@0.7.1 - @thi.ng/pointfree-lang@1.4.31 --- packages/args/CHANGELOG.md | 11 +++++++++++ packages/args/package.json | 2 +- packages/pointfree-lang/CHANGELOG.md | 8 ++++++++ packages/pointfree-lang/package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index c25d73d5ad..3e0a2b4726 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -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) diff --git a/packages/args/package.json b/packages/args/package.json index e7d283e0f0..efb410ad0d 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -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", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index f434cb2559..0bcd5b9874 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -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 diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 6012e8bd45..fcf30ccbc5 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -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", @@ -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"