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

Commit b4e0b97

Browse files
committed
v0.0.76
1 parent 569c5d2 commit b4e0b97

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10-
## [0.0.78] 2023-08-27
10+
## [0.0.76] 2023-08-27
1111
### Added
1212
- Added widget type to dashbaords
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baselime/cli",
3-
"version": "0.0.78",
3+
"version": "0.0.76",
44
"description": "",
55
"main": "./build/cli.js",
66
"bin": {

src/services/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import environments from "./paths/environments";
2121
import rehydrate from "./paths/rehydrate";
2222
import markers from "./paths/markers";
2323
import datasets from "./paths/datasets";
24-
import dashboards from "./paths/ask";
24+
import dashboards from "./paths/dashbaords";
2525

2626
export default {
2727
...auth,

0 commit comments

Comments
 (0)