Skip to content

Commit 8c117a9

Browse files
committed
chore(projects): release v1.0.0-alpha.2
1 parent 5fc151c commit 8c117a9

File tree

5 files changed

+53
-4
lines changed

5 files changed

+53
-4
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
# Changelog
22

33

4+
## [v1.0.0-alpha.2](https://github.com/soybeanjs/elegant-router/compare/v0.3.8...v1.0.0-alpha.2) (2025-04-27)
5+
6+
###    🚀 Features
7+
8+
- **projects**:
9+
- init next version &nbsp;-&nbsp; by @soybeanjs [<samp>(8d5b0)</samp>](https://github.com/soybeanjs/elegant-router/commit/8d5b07d)
10+
- resolve node &nbsp;-&nbsp; by @soybeanjs [<samp>(4c308)</samp>](https://github.com/soybeanjs/elegant-router/commit/4c30868)
11+
- resolve node &nbsp;-&nbsp; by @soybeanjs [<samp>(1dae2)</samp>](https://github.com/soybeanjs/elegant-router/commit/1dae212)
12+
- add alias & optimize resolve glob &nbsp;-&nbsp; by @soybeanjs [<samp>(cd1c5)</samp>](https://github.com/soybeanjs/elegant-router/commit/cd1c54e)
13+
- generate dts & optimize node &nbsp;-&nbsp; by @soybeanjs [<samp>(5b854)</samp>](https://github.com/soybeanjs/elegant-router/commit/5b8541a)
14+
- init generate routes code &nbsp;-&nbsp; by @soybeanjs [<samp>(5840e)</samp>](https://github.com/soybeanjs/elegant-router/commit/5840e90)
15+
- generate routes &nbsp;-&nbsp; by @soybeanjs [<samp>(ba64b)</samp>](https://github.com/soybeanjs/elegant-router/commit/ba64b34)
16+
- generate transformer and shared &nbsp;-&nbsp; by @soybeanjs [<samp>(a80fd)</samp>](https://github.com/soybeanjs/elegant-router/commit/a80fd18)
17+
18+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
19+
20+
- **projects**:
21+
- fix template-vue vite config &nbsp;-&nbsp; by @soybeanjs [<samp>(e8581)</samp>](https://github.com/soybeanjs/elegant-router/commit/e8581f9)
22+
- fix generated dts &nbsp;-&nbsp; by @soybeanjs [<samp>(8c486)</samp>](https://github.com/soybeanjs/elegant-router/commit/8c48680)
23+
24+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
25+
26+
- **projects**: move debug files to debug directory &nbsp;-&nbsp; by @soybeanjs [<samp>(b7b7a)</samp>](https://github.com/soybeanjs/elegant-router/commit/b7b7a3f)
27+
28+
### &nbsp;&nbsp;&nbsp;💅 Refactors
29+
30+
- **projects**:
31+
- refactor example template-vue &nbsp;-&nbsp; by @soybeanjs [<samp>(5770f)</samp>](https://github.com/soybeanjs/elegant-router/commit/5770fbf)
32+
- move `template-vue` to `example` &nbsp;-&nbsp; by @soybeanjs [<samp>(9e5e4)</samp>](https://github.com/soybeanjs/elegant-router/commit/9e5e4e8)
33+
34+
### &nbsp;&nbsp;&nbsp;🏡 Chore
35+
36+
- **deps**:
37+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(3d344)</samp>](https://github.com/soybeanjs/elegant-router/commit/3d3446d)
38+
- bump vue from 3.5.4 to 3.5.12 &nbsp;-&nbsp; by **dependabot[bot]** [<samp>(80a79)</samp>](https://github.com/soybeanjs/elegant-router/commit/80a791e)
39+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(26087)</samp>](https://github.com/soybeanjs/elegant-router/commit/26087f5)
40+
- **projects**:
41+
- remove dependabot.yml &nbsp;-&nbsp; by @soybeanjs [<samp>(68d0c)</samp>](https://github.com/soybeanjs/elegant-router/commit/68d0c98)
42+
- init project &nbsp;-&nbsp; by @soybeanjs [<samp>(ddfc8)</samp>](https://github.com/soybeanjs/elegant-router/commit/ddfc85c)
43+
44+
### &nbsp;&nbsp;&nbsp;🎨 Styles
45+
46+
- **projects**: format code &nbsp;-&nbsp; by @soybeanjs [<samp>(5fc15)</samp>](https://github.com/soybeanjs/elegant-router/commit/5fc151c)
47+
48+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
49+
50+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
51+
[dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)
52+
453
## [v0.3.8](https://github.com/soybeanjs/elegent-router/compare/v0.3.7...v0.3.8) (2024-08-01)
554

655
### &nbsp;&nbsp;&nbsp;🏡 Chore

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "template-vue",
33
"type": "module",
4-
"version": "0.0.1-alpha.1",
4+
"version": "1.0.0-alpha.2",
55
"private": true,
66
"packageManager": "pnpm@10.9.0",
77
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elegant-router",
33
"type": "module",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
55
"packageManager": "pnpm@10.9.0",
66
"description": "A plugin to create router elegantly",
77
"author": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elegant-router/core",
3-
"version": "0.3.8",
3+
"version": "1.0.0-alpha.2",
44
"description": "A plugin to create router elegantly",
55
"author": {
66
"name": "Soybean",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elegant-router/vue",
3-
"version": "0.3.8",
3+
"version": "1.0.0-alpha.2",
44
"description": "A Vue3 Router plugin to create router elegantly",
55
"author": {
66
"name": "Soybean",

0 commit comments

Comments
 (0)