Skip to content

Commit

Permalink
Merge pull request #60 from ixahmedxi/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
ixahmedxi authored May 20, 2024
2 parents 3377fc6 + 005a135 commit 445b134
Show file tree
Hide file tree
Showing 33 changed files with 222 additions and 41 deletions.
25 changes: 0 additions & 25 deletions .changeset/nice-ways-pretend.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

- Updated dependencies [bf709fb]
- @orbitkit/ui@0.1.5
- @orbitkit/assets@0.1.5
- @orbitkit/env@0.1.5

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

- Updated dependencies [bf709fb]
- @orbitkit/utils@0.1.5
- @orbitkit/ui@0.1.5
- @orbitkit/api@0.1.5
- @orbitkit/auth@0.1.5
- @orbitkit/db@0.1.5
- @orbitkit/env@0.1.5

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

- Updated dependencies [bf709fb]
- @orbitkit/utils@0.1.5
- @orbitkit/auth@0.1.5
- @orbitkit/db@0.1.5
- @orbitkit/env@0.1.5

## 0.1.4

### Patch 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.1.4",
"version": "0.1.5",
"private": true,
"description": "A tRPC API package used in the web application",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @orbitkit/assets

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

- Updated dependencies [bf709fb]
- @orbitkit/utils@0.1.5
- @orbitkit/db@0.1.5
- @orbitkit/env@0.1.5

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

- Updated dependencies [bf709fb]
- @orbitkit/assets@0.1.5

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

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

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

### 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.4",
"version": "0.1.5",
"private": true,
"description": "Core package for business logic",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @orbitkit/db

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

- Updated dependencies [bf709fb]
- @orbitkit/env@0.1.5

## 0.1.4

### Patch 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.1.4",
"version": "0.1.5",
"private": true,
"description": "A database package utilizing drizzle orm.",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @orbitkit/env

## 0.1.5

### Patch Changes

- bf709fb: feat: enables tsup experimental dts option

- switches tsup to use the new experimental dts option.
- adds a `tsconfig.build.json` file to the `ui` package.
- removes `concurrently` and `@storybook/testing-library`
- adds `@storybook/test` to the `ui` package as a replacement for `@storybook/testing-library` due to deprecation.

## 0.1.4

### Patch Changes
Expand Down
Loading

0 comments on commit 445b134

Please sign in to comment.