Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @taddy/babel-plugin@0.1.0-alpha.11
 - @taddy/next-plugin@0.1.0-alpha.13
 - @taddy/vite-plugin@0.1.0-alpha.1
 - taddy.macro@0.1.0-alpha.11
  • Loading branch information
lttb committed May 25, 2024
1 parent 7f36b90 commit 613fab7
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 76 deletions.
6 changes: 6 additions & 0 deletions @taddy/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
108 changes: 54 additions & 54 deletions @taddy/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "@taddy/babel-plugin",
"version": "0.1.0-alpha.10",
"author": "Kenzhaev Artur <kenzhaev.artur@gmail.com>",
"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 <kenzhaev.artur@gmail.com>",
"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"
}
}
4 changes: 4 additions & 0 deletions @taddy/next-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions @taddy/next-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taddy/next-plugin",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"author": "Kenzhaev Artur <kenzhaev.artur@gmail.com>",
"license": "MIT",
"main": "index.js",
Expand All @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions @taddy/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
36 changes: 18 additions & 18 deletions @taddy/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@taddy/vite-plugin",
"version": "0.1.0-alpha.0",
"author": "Kenzhaev Artur <kenzhaev.artur@gmail.com>",
"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 <kenzhaev.artur@gmail.com>",
"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"
}
}
4 changes: 4 additions & 0 deletions taddy.macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions taddy.macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taddy.macro",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.11",
"author": "Kenzhaev Artur <kenzhaev.artur@gmail.com>",
"license": "MIT",
"main": "lib/index.cjs",
Expand All @@ -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": {
Expand Down

0 comments on commit 613fab7

Please sign in to comment.