Skip to content

Commit

Permalink
chore(projects): release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 1, 2023
1 parent 8066035 commit eff0ad1
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [v0.1.8](https://github.com/soybeanjs/elegent-router/compare/v0.1.7...v0.1.8) (23-09-01)

###    🐞 Bug Fixes

- **projects**: fix default layout option &nbsp;-&nbsp; by @honghuangdc [<samp>(80660)</samp>](https://github.com/soybeanjs/elegent-router/commit/8066035)

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

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

## [v0.1.7](https://github.com/soybeanjs/elegent-router/compare/v0.1.6...v0.1.7) (23-08-27)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
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.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "vite",
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.1.7",
"version": "0.1.8",
"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.1.7",
"version": "0.1.8",
"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.1.7",
"version": "0.1.8",
"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.1.7",
"version": "0.1.8",
"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.1.7",
"version": "0.1.8",
"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.1.7",
"version": "0.1.8",
"description": "A Vue3 Router plugin to create router elegantly",
"author": {
"name": "Soybean",
Expand Down

0 comments on commit eff0ad1

Please sign in to comment.