Skip to content

Commit e43365d

Browse files
authored
Merge branch 'main' into vite-plugin
2 parents f7484c5 + 52986dc commit e43365d

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

.changeset/many-mirrors-lie.md

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

.github/FUNDING.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These are supported funding model platforms
2+
3+
github: [owjs3901]
4+
patreon: JeongMinOh
5+
open_collective: devup-ui

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
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

0 commit comments

Comments
 (0)