Skip to content

Commit 8e675cf

Browse files
authored
Merge pull request #470 from dev-five-git/changeset-release/main
Version Packages
2 parents 134a35e + f0ee22d commit 8e675cf

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/eight-rings-sleep.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/next-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @devup-ui/next-plugin
22

3+
## 1.0.49
4+
5+
### Patch Changes
6+
7+
- [#469](https://github.com/dev-five-git/devup-ui/pull/469) [`9813476`](https://github.com/dev-five-git/devup-ui/commit/9813476ec3b85ad371bbff9babed6c9f1ffbbda7) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix turbo build issue, split webpack, turbopack loader
8+
9+
- Updated dependencies [[`9813476`](https://github.com/dev-five-git/devup-ui/commit/9813476ec3b85ad371bbff9babed6c9f1ffbbda7)]:
10+
- @devup-ui/webpack-plugin@1.0.46
11+
312
## 1.0.48
413

514
### Patch Changes

packages/next-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"webpack"
2020
],
2121
"type": "module",
22-
"version": "1.0.48",
22+
"version": "1.0.49",
2323
"scripts": {
2424
"lint": "eslint",
2525
"build": "tsc && vite build"

packages/webpack-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @devup-ui/webpack-plugin
22

3+
## 1.0.46
4+
5+
### Patch Changes
6+
7+
- [#469](https://github.com/dev-five-git/devup-ui/pull/469) [`9813476`](https://github.com/dev-five-git/devup-ui/commit/9813476ec3b85ad371bbff9babed6c9f1ffbbda7) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix turbo build issue, split webpack, turbopack loader
8+
39
## 1.0.45
410

511
### Patch Changes

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"webpack"
1919
],
2020
"type": "module",
21-
"version": "1.0.45",
21+
"version": "1.0.46",
2222
"scripts": {
2323
"lint": "eslint",
2424
"build": "tsc && vite build"

0 commit comments

Comments
 (0)