Skip to content

Commit

Permalink
fix: decrease verison until published (#466)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Oct 27, 2023
1 parent 23153d6 commit c57dd0b
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ 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
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": "2.0.0",
"@cats-cradle/create-artifact": "1.1.2",
"@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": "2.0.0"
"@cats-cradle/create-artifact": "1.1.2"
}
}
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": "2.0.0",
"@cats-cradle/create-artifact": "1.1.2",
"@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": "2.0.0",
"@cats-cradle/create-artifact": "1.1.2",
"@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": "2.0.0"
"@cats-cradle/create-artifact": "1.1.2"
}
}
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": "2.0.0",
"@cats-cradle/create-artifact": "1.1.2",
"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": "2.0.0"
"@cats-cradle/create-artifact": "1.1.2"
}
}
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": "2.0.0"
"@cats-cradle/create-artifact": "1.1.2"
}
}

0 comments on commit c57dd0b

Please sign in to comment.