Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Oct 27, 2023
1 parent c57dd0b commit 9d1041a
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 43 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ Alternatively, build, test, and deploy apps locally using the
git push
```

> **Note** Monorepo Package Versioning: It is essential to adhere to a
> structured release process when dealing with packages that serve as
> dependencies for other packages within a monorepo. Begin by creating a single
> pull request or change to update the library or platform package. After that
> change has been published, create a separate change to increment the versions
> of packages dependent on the updated one. This approach ensures clear and
> organized version management within the monorepo.
## Documentation

See [Documentation](docs/index.md).
Expand Down
52 changes: 26 additions & 26 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "646d8b0a818392e36d1de7b08f6b957ed3c28cc4",
"pnpmShrinkwrapHash": "8c9243aa1c7fedfa20d02ca87c93357469e14692",
"preferredVersionsHash": "8ae0ba5bd02ec9c5763773a15e27aee08a6567f6"
}
7 changes: 7 additions & 0 deletions libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Source code has only two types executable and non-executable. Non-executable
libraries configuration and files are better stored separately in the library
directory or platform away from source code as to keep code clean and readable.

> **Note**: It is essential to adhere to a structured release process with
> packages that serve as dependencies for other packages within this monorepo.
> Begin by creating a single pull request to update the library package. Only
> after this change has been published, should a separate change that increment
> the versions of packages that depend on the updated one be made. This approach
> ensures clear and organized version management within the monorepo.
## Documentation

- [Rule of three](<https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming)>)
7 changes: 7 additions & 0 deletions platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ laying the foundations for other services.
└─ lambda-layers - # serverless lambda layers.
```

> **Note**: It is essential to adhere to a structured release process with
> packages that serve as dependencies for other packages within this monorepo.
> Begin by creating a single pull request to update the platform package. Only
> after this change has been published, should a separate change that increment
> the versions of packages that depend on the updated one be made. This approach
> ensures clear and organized version management within the monorepo.
## Curated List of Recommend Packages

At a base level a platform can be a curated list of preferred packages such as
Expand Down
2 changes: 1 addition & 1 deletion services/authentication-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/passport-jwt": "~3.0.10"
},
"devDependencies": {
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"@cats-cradle/eslint-config": "1.0.6",
"@cats-cradle/faker-factory": "workspace:*",
"@microsoft/tsdoc": "~0.13.2",
Expand Down
2 changes: 1 addition & 1 deletion services/billing-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion services/character-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mongoose": "6.9.1"
},
"devDependencies": {
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"@cats-cradle/eslint-config": "1.0.6",
"@cats-cradle/faker-factory": "workspace:*",
"@microsoft/tsdoc": "~0.13.2",
Expand Down
2 changes: 1 addition & 1 deletion services/email-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@cats-cradle/faker-factory": "workspace:*",
"@types/html-to-text": "~9.0.0",
"@types/lodash": "~4.14.191",
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"@shelf/jest-mongodb": "~4.1.7",
"mongodb": "6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion services/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion services/html-to-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2",
"@cats-cradle/create-artifact": "2.0.0",
"axios": "^0.21.1"
}
}
2 changes: 1 addition & 1 deletion services/jukebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"@cats-cradle/faker-factory": "workspace:*",
"@fastify/static": "~6.9.0",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion services/luck-by-dice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"supertest": "~6.3.3",
"@types/supertest": "~2.0.14",
"@cats-cradle/bundlers": "0.0.3",
"@cats-cradle/create-artifact": "1.1.2"
"@cats-cradle/create-artifact": "2.0.0"
}
}

0 comments on commit 9d1041a

Please sign in to comment.