Skip to content

Commit bd992c5

Browse files
authored
Merge pull request #130 from dev-five-git/changeset-release/main
Version Packages
2 parents 0edac6f + 7860ca5 commit bd992c5

File tree

7 files changed

+23
-10
lines changed

7 files changed

+23
-10
lines changed

.changeset/smooth-dots-carry.md

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

packages/next-plugin/CHANGELOG.md

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

3+
## 0.1.49
4+
5+
### Patch Changes
6+
7+
- 49f3508: Add include option
8+
- Updated dependencies [49f3508]
9+
- @devup-ui/webpack-plugin@0.1.49
10+
311
## 0.1.48
412

513
### 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.48",
4+
"version": "0.1.49",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

packages/vite-plugin/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- 49f3508: Add include option
8+
39
## 0.1.44
410

511
### Patch Changes

packages/vite-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/vite-plugin",
33
"type": "module",
4-
"version": "0.1.44",
4+
"version": "0.1.45",
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.49
4+
5+
### Patch Changes
6+
7+
- 49f3508: Add include option
8+
39
## 0.1.48
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.48",
4+
"version": "0.1.49",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

0 commit comments

Comments
 (0)