Skip to content

Commit 0c8b121

Browse files
feat(changeset): version packages (#129)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e0c816 commit 0c8b121

File tree

31 files changed

+149
-34
lines changed

31 files changed

+149
-34
lines changed

.changeset/tough-ideas-roll.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/api-harmonization/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @o2s/api-harmonization
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e0c816: Official stable release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0e0c816]
12+
- @o2s/framework@1.0.0
13+
- @o2s/integrations[email protected]
14+
- @o2s/utils[email protected]
15+
316
## 0.23.0
417

518
### Minor Changes

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/api-harmonization",
3-
"version": "0.23.0",
3+
"version": "1.0.0",
44
"description": "",
55
"author": "",
66
"private": true,

apps/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/docs
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e0c816: Official stable release
8+
39
## 0.13.0
410

511
### Minor Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/docs",
3-
"version": "0.13.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

apps/frontend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @o2s/frontend
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e0c816: Official stable release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0e0c816]
12+
- @o2s/api-harmonization@1.0.0
13+
- @o2s/framework@1.0.0
14+
- @o2s/ui@1.0.0
15+
316
## 0.25.1
417

518
### Patch Changes

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/frontend",
3-
"version": "0.25.1",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"prepare": "npx prisma generate && dotenv -e .env.local -- prisma migrate deploy && dotenv -e .env.local -- prisma db seed",

packages/configs/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/eslint-config
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e0c816: Official stable release
8+
39
## 0.12.0
410

511
### Minor Changes

packages/configs/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/eslint-config",
3-
"version": "0.12.0",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"exports": {

packages/configs/prettier-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/prettier-config
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e0c816: Official stable release
8+
39
## 0.11.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)