From d0de573fffee06cefa10805d370ba81c55594d6e Mon Sep 17 00:00:00 2001 From: Eric Eldredge Date: Mon, 22 Apr 2019 11:15:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - build-packages@1.0.0 - create-package@1.0.0 - @hzcore/hook-ref-callback@1.0.0 - test-publish@1.0.0 --- packages/utilities/build-packages/CHANGELOG.md | 9 +++++++++ packages/utilities/build-packages/package.json | 2 +- packages/utilities/create-package/CHANGELOG.md | 9 +++++++++ packages/utilities/create-package/package.json | 2 +- .../utilities/hzcore-hook-ref-callback/CHANGELOG.md | 12 ++++++++++++ .../utilities/hzcore-hook-ref-callback/package.json | 2 +- packages/utilities/test-publish/CHANGELOG.md | 10 ++++++++++ packages/utilities/test-publish/package.json | 2 +- 8 files changed, 44 insertions(+), 4 deletions(-) diff --git a/packages/utilities/build-packages/CHANGELOG.md b/packages/utilities/build-packages/CHANGELOG.md index e4d87c4..c36262a 100644 --- a/packages/utilities/build-packages/CHANGELOG.md +++ b/packages/utilities/build-packages/CHANGELOG.md @@ -2,3 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2019-04-22) + + +### build-packages + +* remove dead code ([b3249ae](https://github.com/hzdg/hz-core/commit/b3249ae)) + +* extract all scripts as (private) packages ([d70f228](https://github.com/hzdg/hz-core/commit/d70f228)) diff --git a/packages/utilities/build-packages/package.json b/packages/utilities/build-packages/package.json index 2fdb748..5d25c86 100644 --- a/packages/utilities/build-packages/package.json +++ b/packages/utilities/build-packages/package.json @@ -1,7 +1,7 @@ { "name": "build-packages", "description": "Build @hzcore- packages", - "version": "0.0.1", + "version": "1.0.0", "bin": "bin/build-packages.js", "license": "UNLICENSED", "private": true, diff --git a/packages/utilities/create-package/CHANGELOG.md b/packages/utilities/create-package/CHANGELOG.md index e4d87c4..5e8990d 100644 --- a/packages/utilities/create-package/CHANGELOG.md +++ b/packages/utilities/create-package/CHANGELOG.md @@ -2,3 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2019-04-22) + + +### create-package + +* fix changelog and package templates ([4a09f76](https://github.com/hzdg/hz-core/commit/4a09f76)) + +* extract all scripts as (private) packages ([d70f228](https://github.com/hzdg/hz-core/commit/d70f228)) diff --git a/packages/utilities/create-package/package.json b/packages/utilities/create-package/package.json index 08a4c6e..ce6682c 100644 --- a/packages/utilities/create-package/package.json +++ b/packages/utilities/create-package/package.json @@ -1,7 +1,7 @@ { "name": "create-package", "description": "Create a new @hzcore- package", - "version": "0.0.1", + "version": "1.0.0", "bin": "bin/create-package.js", "license": "UNLICENSED", "private": true, diff --git a/packages/utilities/hzcore-hook-ref-callback/CHANGELOG.md b/packages/utilities/hzcore-hook-ref-callback/CHANGELOG.md index e4d87c4..aa061b1 100644 --- a/packages/utilities/hzcore-hook-ref-callback/CHANGELOG.md +++ b/packages/utilities/hzcore-hook-ref-callback/CHANGELOG.md @@ -2,3 +2,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2019-04-22) + + +### @hzcore/hook-ref-callback + +* add hook-ref-callback package ([8587db0](https://github.com/hzdg/hz-core/commit/8587db0)) +* make public for publishing ([be7124d](https://github.com/hzdg/hz-core/commit/be7124d)) +* add react as a peer dep ([6923c89](https://github.com/hzdg/hz-core/commit/6923c89)) +* flip hook tuple to resemble useState ([35ef1d2](https://github.com/hzdg/hz-core/commit/35ef1d2)) +* document use cases ([ba404a7](https://github.com/hzdg/hz-core/commit/ba404a7)) +* initial implementation ([56be311](https://github.com/hzdg/hz-core/commit/56be311)) diff --git a/packages/utilities/hzcore-hook-ref-callback/package.json b/packages/utilities/hzcore-hook-ref-callback/package.json index 4fe46ed..efd686e 100644 --- a/packages/utilities/hzcore-hook-ref-callback/package.json +++ b/packages/utilities/hzcore-hook-ref-callback/package.json @@ -1,7 +1,7 @@ { "name": "@hzcore/hook-ref-callback", "description": "A React hook for components that need to know when a ref changes.", - "version": "0.0.1", + "version": "1.0.0", "main": "cjs/index.js", "module": "es/index.js", "typings": "src/index.tsx", diff --git a/packages/utilities/test-publish/CHANGELOG.md b/packages/utilities/test-publish/CHANGELOG.md index e4d87c4..64d037c 100644 --- a/packages/utilities/test-publish/CHANGELOG.md +++ b/packages/utilities/test-publish/CHANGELOG.md @@ -2,3 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2019-04-22) + + +### test-publish + +* remove dead code ([086cb54](https://github.com/hzdg/hz-core/commit/086cb54)) +* add react{,-dom} to test pkg deps ([849bb07](https://github.com/hzdg/hz-core/commit/849bb07)) + +* extract all scripts as (private) packages ([d70f228](https://github.com/hzdg/hz-core/commit/d70f228)) diff --git a/packages/utilities/test-publish/package.json b/packages/utilities/test-publish/package.json index 3f40017..fb57bbc 100644 --- a/packages/utilities/test-publish/package.json +++ b/packages/utilities/test-publish/package.json @@ -1,7 +1,7 @@ { "name": "test-publish", "description": "Smoke test @hzcore- packages before publish", - "version": "0.0.1", + "version": "1.0.0", "bin": "bin/test-publish.js", "license": "UNLICENSED", "private": true,