2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00

chore(release): publish v4.0.1

This commit is contained in:
Nikolay Kostyurin
2024-06-25 22:53:03 +02:00
parent 95c38fdef0
commit dd7696ca4b
2 changed files with 37 additions and 2 deletions
+20 -2
View File
@@ -2,11 +2,29 @@
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": [ "changelog": [
"@changesets/changelog-github", "@changesets/changelog-github",
{ "repo": "JiLiZART/BBob" } {
"repo": "JiLiZART/BBob"
}
], ],
"commit": false, "commit": false,
"fixed": [], "fixed": [],
"linked": [["@bbob/cli", "@bbob/core", "@bbob/html", "@bbob/parser", "@bbob/plugin-helper", "@bbob/preset", "@bbob/preset-html5", "@bbob/preset-react", "@bbob/preset-vue", "@bbob/react", "@bbob/vue2", "@bbob/vue3"]], "linked": [
[
"@bbob/cli",
"@bbob/core",
"@bbob/html",
"@bbob/parser",
"@bbob/plugin-helper",
"@bbob/preset",
"@bbob/preset-html5",
"@bbob/preset-react",
"@bbob/preset-vue",
"@bbob/react",
"@bbob/types",
"@bbob/vue2",
"@bbob/vue3"
]
],
"access": "public", "access": "public",
"baseBranch": "master", "baseBranch": "master",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
+17
View File
@@ -0,0 +1,17 @@
---
"@bbob/cli": patch
"@bbob/core": patch
"@bbob/html": patch
"@bbob/parser": patch
"@bbob/plugin-helper": patch
"@bbob/preset": patch
"@bbob/preset-html5": patch
"@bbob/preset-react": patch
"@bbob/preset-vue": patch
"@bbob/react": patch
"@bbob/types": patch
"@bbob/vue2": patch
"@bbob/vue3": patch
---
Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`