Skip to content

Commit a75458b

Browse files
committed
Bump version to 0.1.4 and update changelog; refine README for clarity
1 parent 8e35ad7 commit a75458b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/create-vertex-app/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
> **Note**: This changelog tracks releases of the `@airqo/create-vertex-app` CLI published to npm. The scaffolded app comes from [src/vertex-template](https://github.com/airqo-platform/AirQo-frontend/tree/staging/src/vertex-template), which is versioned separately — see its own [changelog](https://github.com/airqo-platform/AirQo-frontend/blob/staging/src/vertex-template/app/changelog.md). A given CLI release ships the template snapshot as of that publish.
44
5-
## Version 0.1.0
6-
**Released:** Unreleased
5+
## Version 0.1.4
6+
**Released:** 2026-08-02
77

88
### Feature: Initial CLI to Scaffold Vertex Dashboard Apps
99

packages/create-vertex-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm run dev
2525
```
2626

2727

28-
Everything else — turning features on or off, links, logins, connecting your own data is set in a file called `vertex.config.ts` that gets created in your new project. Open `vertex.config.example.ts` in the project for a version with notes explaining each setting.
28+
Everything else — turning features on or off, links, logins, connecting your own data, is set in a file called `vertex.config.ts` that gets created in your new project. Open `vertex.config.example.ts` in the project for a version with notes explaining each setting.
2929

3030
## Contribute to this project
3131

packages/create-vertex-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-vertex-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airqo/create-vertex-app",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)