Skip to content

Commit 80aac64

Browse files
committedApr 22, 2024
chore(cli): publish @mermaidchart/cli v0.1.0
This is the initial release.
1 parent 7bbba0c commit 80aac64

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed
 

‎packages/cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
6+
## [Unreleased]
7+
8+
## [0.1.0] - 2024-04-22
9+
10+
Initial release.

‎packages/cli/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "@mermaidchart/cli",
3-
"version": "0.1.0-alpha.0",
3+
"version": "0.1.0",
44
"description": "CLI for interacting with https://MermaidChart.com, the platform that makes collaborating with Mermaid diagrams easy",
55
"main": "index.js",
66
"bin": {
77
"mermaid-chart": "dist/cli.js"
88
},
9-
"//1": "temporarily disable pushing until we finish progress on this",
10-
"private": true,
119
"engines": {
1210
"node": "^18.18.0 || ^20.0.0"
1311
},
@@ -57,7 +55,7 @@
5755
"@inquirer/confirm": "^2.0.15",
5856
"@inquirer/input": "^1.2.14",
5957
"@inquirer/select": "^1.3.1",
60-
"@mermaidchart/sdk": "workspace:^",
58+
"@mermaidchart/sdk": "^0.2.1-alpha.0",
6159
"commander": "^11.1.0",
6260
"remark": "^15.0.1",
6361
"remark-frontmatter": "^5.0.0",

‎packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mermaidchart/sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1-alpha.0",
44
"description": "Access the MermaidChart services with OAuth and type safety.",
55
"browser": "dist/bundle.iife.js",
66
"types": "dist/index.d.ts",

‎pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.