From 6ff4106fb79e4faa6a81170e230fd99149ff677f Mon Sep 17 00:00:00 2001 From: Chris McIntosh Date: Mon, 9 Aug 2021 14:16:46 -0500 Subject: [PATCH] chore(release): lerna publish v2.0.2 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/README.md | 20 ++++++++++---------- packages/cli/package-lock.json | 2 +- packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package-lock.json | 2 +- packages/core/package.json | 2 +- packages/gui/CHANGELOG.md | 8 ++++++++ packages/gui/package-lock.json | 2 +- packages/gui/package.json | 4 ++-- 12 files changed, 51 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cdfd1..857abd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 98401f3..3e80b06 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "packages": [ "packages/*" ], - "version": "2.0.1" + "version": "2.0.2" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ccf4da1..4047931 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/README.md b/packages/cli/README.md index 2cef3a7..285143a 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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 @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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 @@ -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)_ diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 069d177..48ef7b1 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "@github/github-artifact-exporter-cli", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 37ba665..c1f7c42 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0d89486..59c3f58 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index f100fee..936d390 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@github/github-artifact-exporter-core", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/core/package.json b/packages/core/package.json index b38019e..57d8a31 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,5 +45,5 @@ "graphql:codegen": "graphql-codegen --config codegen.yml" }, "typings": "lib/core.d.ts", - "version": "2.0.1" + "version": "2.0.2" } diff --git a/packages/gui/CHANGELOG.md b/packages/gui/CHANGELOG.md index 7a3a74c..0221a78 100644 --- a/packages/gui/CHANGELOG.md +++ b/packages/gui/CHANGELOG.md @@ -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 diff --git a/packages/gui/package-lock.json b/packages/gui/package-lock.json index e8b7cd5..21e04e4 100644 --- a/packages/gui/package-lock.json +++ b/packages/gui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@github/github-artifact-exporter-gui", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/gui/package.json b/packages/gui/package.json index 5aeb458..df5f277 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -1,6 +1,6 @@ { "name": "@github/github-artifact-exporter-gui", - "version": "2.0.1", + "version": "2.0.2", "description": "> TODO: description", "author": "Chris McIntosh ", "homepage": "https://github.com/github/github-artifact-exporter#readme", @@ -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",