Skip to content

Commit 323d98a

Browse files
Version Packages
1 parent 41ec102 commit 323d98a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/little-pots-flow.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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3e92da2]
8+
- @devup-ui/webpack-plugin@0.1.15
9+
310
## 0.1.14
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.14",
4+
"version": "0.1.15",
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.15
4+
5+
### Patch Changes
6+
7+
- 3e92da2: file dep path issue
8+
39
## 0.1.14
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.14",
4+
"version": "0.1.15",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

0 commit comments

Comments
 (0)