Skip to content

Commit 499aea6

Browse files
authored
Merge pull request #68 from ixahmedxi/changeset-release/main
chore: update versions
2 parents 6e79158 + 729cca4 commit 499aea6

34 files changed

Lines changed: 137 additions & 37 deletions

.changeset/short-chairs-exist.md

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

apps/docs/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 870e09f: feat: eslint v9
8+
39
## 0.2.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": "@orbitkit/docs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "Documentation website for OrbitKit using Mintlify",
66
"license": "MIT",

apps/marketing/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @orbitkit/marketing
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 870e09f: feat: eslint v9
8+
- Updated dependencies [870e09f]
9+
- @orbitkit/env@0.2.1
10+
- @orbitkit/ui@0.2.1
11+
- @orbitkit/assets@0.2.1
12+
313
## 0.2.0
414

515
### Minor Changes

apps/marketing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitkit/marketing",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "Marketing website for OrbitKit",
66
"license": "MIT",

apps/web/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 870e09f: feat: eslint v9
8+
- Updated dependencies [870e09f]
9+
- @orbitkit/utils@0.2.1
10+
- @orbitkit/auth@0.2.1
11+
- @orbitkit/api@0.2.1
12+
- @orbitkit/env@0.2.1
13+
- @orbitkit/db@0.2.1
14+
- @orbitkit/ui@0.2.1
15+
316
## 0.2.0
417

518
### Minor Changes

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitkit/web",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "The web application of OrbitKit",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbitkit",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "A comprehensive, opinionated company monorepo boilerplate",
66
"license": "MIT",

packages/api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @orbitkit/api
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 870e09f: feat: eslint v9
8+
- Updated dependencies [870e09f]
9+
- @orbitkit/utils@0.2.1
10+
- @orbitkit/auth@0.2.1
11+
- @orbitkit/env@0.2.1
12+
- @orbitkit/db@0.2.1
13+
314
## 0.2.0
415

516
### Minor Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitkit/api",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "A tRPC API package used in the web application",
66
"license": "MIT",

0 commit comments

Comments
 (0)