@nuxtus/nuxtus 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/release.yml +4 -4
- package/CHANGELOG.md +25 -0
- package/README.md +1 -1
- package/TODO +8 -7
- package/client/package.json +6 -6
- package/package.json +7 -3
- package/renovate.json +7 -0
- package/templates/package.json.liquid +2 -2
|
@@ -11,14 +11,14 @@ jobs:
|
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
steps:
|
|
13
13
|
- uses: actions/checkout@main
|
|
14
|
-
- uses: actions/setup-node@
|
|
14
|
+
- uses: actions/setup-node@v3
|
|
15
15
|
with:
|
|
16
16
|
node-version: "16.x"
|
|
17
|
-
- run: npm
|
|
18
|
-
# - run: npm ci
|
|
17
|
+
- run: npm ci
|
|
19
18
|
# - run: npm run build --if-present
|
|
20
19
|
# - run: npm test
|
|
21
20
|
- run: npx semantic-release
|
|
22
21
|
env:
|
|
23
22
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
24
|
-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
23
|
+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
24
|
+
- run: echo ${{ github.event.release.tag_name }} > .version
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
|
|
3
|
+
# [1.8.0](https://github.com/nuxtus/nuxtus/compare/v1.7.1...v1.8.0) (2022-11-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bug: Update to Nuxtus 3.0.0-rc.13 ([dbc1ef1](https://github.com/nuxtus/nuxtus/commit/dbc1ef1b5a8a52485b0542a77f775ae222a4d455))
|
|
9
|
+
* :zap: Start server before client ([b6807b5](https://github.com/nuxtus/nuxtus/commit/b6807b54af4f2cf9d101a42de9008cb0a1cd91f3))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* :sparkles: store version number in .version ([b9546b9](https://github.com/nuxtus/nuxtus/commit/b9546b9846f008093407548bd628f1608ef32f62))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Reverts
|
|
18
|
+
|
|
19
|
+
* :rewind: google-fonts v2.0.0 does not work, reverting ([035c41b](https://github.com/nuxtus/nuxtus/commit/035c41b6e389ab44a88c823e71ceb9e48d223ca6))
|
|
20
|
+
|
|
21
|
+
## [1.7.1](https://github.com/nuxtus/nuxtus/compare/v1.7.0...v1.7.1) (2022-11-10)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **deps:** update dependency nuxt-directus to v3.2.1 ([04c11d7](https://github.com/nuxtus/nuxtus/commit/04c11d73bb054885f51ebaf8c1c42c26052cc911))
|
|
27
|
+
|
|
3
28
|
# [1.7.0](https://github.com/nuxtus/nuxtus/compare/v1.6.0...v1.7.0) (2022-09-08)
|
|
4
29
|
|
|
5
30
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A website w/ CMS boilerplate and set of utilities for using [Directus](https://directus.io) for backend CMS and [Nuxt](https://nuxtjs.org) (w/ Tailwind CSS) for frontend. Can also **automagically** create *typed* pages when you create Directus collections.
|
|
4
4
|
|
|
5
|
-
> Can be used as a boilerplate or a suite of
|
|
5
|
+
> Can be used as a boilerplate or individually as a suite of utilities.
|
|
6
6
|
|
|
7
7
|
For more details visit [nuxtus.com](https://nuxtus.com) or [read the documentation](https://docs.nuxtus.com)
|
|
8
8
|
|
package/TODO
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
Todo:
|
|
3
|
-
|
|
4
|
-
☐ Make opening browser window on start optional using npm run start (not possible)
|
|
3
|
+
✔ Make opening browser window on start optional using npm run start (not possible) @done(22-09-14 16:44)
|
|
5
4
|
☐ GraphQL?
|
|
6
5
|
☐ Websockets (https://github.com/br41nslug/directus-websocket-subscribe)
|
|
7
|
-
☐ Remove Google Fonts module (replace with fonts.bunny.net?)
|
|
8
6
|
☐ Nuxtus website should actually pull data from Directus!
|
|
9
|
-
☐
|
|
10
|
-
☐ How/Where to store the installed version of Nuxtus
|
|
11
|
-
✔ Delete a page on item delete @done(22-09-06 20:17)
|
|
12
|
-
☐ Test and prompt if git not installed
|
|
7
|
+
☐ Detect when Directus is not running and show error message
|
|
13
8
|
|
|
14
9
|
Archive:
|
|
10
|
+
✔ Look at https://renovatebot.com/ @done(22-09-12 16:20) @project(Todo)
|
|
11
|
+
✔ Remove Google Fonts module (replace with fonts.bunny.net?) - won't do @done(22-09-14 15:55) @project(Todo)
|
|
12
|
+
✔ Look into nx for running as monorepo instead of concurrent @done(22-09-11 15:50) @project(Todo)
|
|
13
|
+
✔ How/Where to store the installed version of Nuxtus @done(22-09-11 15:23) @project(Todo)
|
|
14
|
+
✔ Delete a page on item delete @done(22-09-06 20:17) @project(Todo)
|
|
15
|
+
✔ Test and prompt if git not installed @done(22-09-09 21:04) @project(Todo)
|
|
15
16
|
✔ Can I connect Directus Cloud to local Nuxt using Nuxtus? - Could be a good blog article for Directus Blog! @done(22-09-06 15:58) @project(Todo)
|
|
16
17
|
✔ Add localtunnel to docs @done(22-09-05 16:05) @project(Todo)
|
|
17
18
|
✔ Prompt user to enter email/password for directus @done(22-09-01 17:57) @project(Todo)
|
package/client/package.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"preview": "nuxt preview"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@nuxtjs/google-fonts": "
|
|
11
|
-
"@nuxtjs/tailwindcss": "
|
|
12
|
-
"@nuxtus/cli": "
|
|
13
|
-
"@nuxtus/nuxt-module": "
|
|
14
|
-
"nuxt": "
|
|
10
|
+
"@nuxtjs/google-fonts": "1.3.0",
|
|
11
|
+
"@nuxtjs/tailwindcss": "6.1.3",
|
|
12
|
+
"@nuxtus/cli": "1.5.0",
|
|
13
|
+
"@nuxtus/nuxt-module": "1.2.1",
|
|
14
|
+
"nuxt": "3.0.0-rc.13"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"nuxt-directus": "
|
|
17
|
+
"nuxt-directus": "3.2.1"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtus/nuxtus",
|
|
3
3
|
"description": "Directus/Nuxt boilerplate with Tailwind CSS.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/nuxtus/nuxtus.git"
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"client": "cd client && npm run dev -- -o",
|
|
28
28
|
"server": "cd server && npx directus start",
|
|
29
|
-
"start": "concurrently \"npm run
|
|
29
|
+
"start": "concurrently \"npm run server\" \"npm run client\""
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@semantic-release/changelog": "^6.0.1",
|
|
33
33
|
"@semantic-release/git": "^10.0.1",
|
|
34
34
|
"@semantic-release/github": "^8.0.6",
|
|
35
35
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
36
|
-
"concurrently": "
|
|
36
|
+
"concurrently": "7.5.0",
|
|
37
37
|
"semantic-release": "^19.0.5"
|
|
38
38
|
},
|
|
39
39
|
"release": {
|
|
@@ -50,6 +50,10 @@
|
|
|
50
50
|
{
|
|
51
51
|
"type": "refactor",
|
|
52
52
|
"release": "minor"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"type": "fix",
|
|
56
|
+
"release": "patch"
|
|
53
57
|
}
|
|
54
58
|
]
|
|
55
59
|
}
|
package/renovate.json
ADDED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"client": "cd client && npm run dev -- -o",
|
|
14
14
|
"server": "cd server && npx directus start",
|
|
15
|
-
"start": "concurrently \"npm run
|
|
15
|
+
"start": "concurrently \"npm run server\" \"npm run client\""
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"concurrently": "
|
|
18
|
+
"concurrently": "7.4.0"
|
|
19
19
|
}
|
|
20
20
|
}
|