Skip to content

Commit 3eaf8b7

Browse files
committed
feat: Add changesets
1 parent f4097df commit 3eaf8b7

File tree

6 files changed

+705
-168
lines changed

6 files changed

+705
-168
lines changed

.changeset/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "develop",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"devDependencies": {
6464
"@applitools/eyes-cypress": "^3.44.4",
6565
"@argos-ci/cypress": "^2.1.0",
66+
"@changesets/cli": "^2.27.7",
6667
"@cspell/eslint-plugin": "^8.8.4",
6768
"@cypress/code-coverage": "^3.12.30",
6869
"@eslint/js": "^9.4.0",

packages/mermaid/src/docs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "docs",
2+
"name": "@mermaid-js/docs",
33
"private": true,
4+
"version": "0.0.1",
45
"type": "module",
56
"scripts": {
67
"dev": "vitepress --port 3333 --open",

0 commit comments

Comments
 (0)