Skip to content

Commit

Permalink
Version Packages (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and emmatown committed Dec 31, 2019
1 parent 6b9d0c2 commit 4494d65
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-laws-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-emus-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-zoos-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-frogs-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-scissors-hear.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/convert-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @magical-types/convert-type

## 0.0.4

### Patch Changes

- [`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add `getPropTypesType` to get the TypeScript Type of a component type
- Updated dependencies [[`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698)]:
- @magical-types/types@0.0.2

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/convert-type/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@magical-types/convert-type",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/convert-type.cjs.js",
"module": "dist/convert-type.esm.js",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@magical-types/errors": "^0.0.1",
"@magical-types/types": "^0.0.1"
"@magical-types/types": "^0.0.2"
},
"peerDependencies": {
"typescript": "^3.7.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @magical-types/loader

## 0.0.5

### Patch Changes

- [`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Bump to test - this version does not work
- Updated dependencies [[`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698)]:
- @magical-types/convert-type@0.0.4

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@magical-types/loader",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/loader.cjs.js",
"module": "dist/loader.esm.js",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@magical-types/convert-type": "^0.0.3",
"@magical-types/convert-type": "^0.0.4",
"@types/webpack": "^4.41.0",
"flatted": "^2.0.1",
"ts-morph": "^5.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# magical-types

## 0.2.0

### Minor Changes

- [`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Share common nodes within a single module

### Patch Changes

- [`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Extract some internals into @magical-types/convert-type
- Updated dependencies [[`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698), [`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698)]:
- @magical-types/convert-type@0.0.4
- @magical-types/types@0.0.2

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magical-types/macro",
"version": "0.1.2",
"version": "0.2.0",
"main": "dist/macro.cjs.js",
"module": "dist/macro.esm.js",
"license": "MIT",
Expand All @@ -23,10 +23,10 @@
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.7.2",
"@babel/types": "^7.5.0",
"@magical-types/convert-type": "^0.0.3",
"@magical-types/convert-type": "^0.0.4",
"@magical-types/errors": "^0.0.1",
"@magical-types/pretty": "^0.0.1",
"@magical-types/types": "^0.0.1",
"@magical-types/types": "^0.0.2",
"babel-plugin-macros": "^2.6.1",
"flatted": "^2.0.1",
"ts-morph": "^5.0.0"
Expand Down
7 changes: 6 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @magical-types/types

## 0.0.1
## 0.0.2

### Patch Changes

- [`6b9d0c2`](https://github.com/mitchellhamilton/magical-types/commit/6b9d0c2b479558aeb583b3ee7a9492748b9f6698) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add `MagicalNodeWithIndexes` and `MagicalNodeIndex`

## 0.0.1

### Patch Changes

- [`86f1bf4`](https://github.com/mitchellhamilton/magical-types/commit/86f1bf4d4b17ec791bffd0a9841311152ebb5614) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magical-types/types",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/types.cjs.js",
"module": "dist/types.esm.js"
}

0 comments on commit 4494d65

Please sign in to comment.