Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent 107e6dc commit 90da738
Show file tree
Hide file tree
Showing 29 changed files with 142 additions and 33 deletions.
19 changes: 0 additions & 19 deletions .changeset/twenty-boxes-play.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
- Updated dependencies [107e6dc]
- @orbitkit/ui@0.1.1
- @orbitkit/assets@0.1.1
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.1.0",
"version": "0.1.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
@@ -0,0 +1,13 @@
# @orbitkit/web

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
- Updated dependencies [107e6dc]
- @orbitkit/auth@0.1.1
- @orbitkit/env@0.1.1
- @orbitkit/ui@0.1.1
- @orbitkit/db@0.1.1
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.1.0",
"version": "0.1.1",
"private": true,
"description": "The web application of OrbitKit",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/assets

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "OrbitKit's assets package",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @orbitkit/auth

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
- Updated dependencies [107e6dc]
- @orbitkit/utils@0.1.1
- @orbitkit/env@0.1.1
- @orbitkit/db@0.1.1
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.1.0",
"version": "0.1.1",
"private": true,
"description": "Auth package for OrbitKit",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# eslint-config-orbitkit

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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": "eslint-config-orbitkit",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "A package to share ESLint configurations in workspace",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/config/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @orbitkit/storybook

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
- Updated dependencies [107e6dc]
- @orbitkit/assets@0.1.1
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.1.0",
"version": "0.1.1",
"private": true,
"description": "A package to share Storybook configuration preset for the workspace",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/tailwind

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "Tailwindcss preset for OrbitKit workspace",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/tsconfig

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "A package to share tsconfig presets around the workspace",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/vite

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "Vite presets for the workspace",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/core

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "Core package for business logic",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @orbitkit/db

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
- Updated dependencies [107e6dc]
- @orbitkit/env@0.1.1
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.1.0",
"version": "0.1.1",
"private": true,
"description": "A database package utilizing drizzle orm.",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/env

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "A package to define environment variables for apps in the workspace using t3 env",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/ui

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "OrbitKit UI Design System Components Library",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @orbitkit/utils

## 0.1.1

### Patch Changes

- 107e6dc: - Adds Github Actions
- Updates dependencies to latest versions
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.1.0",
"version": "0.1.1",
"private": true,
"description": "Common utilities for OrbitKit",
"license": "MIT",
Expand Down

0 comments on commit 90da738

Please sign in to comment.