Commit e514428
committed
chore: remove
We are using `semantic-release` which overrides the number in `package.json`
with an appropriate version number and doesn't commit it back to git.
To understand the reasons why it doesn't, please see this FAQ entry:
https://github.com/semantic-release/semantic-release/blob/73bcd0bcdb98322c5c5224ffb55960de114c3fd1/docs/support/FAQ.md#why-is-the-packagejsons-version-not-updated-in-my-repository
But having the `version` numbers in our repository is potentially confusing
because people may look to that field to see what the latest version is.
So this commit updates our repo to use the value `0.0.0-semantically-released`,
as per the recommendation of that same FAQ entry, so as to use a less confusing
value that points to the right way to see our latest version, while still
technically adhering to the requirements of the `package.json` format
about a version number being present and using a valid version format.version number from package.json for each library1 parent 6846567 commit e514428
File tree
3 files changed
+3
-3
lines changed- packages
- kurt-open-ai
- kurt-vertex-ai
- kurt
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments