Skip to content

Commit

Permalink
chore(projects): release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
locdp committed Aug 22, 2024
1 parent c1eb854 commit 653b3ed
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Changelog

## [v0.0.1](https://github.com/dploc96/vue-naive-admin/compare/undefined...v0.0.1) (2024-08-22)

###    🚀 Features

- **core**:
- update project &nbsp;-&nbsp; by @dploc96 [<samp>(47d5d)</samp>](https://github.com/dploc96/vue-naive-admin/commit/47d5d1b)
- update project &nbsp;-&nbsp; by @dploc96 [<samp>(627fe)</samp>](https://github.com/dploc96/vue-naive-admin/commit/627fe49)

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

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-naive-admin",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS.",
"author": {
"name": "Loic Duong",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/materials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ofetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
"version": "0.0.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down

0 comments on commit 653b3ed

Please sign in to comment.