Skip to content

Commit 18d5355

Browse files
Version Packages
1 parent bc02e42 commit 18d5355

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/modern-bats-decide.md

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

packages/next-plugin/CHANGELOG.md

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

3+
## 0.1.60
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a2ab9d]
8+
- @devup-ui/webpack-plugin@0.1.60
9+
310
## 0.1.59
411

512
### Patch Changes

packages/next-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devup-ui/next-plugin",
33
"type": "module",
4-
"version": "0.1.59",
4+
"version": "0.1.60",
55
"scripts": {
66
"lint": "eslint",
77
"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+
## 0.1.60
4+
5+
### Patch Changes
6+
7+
- 5a2ab9d: Fix webpack issue
8+
39
## 0.1.59
410

511
### Patch Changes

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devup-ui/webpack-plugin",
33
"type": "module",
4-
"version": "0.1.59",
4+
"version": "0.1.60",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

0 commit comments

Comments
 (0)