Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ixahmedxi/orbitkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 27, 2024
2 parents 04ad094 + 188ed48 commit 0bb12e0
Show file tree
Hide file tree
Showing 37 changed files with 310 additions and 79 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-radios-clap.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/honest-penguins-taste.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/large-lions-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-laws-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-drinks-argue.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

### Patch Changes

- 3ae31ea: docs: updating documentation from `pnpm` to `bun`

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

### Patch Changes

- 3ae31ea: feat: updating playwright configuration from `pnpm` to `bun`
- Updated dependencies [3ae31ea]
- Updated dependencies [3ae31ea]
- @orbitkit/assets@0.2.0
- @orbitkit/env@0.2.0
- @orbitkit/ui@0.2.0

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

### Patch Changes

- 3ae31ea: feat: updating playwright configuration from `pnpm` to `bun`
- Updated dependencies [3ae31ea]
- Updated dependencies [3ae31ea]
- @orbitkit/utils@0.2.0
- @orbitkit/auth@0.2.0
- @orbitkit/api@0.2.0
- @orbitkit/env@0.2.0
- @orbitkit/db@0.2.0
- @orbitkit/ui@0.2.0

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

### Patch Changes

- Updated dependencies [3ae31ea]
- Updated dependencies [3ae31ea]
- @orbitkit/utils@0.2.0
- @orbitkit/auth@0.2.0
- @orbitkit/env@0.2.0
- @orbitkit/db@0.2.0

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

### Patch Changes

- Updated dependencies [3ae31ea]
- Updated dependencies [3ae31ea]
- @orbitkit/utils@0.2.0
- @orbitkit/env@0.2.0
- @orbitkit/db@0.2.0

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

### Patch Changes

- Updated dependencies [3ae31ea]
- Updated dependencies [3ae31ea]
- @orbitkit/assets@0.2.0

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

## 0.1.5

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

## 0.2.0

### Minor Changes

- 3ae31ea: chore: removing volta configuration
- 3ae31ea: feat: moving from `pnpm` to `bun`

- removed Volta configuration
- updated `pnpm` to `bun` in all packages
- updated `pnpm` to `bun` in all `Husky` files
- updated `pnpm` to `bun` in all CI/CD workflows
- updated `pnpm` to `bun` in all documentation
- added custom `.commitlintrc` configuration to handle `scope-enum` rule
- added custom `.scripts/reset-versions` script to reset all package versions

## 0.1.5

### Patch Changes
Expand Down
Loading

0 comments on commit 0bb12e0

Please sign in to comment.