Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Version Packages (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 23, 2020
1 parent 6468a9c commit ebb45bf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-donkeys-float.md

This file was deleted.

13 changes: 9 additions & 4 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thefakeorg/utils",
"version": "0.0.0",
"version": "0.0.1",
"description": "Internal, shared utilities",
"author": "Jared Palmer",
"scripts": {
Expand Down

0 comments on commit ebb45bf

Please sign in to comment.