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 May 12, 2024
1 parent 56f5bbc commit 6ffb525
Show file tree
Hide file tree
Showing 33 changed files with 271 additions and 44 deletions.
28 changes: 0 additions & 28 deletions .changeset/shaggy-experts-tease.md

This file was deleted.

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

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "Documentation website for OrbitKit using Mintlify",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions apps/marketing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @orbitkit/marketing

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

- Updated dependencies [4f0f72d]
- @orbitkit/ui@0.1.4
- @orbitkit/assets@0.1.4
- @orbitkit/env@0.1.4

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "Marketing website for OrbitKit",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @orbitkit/web

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

- Updated dependencies [4f0f72d]
- @orbitkit/utils@0.1.4
- @orbitkit/auth@0.1.4
- @orbitkit/api@0.1.4
- @orbitkit/ui@0.1.4
- @orbitkit/db@0.1.4
- @orbitkit/env@0.1.4

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "The web application of OrbitKit",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @orbitkit/api

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

- Updated dependencies [4f0f72d]
- @orbitkit/utils@0.1.4
- @orbitkit/auth@0.1.4
- @orbitkit/db@0.1.4
- @orbitkit/env@0.1.4
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.1.3",
"version": "0.1.4",
"private": true,
"description": "A tRPC API package used in the web application",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @orbitkit/assets

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "OrbitKit's assets package",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @orbitkit/auth

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

- Updated dependencies [4f0f72d]
- @orbitkit/utils@0.1.4
- @orbitkit/db@0.1.4
- @orbitkit/env@0.1.4

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "Auth package for OrbitKit",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/config/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# eslint-config-orbitkit

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

## 0.1.3

### Patch 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": "eslint-config-orbitkit",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"description": "A package to share ESLint configurations in workspace",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/config/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @orbitkit/storybook

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

- Updated dependencies [4f0f72d]
- @orbitkit/assets@0.1.4

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "A package to share Storybook configuration preset for the workspace",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/config/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @orbitkit/tailwind

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "Tailwindcss preset for OrbitKit workspace",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/config/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @orbitkit/tsconfig

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "A package to share tsconfig presets around the workspace",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/config/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @orbitkit/vite

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "Vite presets for the workspace",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @orbitkit/core

## 0.1.4

### Patch Changes

- 4f0f72d: feat: creates a trpc api package

changes in this release:

- creates a new `packages/api` package that hosts a tRPC api to be used for the web application.
- renames the lucia auth `getSession` function to `auth` and provides a new uncached version of it.
- refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
- `getBaseUrl` util now returns `window.location.origin` instead of an empty string when the `window` object is not `undefined`.

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"private": true,
"description": "Core package for business logic",
"license": "MIT",
Expand Down
Loading

0 comments on commit 6ffb525

Please sign in to comment.