Skip to content

Commit

Permalink
Mark all libraries as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Sep 18, 2023
1 parent 977764d commit 4fb3c64
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
5 changes: 4 additions & 1 deletion apps/website/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ export default defineConfig({
},
],
sidebar: {
...createSidebar('i18next', [{ text: 'Get Started', link: '/i18next/' }]),
...createSidebar('i18next', [
{ text: 'Get Started', link: '/i18next/' },
{ text: 'Release policy', link: '/i18next/releases' },
]),
...createSidebar('web-api', [
{ text: 'Get Started', link: '/web-api/' },
{
Expand Down
9 changes: 9 additions & 0 deletions apps/website/docs/i18next/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Releases policy of `@withease/i18next`

::: tip
This library does not follow the same [release cycle as other libraries in the With Ease organization](/statements/releases) because it is bound to the release cycle of `i18next` itself.
:::

The major version of this library is bound to the major version of `i18next` itself. For example, `@withease/[email protected]` is compatible with `[email protected]` and is tested against it.

Major version of this library can include breaking changes, but it will be soundness.
4 changes: 4 additions & 0 deletions packages/factories/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @withease/factories

## 1.0.0

- Nothing new, just a version bump to mark library as stable

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/factories/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@withease/factories",
"version": "0.2.0",
"version": "1.0.0",
"type": "commonjs"
}
4 changes: 4 additions & 0 deletions packages/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @withease/i18next

## 22.0.0

- Nothing new, just a version bump to mark library as stable

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@withease/i18next",
"version": "0.1.2",
"version": "22.0.0",
"type": "commonjs",
"peerDependencies": {
"effector": "^22.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/web-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @withease/web-api

## 1.0.0

- Nothing new, just a version bump to mark library as stable

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@withease/web-api",
"version": "0.4.5",
"version": "1.0.0",
"type": "commonjs",
"peerDependencies": {
"effector": "^22.5.0"
Expand Down

0 comments on commit 4fb3c64

Please sign in to comment.