From ebb45bf8b51beb96053bbd221e6a02945716c062 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 18:48:05 -0400 Subject: [PATCH] Version Packages (#5) Co-authored-by: github-actions[bot] --- .changeset/slimy-donkeys-float.md | 5 ----- packages/react/CHANGELOG.md | 13 +++++++++---- packages/react/package.json | 4 ++-- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 2 +- 5 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 .changeset/slimy-donkeys-float.md create mode 100644 packages/utils/CHANGELOG.md diff --git a/.changeset/slimy-donkeys-float.md b/.changeset/slimy-donkeys-float.md deleted file mode 100644 index 0d2864c..0000000 --- a/.changeset/slimy-donkeys-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@thefakeorg/utils': patch ---- - -Add toPhoneE164 and fromPhoneE164 utilities diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1386587..d61b0fc 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,15 +1,20 @@ # @thefakeorg/react -## 0.0.1 +## 0.0.2 + ### Patch Changes +- Updated dependencies [[`6468a9c`](https://github.com/jaredpalmer/tsdx-monorepo-playground/commit/6468a9c236a30f3650ca0a218055ac7de359b84f)]: + - @thefakeorg/utils@0.0.1 +## 0.0.1 + +### Patch Changes - [`7eeaa8d`](https://github.com/jaredpalmer/tsdx-monorepo-playground/commit/7eeaa8d5e52aab02243021625d14e576776a7464) [#3](https://github.com/jaredpalmer/tsdx-monorepo-playground/pull/3) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - This adds a brand new Zop component. This is a test of a multiline changeset - + - And a list - How about another bullet - -- [`2322f80`](https://github.com/jaredpalmer/tsdx-monorepo-playground/commit/2322f8062ac0670b41d2332435b70e72ea010238) [#1](https://github.com/jaredpalmer/tsdx-monorepo-playground/pull/1) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Make a silly PR +* [`2322f80`](https://github.com/jaredpalmer/tsdx-monorepo-playground/commit/2322f8062ac0670b41d2332435b70e72ea010238) [#1](https://github.com/jaredpalmer/tsdx-monorepo-playground/pull/1) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Make a silly PR diff --git a/packages/react/package.json b/packages/react/package.json index 0246009..8734961 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@thefakeorg/react", - "version": "0.0.1", + "version": "0.0.2", "description": "Official React library for @thefakeorg", "author": "Jared Palmer", "repository": { @@ -27,7 +27,7 @@ "react-dom": "^16.8.0" }, "dependencies": { - "@thefakeorg/utils": "^0.0.0", + "@thefakeorg/utils": "^0.0.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 0000000..cd5da05 --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,8 @@ +# @thefakeorg/utils + +## 0.0.1 +### Patch Changes + + + +- [`6468a9c`](https://github.com/jaredpalmer/tsdx-monorepo-playground/commit/6468a9c236a30f3650ca0a218055ac7de359b84f) [#4](https://github.com/jaredpalmer/tsdx-monorepo-playground/pull/4) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Add toPhoneE164 and fromPhoneE164 utilities diff --git a/packages/utils/package.json b/packages/utils/package.json index 1354741..38ae2cf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@thefakeorg/utils", - "version": "0.0.0", + "version": "0.0.1", "description": "Internal, shared utilities", "author": "Jared Palmer", "scripts": {