Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @taddy/babel-plugin@0.1.0-alpha.10
 - @taddy/next-plugin@0.1.0-alpha.10
 - taddy.macro@0.1.0-alpha.10
  • Loading branch information
lttb committed Apr 10, 2024
1 parent 2d7c0c9 commit 2e37a50
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 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.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

- fix bun support ([2d7c0c9](https://github.com/lttb/taddy/commit/2d7c0c9ecd285bd114369f50fcb06426406f0d4c))

# [0.1.0-alpha.9](https://github.com/lttb/taddy/compare/@taddy/babel-plugin@0.1.0-alpha.8...@taddy/babel-plugin@0.1.0-alpha.9) (2024-04-10)

**Note:** Version bump only for package @taddy/babel-plugin
Expand Down
2 changes: 1 addition & 1 deletion @taddy/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taddy/babel-plugin",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"author": "Kenzhaev Artur <kenzhaev.artur@gmail.com>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
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.10](https://github.com/lttb/taddy/compare/@taddy/next-plugin@0.1.0-alpha.9...@taddy/next-plugin@0.1.0-alpha.10) (2024-04-10)

**Note:** Version bump only for package @taddy/next-plugin

# [0.1.0-alpha.9](https://github.com/lttb/taddy/compare/@taddy/next-plugin@0.1.0-alpha.8...@taddy/next-plugin@0.1.0-alpha.9) (2024-04-10)

**Note:** Version bump only for package @taddy/next-plugin
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.9",
"version": "0.1.0-alpha.10",
"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.9"
"@taddy/babel-plugin": "^0.1.0-alpha.10"
},
"devDependencies": {
"next": "13.2.4",
Expand Down
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.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

# [0.1.0-alpha.9](https://github.com/lttb/taddy/compare/taddy.macro@0.1.0-alpha.8...taddy.macro@0.1.0-alpha.9) (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.9",
"version": "0.1.0-alpha.10",
"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.9",
"@taddy/babel-plugin": "^0.1.0-alpha.10",
"taddy": "^0.1.0-alpha.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 2e37a50

Please sign in to comment.