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:
+20
-2
@@ -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",
|
||||||
|
|||||||
@@ -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`
|
||||||
Reference in New Issue
Block a user