From 3bfde195ba4e7f9dcf008f56532f8b4733c01e65 Mon Sep 17 00:00:00 2001 From: Cheng Liu Date: Wed, 21 Feb 2024 16:07:40 -0800 Subject: [PATCH 1/2] Update changelogs [skip ci] --- apps/sparo/CHANGELOG.json | 17 +++++++++++++++++ apps/sparo/CHANGELOG.md | 11 ++++++++++- .../changes/sparo/release_2024-02-22-00-05.json | 10 ---------- 3 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 apps/sparo/CHANGELOG.json delete mode 100644 common/changes/sparo/release_2024-02-22-00-05.json diff --git a/apps/sparo/CHANGELOG.json b/apps/sparo/CHANGELOG.json new file mode 100644 index 0000000..9c719d7 --- /dev/null +++ b/apps/sparo/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "sparo", + "entries": [ + { + "version": "0.0.1", + "tag": "sparo_v0.0.1", + "date": "Thu, 22 Feb 2024 00:07:39 GMT", + "comments": { + "none": [ + { + "comment": "Initial implementation" + } + ] + } + } + ] +} diff --git a/apps/sparo/CHANGELOG.md b/apps/sparo/CHANGELOG.md index 4e96c31..1a97f23 100644 --- a/apps/sparo/CHANGELOG.md +++ b/apps/sparo/CHANGELOG.md @@ -1,2 +1,11 @@ +# Change Log - sparo + +This log was last generated on Thu, 22 Feb 2024 00:07:39 GMT and should not be manually modified. + +## 0.0.1 +Thu, 22 Feb 2024 00:07:39 GMT + +### Updates + +- Initial implementation -_Rush will automatically generate this CHANGELOG.md file after the first public release._ diff --git a/common/changes/sparo/release_2024-02-22-00-05.json b/common/changes/sparo/release_2024-02-22-00-05.json deleted file mode 100644 index 8c460e8..0000000 --- a/common/changes/sparo/release_2024-02-22-00-05.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "Initial implementation", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file From aca5cc292a9324791cb92f0e4cf193c4f3ff038f Mon Sep 17 00:00:00 2001 From: Cheng Liu Date: Wed, 21 Feb 2024 16:07:42 -0800 Subject: [PATCH 2/2] Bump versions [skip ci] --- apps/sparo-lib/package.json | 2 +- apps/sparo/package.json | 2 +- common/config/rush/version-policies.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/sparo-lib/package.json b/apps/sparo-lib/package.json index 7cac0b1..083747a 100644 --- a/apps/sparo-lib/package.json +++ b/apps/sparo-lib/package.json @@ -1,6 +1,6 @@ { "name": "sparo-lib", - "version": "0.0.0", + "version": "0.0.1", "description": "A library for writing scripts that interact with the Sparo", "license": "MIT", "main": "lib/index.js", diff --git a/apps/sparo/package.json b/apps/sparo/package.json index 4b42218..fa29a1a 100644 --- a/apps/sparo/package.json +++ b/apps/sparo/package.json @@ -1,6 +1,6 @@ { "name": "sparo", - "version": "0.0.0", + "version": "0.0.1", "description": "Improve Git performance in your large scale frontend monorepo by integrating sparse checkout with Rush and PNPM", "keywords": [ "background prefetch", diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index ff989d0..23370ff 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -102,7 +102,7 @@ { "policyName": "sparo", "definitionName": "lockStepVersion", - "version": "0.0.0", + "version": "0.0.1", "nextBump": "patch", "mainProject": "sparo" }