Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit a78bc90

Browse files
authored
Merge pull request #104 from selemondev/update-action
chore: update action
2 parents e9db9fa + eb985ac commit a78bc90

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.github/scripts/update-readme-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('node:fs')
44
const path = require('node:path')
55

6-
const packageJsonPath = path.join(__dirname, '../../packages/nuxt-ui-vue/package.json') // Adjust the path based on your project structure
6+
const packageJsonPath = path.join(__dirname, '../../package.json') // Adjust the path based on your project structure
77
const readmePath = path.join(__dirname, '../../README.md')
88

99
// Read the package.json file

CHANGELOG.md

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

33

4+
## v0.0.4
5+
6+
[compare changes](https://github.com/selemondev/nuxtlabs-ui-vue/compare/v0.1.7...v0.0.4)
7+
8+
### 🩹 Fixes
9+
10+
- **app:** Button theme ([a0dc385](https://github.com/selemondev/nuxtlabs-ui-vue/commit/a0dc385))
11+
- Github action ([65edef5](https://github.com/selemondev/nuxtlabs-ui-vue/commit/65edef5))
12+
- Path ([c56d2de](https://github.com/selemondev/nuxtlabs-ui-vue/commit/c56d2de))
13+
- **app:** Eslint errors ([c8ff899](https://github.com/selemondev/nuxtlabs-ui-vue/commit/c8ff899))
14+
15+
### 🏡 Chore
16+
17+
- **app:** Update readme table ([a725af4](https://github.com/selemondev/nuxtlabs-ui-vue/commit/a725af4))
18+
- Test github action ([289f481](https://github.com/selemondev/nuxtlabs-ui-vue/commit/289f481))
19+
20+
### ❤️ Contributors
21+
22+
- Selemondev <selemondev@Selemondevs-MacBook-Pro.local>
23+
- System Administrator <root@Selemondevs-MacBook-Pro.local>
24+
425
## v0.0.3
526

627
### 🩹 Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt-ui/vue-monorepo",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": false,
55
"scripts": {
66
"build": "rimraf packages/*/{dist,es,lib} && nr -r -F \"./packages/nuxt-ui-vue\" build",
@@ -44,4 +44,4 @@
4444
"pnpm lint:fix"
4545
]
4646
}
47-
}
47+
}

packages/nuxt-ui-vue/CHANGELOG.md

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

33

4+
## v0.0.8
5+
6+
[compare changes](https://github.com/selemondev/nuxtlabs-ui-vue/compare/v0.0.4...v0.0.8)
7+
48
## v0.1.7
59

610
[compare changes](https://github.com/selemondev/nuxtlabs-ui-vue/compare/v0.1.6...v0.1.7)

0 commit comments

Comments
 (0)