Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #77

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .changeset/friendly-cobras-complain.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/docs

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/docs",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Documentation website for OrbitKit using Mintlify",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions apps/marketing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @orbitkit/marketing

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built
- Updated dependencies [50e9dd2]
- @orbitkit/env@0.3.1
- @orbitkit/ui@0.3.1
- @orbitkit/assets@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/marketing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/marketing",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Marketing website for OrbitKit",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @orbitkit/web

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built
- Updated dependencies [50e9dd2]
- @orbitkit/utils@0.3.1
- @orbitkit/auth@0.3.1
- @orbitkit/api@0.3.1
- @orbitkit/env@0.3.1
- @orbitkit/db@0.3.1
- @orbitkit/ui@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/web",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "The web application of OrbitKit",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @orbitkit/api

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built
- Updated dependencies [50e9dd2]
- @orbitkit/utils@0.3.1
- @orbitkit/auth@0.3.1
- @orbitkit/env@0.3.1
- @orbitkit/db@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/api",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "A tRPC API package used in the web application",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/assets

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/assets",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "OrbitKit's assets package",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @orbitkit/auth

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built
- Updated dependencies [50e9dd2]
- @orbitkit/utils@0.3.1
- @orbitkit/env@0.3.1
- @orbitkit/db@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/auth",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Auth package for OrbitKit",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/eslint

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/eslint",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "A package to share ESLint configurations in workspace",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @orbitkit/storybook

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built
- Updated dependencies [50e9dd2]
- @orbitkit/utils@0.3.1
- @orbitkit/assets@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/storybook",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "A package to share Storybook configuration preset for the workspace",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/tailwind

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/tailwind",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Tailwindcss preset for OrbitKit workspace",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/tsconfig

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/tsconfig",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "A package to share tsconfig presets around the workspace",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/vite

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/vite",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Vite presets for the workspace",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/core

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/core",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Core package for business logic",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @orbitkit/db

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built
- Updated dependencies [50e9dd2]
- @orbitkit/env@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/db",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "A database package utilizing drizzle orm.",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/env

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/env",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "A package to define environment variables for apps in the workspace using t3 env",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/ui

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/ui",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "OrbitKit UI Design System Components Library",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbitkit/utils

## 0.3.1

### Patch Changes

- 50e9dd2: refactor: moves almost all packages to being built

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbitkit/utils",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Common utilities for OrbitKit",
"license": "MIT",
Expand Down
Loading