Skip to content

Commit

Permalink
Version Packages (#36)
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 Dec 3, 2020
1 parent b3347eb commit 0e82863
Show file tree
Hide file tree
Showing 23 changed files with 131 additions and 58 deletions.
9 changes: 0 additions & 9 deletions .changeset/gentle-days-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ties-serve.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @markings/cli

## 0.0.14

### Patch Changes

- [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use updated @markings/types

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/types@0.2.0

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markings/cli",
"version": "0.0.13",
"version": "0.0.14",
"main": "dist/cli.cjs.js",
"module": "dist/cli.esm.js",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"@babel/runtime": "^7.8.7",
"@babel/traverse": "^7.8.6",
"@manypkg/get-packages": "^1.0.0",
"@markings/types": "^0.1.0",
"@markings/types": "^0.2.0",
"@types/babel__core": "^7.1.6",
"@types/babel__traverse": "^7.0.9",
"@types/normalize-path": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/output-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @markings/output-csv

## 0.0.8

### Patch Changes

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/types@0.2.0

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/output-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@markings/output-csv",
"version": "0.0.7",
"version": "0.0.8",
"main": "dist/output-csv.cjs.js",
"module": "dist/output-csv.esm.js",
"license": "MIT",
"repository": "https://github.com/Thinkmill/markings/tree/master/packages/output-csv",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@markings/types": "^0.1.0",
"@markings/types": "^0.2.0",
"csv-stringify": "^5.3.6"
}
}
7 changes: 7 additions & 0 deletions packages/output-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @markings/output-html

## 0.2.1

### Patch Changes

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/types@0.2.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/output-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markings/output-html",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/output-html.cjs.js",
"module": "dist/output-html.esm.js",
"files": [
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@babel/runtime": "^7.8.7",
"@emotion/react": "^11.0.0",
"@markings/types": "^0.1.0",
"@markings/types": "^0.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/output-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @markings/output-json

## 0.0.9

### Patch Changes

- [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use updated @markings/types

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/types@0.2.0

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/output-json/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@markings/output-json",
"version": "0.0.8",
"version": "0.0.9",
"main": "dist/output-json.cjs.js",
"module": "dist/output-json.esm.js",
"license": "MIT",
"repository": "https://github.com/Thinkmill/markings/tree/master/packages/output-json",
"dependencies": {
"@markings/types": "^0.1.0"
"@markings/types": "^0.2.0"
}
}
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @markings/react

## 0.5.1

### Patch Changes

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/types@0.2.0

## 0.5.0

### Minor Changes
Expand Down
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": "@markings/react",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"@babel/runtime": "^7.8.7",
"@emotion/hash": "^0.8.0",
"@emotion/react": "^11.0.0",
"@markings/types": "^0.1.0",
"@markings/types": "^0.2.0",
"@popperjs/core": "^2.0.6"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/source-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @markings/source-comments

## 0.1.1

### Patch Changes

- [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use updated @markings/types

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e), [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/test-utils@0.0.4
- @markings/types@0.2.0

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/source-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@markings/source-comments",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/source-comments.cjs.js",
"module": "dist/source-comments.esm.js",
"license": "MIT",
"repository": "https://github.com/Thinkmill/markings/tree/master/packages/source-comments",
"dependencies": {
"@babel/types": "^7.8.7",
"@markings/test-utils": "^0.0.3",
"@markings/types": "^0.1.0"
"@markings/test-utils": "^0.0.4",
"@markings/types": "^0.2.0"
}
}
10 changes: 10 additions & 0 deletions packages/source-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @markings/source-react-note

## 0.2.1

### Patch Changes

- [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use updated @markings/types

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e), [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/test-utils@0.0.4
- @markings/types@0.2.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/source-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markings/source-react",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/source-react.cjs.js",
"module": "dist/source-react.esm.js",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
"@babel/runtime": "^7.8.7",
"@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.7",
"@markings/test-utils": "^0.0.3",
"@markings/types": "^0.1.0",
"@markings/test-utils": "^0.0.4",
"@markings/types": "^0.2.0",
"@types/babel__traverse": "^7.0.9"
}
}
9 changes: 9 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @markings/test-utils

## 0.0.4

### Patch Changes

- [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use updated @markings/types

- Updated dependencies [[`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e)]:
- @markings/types@0.2.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markings/test-utils",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/test-utils.cjs.js",
"module": "dist/test-utils.esm.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.8.7",
"@babel/traverse": "^7.8.6",
"@manypkg/get-packages": "^1.0.0",
"@markings/types": "^0.1.0",
"@markings/types": "^0.2.0",
"@types/babel__core": "^7.1.6",
"@types/babel__traverse": "^7.0.9",
"@types/jest-in-case": "^1.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @markings/types

## 0.2.0

### Minor Changes

- [`77cda5d`](https://github.com/Thinkmill/markings/commit/77cda5dd6002a52c80e2fd2888303c050c0afa4e) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Move `Source` type out of main entrypoint and to `@markings/types/source` because `@markings/types` is used by the front-end packages but they do not use the `Source` type and the `Source` type uses a type from Babel and type-checking `@babel/types` takes multiple seconds.

## 0.1.0

### Minor Changes
Expand Down
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": "@markings/types",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/types.cjs.js",
"module": "dist/types.esm.js",
"license": "MIT",
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e82863

Please sign in to comment.