diff --git a/@taddy/babel-plugin/CHANGELOG.md b/@taddy/babel-plugin/CHANGELOG.md index 1490feb..f2ac694 100644 --- a/@taddy/babel-plugin/CHANGELOG.md +++ b/@taddy/babel-plugin/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.11](https://github.com/lttb/taddy/compare/@taddy/babel-plugin@0.1.0-alpha.10...@taddy/babel-plugin@0.1.0-alpha.11) (2024-05-25) + +### Features + +- publish cjs only ([7f36b90](https://github.com/lttb/taddy/commit/7f36b90c9d6ef9cc7ec9a13a8f7019321254c50a)) + # [0.1.0-alpha.10](https://github.com/lttb/taddy/compare/@taddy/babel-plugin@0.1.0-alpha.9...@taddy/babel-plugin@0.1.0-alpha.10) (2024-04-10) ### Bug Fixes diff --git a/@taddy/babel-plugin/package.json b/@taddy/babel-plugin/package.json index 1da68a9..e6f9bb5 100644 --- a/@taddy/babel-plugin/package.json +++ b/@taddy/babel-plugin/package.json @@ -1,56 +1,56 @@ { - "name": "@taddy/babel-plugin", - "version": "0.1.0-alpha.10", - "author": "Kenzhaev Artur ", - "license": "MIT", - "main": "lib/index.js", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/lttb/taddy.git", - "directory": "@taddy/babel-plugin" - }, - "scripts": { - "clean": "rm -rf lib", - "check:ts": "tsc --noEmit", - "compile": "rollup -c --bundleConfigAsCjs", - "prestart": "yarn clean", - "start": "yarn compile --watch", - "prebuild": "yarn clean", - "build": "yarn compile" - }, - "dependencies": { - "@babel/core": "^7.21.0", - "@babel/helper-module-imports": "^7.10.1", - "@babel/preset-env": "^7.10.4", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.10.4", - "@babel/register": "^7.21.0", - "@babel/standalone": "^7.21.2", - "@babel/types": "^7.11.0", - "@taddy/core": "^0.1.0-alpha.3", - "babel-helper-evaluate-path": "^0.5.0", - "common-tags": "^1.8.2", - "convert-source-map": "^2.0.0", - "find-cache-dir": "3.3.2", - "lilconfig": "^2.1.0", - "postcss": "^8.4.21", - "postcss-js": "^4.0.1", - "resolve": "^1.22.1", - "source-map": "^0.7.4", - "string-hash": "^1.1.3", - "sync-rpc": "^1.3.6", - "taddy": "^0.1.0-alpha.5", - "ts-morph": "^17.0.1" - }, - "devDependencies": { - "@types/babel__register": "^7.17.0", - "@types/babel__standalone": "^7.1.4", - "@types/find-cache-dir": "3.2.1", - "@types/node": "18.15.0", - "@types/string-hash": "1.1.1", - "@types/workerpool": "^6.4.0" - } + "name": "@taddy/babel-plugin", + "version": "0.1.0-alpha.11", + "author": "Kenzhaev Artur ", + "license": "MIT", + "main": "lib/index.js", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/lttb/taddy.git", + "directory": "@taddy/babel-plugin" + }, + "scripts": { + "clean": "rm -rf lib", + "check:ts": "tsc --noEmit", + "compile": "rollup -c --bundleConfigAsCjs", + "prestart": "yarn clean", + "start": "yarn compile --watch", + "prebuild": "yarn clean", + "build": "yarn compile" + }, + "dependencies": { + "@babel/core": "^7.21.0", + "@babel/helper-module-imports": "^7.10.1", + "@babel/preset-env": "^7.10.4", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.10.4", + "@babel/register": "^7.21.0", + "@babel/standalone": "^7.21.2", + "@babel/types": "^7.11.0", + "@taddy/core": "^0.1.0-alpha.3", + "babel-helper-evaluate-path": "^0.5.0", + "common-tags": "^1.8.2", + "convert-source-map": "^2.0.0", + "find-cache-dir": "3.3.2", + "lilconfig": "^2.1.0", + "postcss": "^8.4.21", + "postcss-js": "^4.0.1", + "resolve": "^1.22.1", + "source-map": "^0.7.4", + "string-hash": "^1.1.3", + "sync-rpc": "^1.3.6", + "taddy": "^0.1.0-alpha.5", + "ts-morph": "^17.0.1" + }, + "devDependencies": { + "@types/babel__register": "^7.17.0", + "@types/babel__standalone": "^7.1.4", + "@types/find-cache-dir": "3.2.1", + "@types/node": "18.15.0", + "@types/string-hash": "1.1.1", + "@types/workerpool": "^6.4.0" + } } diff --git a/@taddy/next-plugin/CHANGELOG.md b/@taddy/next-plugin/CHANGELOG.md index 96757b4..eaa1c9c 100644 --- a/@taddy/next-plugin/CHANGELOG.md +++ b/@taddy/next-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.13](https://github.com/lttb/taddy/compare/@taddy/next-plugin@0.1.0-alpha.12...@taddy/next-plugin@0.1.0-alpha.13) (2024-05-25) + +**Note:** Version bump only for package @taddy/next-plugin + # [0.1.0-alpha.12](https://github.com/lttb/taddy/compare/@taddy/next-plugin@0.1.0-alpha.11...@taddy/next-plugin@0.1.0-alpha.12) (2024-04-10) ### Bug Fixes diff --git a/@taddy/next-plugin/package.json b/@taddy/next-plugin/package.json index d30b784..b530529 100644 --- a/@taddy/next-plugin/package.json +++ b/@taddy/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@taddy/next-plugin", - "version": "0.1.0-alpha.12", + "version": "0.1.0-alpha.13", "author": "Kenzhaev Artur ", "license": "MIT", "main": "index.js", @@ -23,7 +23,7 @@ }, "dependencies": { "@babel/core": "^7.0.0", - "@taddy/babel-plugin": "^0.1.0-alpha.10" + "@taddy/babel-plugin": "^0.1.0-alpha.11" }, "devDependencies": { "next": "13.2.4", diff --git a/@taddy/vite-plugin/CHANGELOG.md b/@taddy/vite-plugin/CHANGELOG.md new file mode 100644 index 0000000..6e3bd9c --- /dev/null +++ b/@taddy/vite-plugin/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0-alpha.1 (2024-05-25) + +### Features + +- add solid example ([8b65749](https://github.com/lttb/taddy/commit/8b65749f83e6abc2dcf59f18e17ff1eb479814e1)) +- **esbuild-plugin, vite-plugin:** refactor ([e047b4c](https://github.com/lttb/taddy/commit/e047b4c22b99a3ff40a03569b712a78d6306e095)) +- **examples/astro:** add astro example ([043f1eb](https://github.com/lttb/taddy/commit/043f1eb6f3b1191060ecd62e9f5053b4fe9f09b8)) +- publish cjs only ([7f36b90](https://github.com/lttb/taddy/commit/7f36b90c9d6ef9cc7ec9a13a8f7019321254c50a)) +- support svelte ([d787808](https://github.com/lttb/taddy/commit/d787808d174fc1a5c0e1e9a12314bdb1e57a5821)) +- **vite-plugin:** minor updates ([7db8dc3](https://github.com/lttb/taddy/commit/7db8dc3fb6e0f379005573128c760961a79735c5)) diff --git a/@taddy/vite-plugin/package.json b/@taddy/vite-plugin/package.json index a42e7a2..6015fc0 100644 --- a/@taddy/vite-plugin/package.json +++ b/@taddy/vite-plugin/package.json @@ -1,20 +1,20 @@ { - "name": "@taddy/vite-plugin", - "version": "0.1.0-alpha.0", - "author": "Kenzhaev Artur ", - "license": "MIT", - "main": "index.js", - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/lttb/taddy.git" - }, - "dependencies": { - "@taddy/babel-plugin": "*" - }, - "devDependencies": { - "vite": "^4.2.1" - } + "name": "@taddy/vite-plugin", + "version": "0.1.0-alpha.1", + "author": "Kenzhaev Artur ", + "license": "MIT", + "main": "index.js", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/lttb/taddy.git" + }, + "dependencies": { + "@taddy/babel-plugin": "*" + }, + "devDependencies": { + "vite": "^4.2.1" + } } diff --git a/taddy.macro/CHANGELOG.md b/taddy.macro/CHANGELOG.md index f434705..8f09c65 100644 --- a/taddy.macro/CHANGELOG.md +++ b/taddy.macro/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.11](https://github.com/lttb/taddy/compare/taddy.macro@0.1.0-alpha.10...taddy.macro@0.1.0-alpha.11) (2024-05-25) + +**Note:** Version bump only for package taddy.macro + # [0.1.0-alpha.10](https://github.com/lttb/taddy/compare/taddy.macro@0.1.0-alpha.9...taddy.macro@0.1.0-alpha.10) (2024-04-10) **Note:** Version bump only for package taddy.macro diff --git a/taddy.macro/package.json b/taddy.macro/package.json index ad6c87c..f3db751 100644 --- a/taddy.macro/package.json +++ b/taddy.macro/package.json @@ -1,6 +1,6 @@ { "name": "taddy.macro", - "version": "0.1.0-alpha.10", + "version": "0.1.0-alpha.11", "author": "Kenzhaev Artur ", "license": "MIT", "main": "lib/index.cjs", @@ -21,7 +21,7 @@ "build": "yarn compile" }, "dependencies": { - "@taddy/babel-plugin": "^0.1.0-alpha.10", + "@taddy/babel-plugin": "^0.1.0-alpha.11", "taddy": "^0.1.0-alpha.5" }, "peerDependencies": {