Skip to content

Commit 699f08d

Browse files
Version Packages
1 parent c57c872 commit 699f08d

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/many-mirrors-lie.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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [19def1c]
8+
- @devup-ui/webpack-plugin@0.1.4
9+
310
## 0.1.3
411

512
### Patch Changes

packages/next-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devup-ui/next-plugin",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"dependencies": {
66
"@devup-ui/webpack-plugin": "workspace:*",

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.4
4+
5+
### Patch Changes
6+
7+
- 19def1c: Fix watch logic
8+
39
## 0.1.3
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.3",
4+
"version": "0.1.4",
55
"dependencies": {
66
"webpack": "^5.97",
77
"@devup-ui/wasm": "workspace:*"

0 commit comments

Comments
 (0)