Skip to content

Commit

Permalink
chore(projects): release v0.3.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 4, 2023
1 parent 4ee2970 commit 59c4348
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## [v0.3.0-beta.0](https://github.com/soybeanjs/elegent-router/compare/v0.2.6...v0.3.0-beta.0) (23-11-04)

###    🚨 Breaking Changes

- **projects**: change elegant const route to tree structure &nbsp;-&nbsp; by @honghuangdc [<samp>(3ae9c)</samp>](https://github.com/soybeanjs/elegent-router/commit/3ae9cc9)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- **projects**: fix type &nbsp;-&nbsp; by @honghuangdc [<samp>(4ee29)</samp>](https://github.com/soybeanjs/elegent-router/commit/4ee2970)

### &nbsp;&nbsp;&nbsp;💅 Refactors

- **projects**: refactor @elegant-router/vue &nbsp;-&nbsp; by @honghuangdc [<samp>(60e04)</samp>](https://github.com/soybeanjs/elegent-router/commit/60e04b4)

### &nbsp;&nbsp;&nbsp;📖 Documentation

- **projects**: update README.md &nbsp;-&nbsp; by @honghuangdc [<samp>(dd3fc)</samp>](https://github.com/soybeanjs/elegent-router/commit/dd3fc2b)

### &nbsp;&nbsp;&nbsp;❤️ Contributors

[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)&nbsp;&nbsp;

## [v0.2.6](https://github.com/soybeanjs/elegent-router/compare/v0.2.5...v0.2.6) (23-10-24)

### &nbsp;&nbsp;&nbsp;🔥 Performance
Expand Down
2 changes: 1 addition & 1 deletion examples/template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-vue",
"version": "0.2.6",
"version": "0.3.0-beta.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elegant-router",
"version": "0.2.6",
"version": "0.3.0-beta.0",
"description": "A plugin to create router elegantly",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/core",
"version": "0.2.6",
"version": "0.3.0-beta.0",
"description": "A plugin to create router elegantly",
"author": {
"name": "Soybean",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/react",
"version": "0.2.6",
"version": "0.3.0-beta.0",
"description": "A React Router plugin to create router elegantly",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/solid",
"version": "0.2.6",
"version": "0.3.0-beta.0",
"description": "A Solid Router plugin to create router elegantly",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/svelte",
"version": "0.2.6",
"version": "0.3.0-beta.0",
"description": "A Svelte Router plugin to create router elegantly",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/vue",
"version": "0.2.6",
"version": "0.3.0-beta.0",
"description": "A Vue3 Router plugin to create router elegantly",
"author": {
"name": "Soybean",
Expand Down

0 comments on commit 59c4348

Please sign in to comment.