Skip to content

Commit

Permalink
Merge pull request #5 from tiktok/version/bump-1708560459834
Browse files Browse the repository at this point in the history
Version/bump 1708560459834
  • Loading branch information
chengcyber authored Feb 22, 2024
2 parents 8b64d5d + aca5cc2 commit 5ea26b9
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/sparo-lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions apps/sparo/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
]
}
11 changes: 10 additions & 1 deletion apps/sparo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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._
2 changes: 1 addition & 1 deletion apps/sparo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 0 additions & 10 deletions common/changes/sparo/release_2024-02-22-00-05.json

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
"policyName": "sparo",
"definitionName": "lockStepVersion",
"version": "0.0.0",
"version": "0.0.1",
"nextBump": "patch",
"mainProject": "sparo"
}
Expand Down

0 comments on commit 5ea26b9

Please sign in to comment.