Skip to content

Commit

Permalink
fix: Remove package version numbers
Browse files Browse the repository at this point in the history
Individual packages are not versioned independently, so setting them all to `0.0.0` to avoid confusion
  • Loading branch information
baumandm committed Dec 8, 2021
1 parent a3e5b7f commit 76b24c2
Show file tree
Hide file tree
Showing 17 changed files with 41,368 additions and 41,368 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "npm",
"version": "0.188.0",
"version": "0.0.0",
"packages": [
"./packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insights-explorer",
"version": "0.188.0",
"version": "0.188.1",
"description": "Insights Explorer",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iex/backend",
"version": "0.188.0",
"version": "0.0.0",
"description": "Insights Explorer Backend",
"main": "src/index.js",
"private": true,
Expand Down
Loading

0 comments on commit 76b24c2

Please # to comment.