diff --git a/.changeset/nice-ways-pretend.md b/.changeset/nice-ways-pretend.md deleted file mode 100644 index b97a4c3a..00000000 --- a/.changeset/nice-ways-pretend.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -'@orbitkit/storybook': patch -'eslint-config-orbitkit': patch -'@orbitkit/vite': patch -'@orbitkit/utils': patch -'@orbitkit/core': patch -'@orbitkit/ui': patch -'@orbitkit/web': patch -'@orbitkit/docs': patch -'@orbitkit/marketing': patch -'@orbitkit/api': patch -'@orbitkit/assets': patch -'@orbitkit/auth': patch -'@orbitkit/tailwind': patch -'@orbitkit/tsconfig': patch -'@orbitkit/db': patch -'@orbitkit/env': patch ---- - -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. diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index e3efe70c..b68351ec 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -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 diff --git a/apps/docs/package.json b/apps/docs/package.json index ee2f66c4..8b302949 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -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", diff --git a/apps/marketing/CHANGELOG.md b/apps/marketing/CHANGELOG.md index 9fae1973..5d664f3a 100644 --- a/apps/marketing/CHANGELOG.md +++ b/apps/marketing/CHANGELOG.md @@ -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 diff --git a/apps/marketing/package.json b/apps/marketing/package.json index 15b6ee1f..ef0ba494 100644 --- a/apps/marketing/package.json +++ b/apps/marketing/package.json @@ -1,6 +1,6 @@ { "name": "@orbitkit/marketing", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "Marketing website for OrbitKit", "license": "MIT", diff --git a/apps/web/CHANGELOG.md b/apps/web/CHANGELOG.md index d27dc370..ae507dd4 100644 --- a/apps/web/CHANGELOG.md +++ b/apps/web/CHANGELOG.md @@ -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 diff --git a/apps/web/package.json b/apps/web/package.json index 1b611027..3d97c3bc 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -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", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index c0113fb4..91fb52dd 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -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 diff --git a/packages/api/package.json b/packages/api/package.json index 11fbad20..8c7804c1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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", diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index d7633b77..47082824 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -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 diff --git a/packages/assets/package.json b/packages/assets/package.json index f323b7ee..72de44fa 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@orbitkit/assets", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "OrbitKit's assets package", "license": "MIT", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a96d44c7..9a6ebad1 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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 diff --git a/packages/auth/package.json b/packages/auth/package.json index 414da749..977479cf 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@orbitkit/auth", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "Auth package for OrbitKit", "license": "MIT", diff --git a/packages/config/eslint/CHANGELOG.md b/packages/config/eslint/CHANGELOG.md index 79efa115..dc9cf05f 100644 --- a/packages/config/eslint/CHANGELOG.md +++ b/packages/config/eslint/CHANGELOG.md @@ -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 diff --git a/packages/config/eslint/package.json b/packages/config/eslint/package.json index f3c5b8e7..6fac5efb 100644 --- a/packages/config/eslint/package.json +++ b/packages/config/eslint/package.json @@ -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", diff --git a/packages/config/storybook/CHANGELOG.md b/packages/config/storybook/CHANGELOG.md index 4b3979c8..7fb205e0 100644 --- a/packages/config/storybook/CHANGELOG.md +++ b/packages/config/storybook/CHANGELOG.md @@ -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 diff --git a/packages/config/storybook/package.json b/packages/config/storybook/package.json index 75e54d3b..36f2e17f 100644 --- a/packages/config/storybook/package.json +++ b/packages/config/storybook/package.json @@ -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", diff --git a/packages/config/tailwind/CHANGELOG.md b/packages/config/tailwind/CHANGELOG.md index 52d2cdca..91ea1dc6 100644 --- a/packages/config/tailwind/CHANGELOG.md +++ b/packages/config/tailwind/CHANGELOG.md @@ -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 diff --git a/packages/config/tailwind/package.json b/packages/config/tailwind/package.json index 8242fbc1..0ba8ed01 100644 --- a/packages/config/tailwind/package.json +++ b/packages/config/tailwind/package.json @@ -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", diff --git a/packages/config/tsconfig/CHANGELOG.md b/packages/config/tsconfig/CHANGELOG.md index f826b071..b3ff83c0 100644 --- a/packages/config/tsconfig/CHANGELOG.md +++ b/packages/config/tsconfig/CHANGELOG.md @@ -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 diff --git a/packages/config/tsconfig/package.json b/packages/config/tsconfig/package.json index 8c2e5777..6a6e1d39 100644 --- a/packages/config/tsconfig/package.json +++ b/packages/config/tsconfig/package.json @@ -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", diff --git a/packages/config/vite/CHANGELOG.md b/packages/config/vite/CHANGELOG.md index 4bccfad1..01b58c05 100644 --- a/packages/config/vite/CHANGELOG.md +++ b/packages/config/vite/CHANGELOG.md @@ -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 diff --git a/packages/config/vite/package.json b/packages/config/vite/package.json index c902964b..9a86855e 100644 --- a/packages/config/vite/package.json +++ b/packages/config/vite/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3c62194d..ee3d29c1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 5c66515c..fd01f3f6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 4f4d7a65..2efc704f 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -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 diff --git a/packages/db/package.json b/packages/db/package.json index ba476f4a..13b33d82 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -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", diff --git a/packages/env/CHANGELOG.md b/packages/env/CHANGELOG.md index ee824913..d1d7d124 100644 --- a/packages/env/CHANGELOG.md +++ b/packages/env/CHANGELOG.md @@ -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 diff --git a/packages/env/package.json b/packages/env/package.json index 885e12eb..1fc3fa64 100644 --- a/packages/env/package.json +++ b/packages/env/package.json @@ -1,6 +1,6 @@ { "name": "@orbitkit/env", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "A package to define environment variables for apps in the workspace using t3 env", "license": "MIT", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 7eedba79..a7ea07ef 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @orbitkit/ui +## 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 diff --git a/packages/ui/package.json b/packages/ui/package.json index de7e683a..7450c7c2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@orbitkit/ui", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "OrbitKit UI Design System Components Library", "license": "MIT", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 49977846..428dac56 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @orbitkit/utils +## 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 diff --git a/packages/utils/package.json b/packages/utils/package.json index 71c9c7ea..d21ed9a2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@orbitkit/utils", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "Common utilities for OrbitKit", "license": "MIT",