Skip to content

Commit

Permalink
chore(projects): release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 1, 2024
1 parent e9399b2 commit 7a0aa5e
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## [v0.3.6](https://github.com/soybeanjs/elegent-router/compare/v0.3.5...v0.3.6) (24-02-02)

###    🐞 Bug Fixes

- **projects**: fix inject name in windows &nbsp;-&nbsp; by @honghuangdc [<samp>(e9399)</samp>](https://github.com/soybeanjs/elegent-router/commit/e9399b2)

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

- **deps**: update deps &nbsp;-&nbsp; by @honghuangdc [<samp>(27887)</samp>](https://github.com/soybeanjs/elegent-router/commit/2788757)
- **projects**: add lint-staged &nbsp;-&nbsp; by @honghuangdc [<samp>(f4619)</samp>](https://github.com/soybeanjs/elegent-router/commit/f4619cc)

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

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

## [v0.3.5](https://github.com/soybeanjs/elegant-router/compare/v0.3.4...v0.3.5) (24-02-01)

### &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,7 +1,7 @@
{
"name": "template-vue",
"type": "module",
"version": "0.3.5",
"version": "0.3.6",
"private": true,
"scripts": {
"build": "run-s type-check build-only",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elegant-router",
"type": "module",
"version": "0.3.5",
"version": "0.3.6",
"private": true,
"packageManager": "[email protected]",
"description": "A plugin to create router elegantly",
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.3.5",
"version": "0.3.6",
"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.3.5",
"version": "0.3.6",
"private": true,
"description": "A React Router plugin to create router elegantly",
"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.3.5",
"version": "0.3.6",
"private": true,
"description": "A Solid Router plugin to create router elegantly",
"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.3.5",
"version": "0.3.6",
"private": true,
"description": "A Svelte Router plugin to create router elegantly",
"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.3.5",
"version": "0.3.6",
"description": "A Vue3 Router plugin to create router elegantly",
"author": {
"name": "Soybean",
Expand Down

0 comments on commit 7a0aa5e

Please sign in to comment.