Skip to content

Commit

Permalink
🔖 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lettertwo committed Apr 22, 2019
1 parent 6923c89 commit d0de573
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
9 changes: 9 additions & 0 deletions packages/utilities/build-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion packages/utilities/build-packages/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
9 changes: 9 additions & 0 deletions packages/utilities/create-package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion packages/utilities/create-package/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
12 changes: 12 additions & 0 deletions packages/utilities/hzcore-hook-ref-callback/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion packages/utilities/hzcore-hook-ref-callback/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/utilities/test-publish/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion packages/utilities/test-publish/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d0de573

Please sign in to comment.