Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
chore(release): lerna publish v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McIntosh committed Aug 9, 2021
1 parent 6c2867a commit 6ff4106
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/github/github-artifact-exporter/compare/v2.0.1...v2.0.2) (2021-08-09)

**Note:** Version bump only for package root





## 2.0.1 (2020-11-19)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "2.0.1"
"version": "2.0.2"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/github/github-artifact-exporter/compare/v2.0.1...v2.0.2) (2021-08-09)

**Note:** Version bump only for package @github/github-artifact-exporter-cli





## 2.0.1 (2020-11-19)

**Note:** Version bump only for package @github/github-artifact-exporter-cli
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @github/github-artifact-exporter-cli
$ github-artifacts-exporter COMMAND
running command...
$ github-artifacts-exporter (-v|--version|version)
@github/github-artifact-exporter-cli/2.0.1 darwin-x64 node-v16.2.0
@github/github-artifact-exporter-cli/2.0.2 darwin-x64 node-v14.4.0
$ github-artifacts-exporter --help [COMMAND]
USAGE
$ github-artifacts-exporter COMMAND
Expand Down Expand Up @@ -105,7 +105,7 @@ OPTIONS
--token=token (required) GitHub personal access token
```

_See code: [src/commands/repo.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/repo.ts)_
_See code: [src/commands/repo.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/repo.ts)_

## `github-artifacts-exporter repo:commits`

Expand All @@ -126,7 +126,7 @@ OPTIONS
--until=until search commits created before yyyy-mm-dd
```

_See code: [src/commands/repo/commits.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/repo/commits.ts)_
_See code: [src/commands/repo/commits.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/repo/commits.ts)_

## `github-artifacts-exporter repo:milestones`

Expand All @@ -144,7 +144,7 @@ OPTIONS
--token=token (required) GitHub personal access token
```

_See code: [src/commands/repo/milestones.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/repo/milestones.ts)_
_See code: [src/commands/repo/milestones.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/repo/milestones.ts)_

## `github-artifacts-exporter repo:projects`

Expand All @@ -163,7 +163,7 @@ OPTIONS
--token=token (required) GitHub personal access token
```

_See code: [src/commands/repo/projects.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/repo/projects.ts)_
_See code: [src/commands/repo/projects.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/repo/projects.ts)_

## `github-artifacts-exporter repo:pulls`

Expand All @@ -183,7 +183,7 @@ OPTIONS
--until=until search pull requests created before yyyy-mm-dd
```

_See code: [src/commands/repo/pulls.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/repo/pulls.ts)_
_See code: [src/commands/repo/pulls.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/repo/pulls.ts)_

## `github-artifacts-exporter repo:releases`

Expand All @@ -201,7 +201,7 @@ OPTIONS
--token=token (required) GitHub personal access token
```

_See code: [src/commands/repo/releases.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/repo/releases.ts)_
_See code: [src/commands/repo/releases.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/repo/releases.ts)_

## `github-artifacts-exporter search`

Expand All @@ -219,7 +219,7 @@ OPTIONS
--token=token (required) GitHub personal access token
```

_See code: [src/commands/search.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/search.ts)_
_See code: [src/commands/search.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/search.ts)_

## `github-artifacts-exporter search:issues`

Expand All @@ -234,7 +234,7 @@ OPTIONS
--dateFormat=dateFormat [default: isoDateTime] Date format to use when building issue list. Examples: mm/dd/yyyy
--format=(JSONL|JSON|CSV) [default: JSONL] export format
--jira transform output into a usable format for importing to Jira
--labels=labels search issues with these labels (comma separated)
--labels=labels search issues with these labels (comma seperated)
--owner=owner GitHub repository owner
--query=query Search query matching GitHub issue search syntax
--repo=repo GitHub repository name
Expand All @@ -246,5 +246,5 @@ OPTIONS
--updatedUntil=updatedUntil search issues updated before yyyy-mm-dd
```

_See code: [src/commands/search/issues.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.1/src/commands/search/issues.ts)_
_See code: [src/commands/search/issues.ts](https://github.com/github/github-artifact-exporter/blob/v2.0.2/src/commands/search/issues.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@github/github-artifact-exporter-cli",
"description": "Exporter for GitHub",
"version": "2.0.1",
"version": "2.0.2",
"author": "Jason Macgowan",
"bin": {
"exporter": "./bin/run"
},
"bugs": "https://github.com/github/github-artifact-exporter/issues",
"dependencies": {
"@github/github-artifact-exporter-core": "^2.0.1",
"@github/github-artifact-exporter-core": "^2.0.2",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/github/github-artifact-exporter/compare/v2.0.1...v2.0.2) (2021-08-09)

**Note:** Version bump only for package @github/github-artifact-exporter-core





## 2.0.1 (2020-11-19)

**Note:** Version bump only for package @github/github-artifact-exporter-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"graphql:codegen": "graphql-codegen --config codegen.yml"
},
"typings": "lib/core.d.ts",
"version": "2.0.1"
"version": "2.0.2"
}
8 changes: 8 additions & 0 deletions packages/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/github/github-artifact-exporter/compare/v2.0.1...v2.0.2) (2021-08-09)

**Note:** Version bump only for package @github/github-artifact-exporter-gui





## 2.0.1 (2020-11-19)

**Note:** Version bump only for package @github/github-artifact-exporter-gui
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github/github-artifact-exporter-gui",
"version": "2.0.1",
"version": "2.0.2",
"description": "> TODO: description",
"author": "Chris McIntosh <[email protected]>",
"homepage": "https://github.com/github/github-artifact-exporter#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/github/github-artifact-exporter/issues"
},
"dependencies": {
"@github/github-artifact-exporter-core": "^2.0.1",
"@github/github-artifact-exporter-core": "^2.0.2",
"@octokit/plugin-retry": "^3.0.3",
"@octokit/rest": "^18.0.7",
"@types/dateformat": "^3.0.1",
Expand Down

0 comments on commit 6ff4106

Please sign in to comment.