🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/855
**Author:** [@Lanhild](https://github.com/Lanhild)
**Created:** 2/23/2024
**Status:** ✅ Merged
**Merged:** 2/23/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `main` ← **Head:** `patch-2`
---
### 📝 Commits (1)
- [`e1dc6d3`](https://github.com/open-webui/open-webui/commit/e1dc6d3f8112d02bbd0f736a592f613431cfd79c) Update package.json
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+2 -2)
</details>
### 📄 Description
Instead of having the previous `1.0.0-alpha.101`, we could use [semantic versioning](https://semver.org/) as a way to respect global conventions.
In our case, the current version is `1.0.0-alpha.101`. We could consider this a prerelease, so the semantic version string would be `0.1.0-101`
For more info about semantic versioning:
- https://semver.org/
- https://jubianchi.github.io/semver-check/#/version/0.1.0-101 | Allows you to preview a version string and explain each of it's components
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/855
Author: @Lanhild
Created: 2/23/2024
Status: ✅ Merged
Merged: 2/23/2024
Merged by: @tjbck
Base:
main← Head:patch-2📝 Commits (1)
e1dc6d3Update package.json📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
package.json(+2 -2)📄 Description
Instead of having the previous
1.0.0-alpha.101, we could use semantic versioning as a way to respect global conventions.In our case, the current version is
1.0.0-alpha.101. We could consider this a prerelease, so the semantic version string would be0.1.0-101For more info about semantic versioning:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.