Skip to content

Commit 796c64d

Browse files
authored
Merge pull request #2 from dev-five-git/changeset-release/main
Version Packages
2 parents 1f1340b + 2bce1d8 commit 796c64d

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/selfish-otters-retire.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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1f1340b]
8+
- @devup-ui/webpack-plugin@0.1.1
9+
310
## 0.1.0
411

512
### Minor 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.0",
3+
"version": "0.1.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 1f1340b: Fix resolve type
8+
39
## 0.1.0
410

511
### Minor 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.0",
4+
"version": "0.1.1",
55
"dependencies": {
66
"webpack": "^5.97",
77
"@devup-ui/wasm": "workspace:*"

0 commit comments

Comments
 (0)