diff --git a/packages/babel-plugin/CHANGELOG.md b/packages/babel-plugin/CHANGELOG.md index c1449f4..1c465c8 100644 --- a/packages/babel-plugin/CHANGELOG.md +++ b/packages/babel-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/babel-plugin +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/babel-plugin/package.json b/packages/babel-plugin/package.json index b76d4ad..a40f05b 100644 --- a/packages/babel-plugin/package.json +++ b/packages/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/babel-plugin", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3b1e5fd..6eb6527 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @oktaytest/core +## 0.0.119 + +### Patch Changes + +- add svelte support + ## 0.0.118 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index fa56d01..1c9585d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/core", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ diff --git a/packages/esbuild/CHANGELOG.md b/packages/esbuild/CHANGELOG.md index 4e62d80..3b4fbd2 100644 --- a/packages/esbuild/CHANGELOG.md +++ b/packages/esbuild/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/esbuild +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/esbuild/package.json b/packages/esbuild/package.json index 6aefa3f..190d534 100644 --- a/packages/esbuild/package.json +++ b/packages/esbuild/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/esbuild", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/metro/CHANGELOG.md b/packages/metro/CHANGELOG.md index eae871b..18d836d 100644 --- a/packages/metro/CHANGELOG.md +++ b/packages/metro/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/metro +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/metro/package.json b/packages/metro/package.json index 68ec7a1..8b178ef 100644 --- a/packages/metro/package.json +++ b/packages/metro/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/metro", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index aee7eb3..884698f 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/nuxt +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 14a6d02..00ee856 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/nuxt", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 3737ce0..02f1983 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/rollup +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/vite@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index a817a70..95454f5 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/rollup", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/rspack/CHANGELOG.md b/packages/rspack/CHANGELOG.md index 24fe0c1..6649b14 100644 --- a/packages/rspack/CHANGELOG.md +++ b/packages/rspack/CHANGELOG.md @@ -1,5 +1,14 @@ # @oktaytest/rspack +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/webpack@0.0.119 + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/rspack/package.json b/packages/rspack/package.json index 7c2894d..00632a3 100644 --- a/packages/rspack/package.json +++ b/packages/rspack/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/rspack", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md new file mode 100644 index 0000000..a1304cd --- /dev/null +++ b/packages/svelte/CHANGELOG.md @@ -0,0 +1,7 @@ +# @oktaytest/svelte + +## 0.0.119 + +### Patch Changes + +- add svelte support diff --git a/packages/svelte/package.json b/packages/svelte/package.json index b4781b4..55d192d 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/svelte", - "version": "0.0.118", + "version": "0.0.119", "scripts": { "dev": "vite dev", "build": "vite build && npm run package", diff --git a/packages/typescript-config/CHANGELOG.md b/packages/typescript-config/CHANGELOG.md index 651fb6e..0391919 100644 --- a/packages/typescript-config/CHANGELOG.md +++ b/packages/typescript-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @oktaytest/typescript-config +## 0.0.119 + +### Patch Changes + +- add svelte support + ## 0.0.118 ### Patch Changes diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index ddce616..24f6814 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/typescript-config", - "version": "0.0.118", + "version": "0.0.119", "private": true, "publishConfig": { "access": "public" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index f8f5a22..5a24960 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/ui +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 856eb7e..2495537 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/ui", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 11ccbeb..bdf441e 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/vite +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 44f0d45..696d38c 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/vite", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index d63a55a..71defee 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/vue +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 9bf5c31..ea07305 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/vue", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/iconify.umd.js", "module": "dist/iconify.mjs", "types": "./dist/index.d.ts", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 1098134..2571ca1 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,13 @@ # @oktaytest/webpack +## 0.0.119 + +### Patch Changes + +- add svelte support +- Updated dependencies + - @oktaytest/core@0.0.119 + ## 0.0.118 ### Patch Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 0a8a549..8cde797 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@oktaytest/webpack", - "version": "0.0.118", + "version": "0.0.119", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",