Skip to content

Commit

Permalink
chore(release): publish v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Jun 25, 2024
1 parent 95c38fd commit dd7696c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,29 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "JiLiZART/BBob" }
{
"repo": "JiLiZART/BBob"
}
],
"commit": false,
"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",
"baseBranch": "master",
"updateInternalDependencies": "patch",
Expand Down
17 changes: 17 additions & 0 deletions .changeset/patch.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]` depends on `@bbob/[email protected]` instead of `^4.0.0`

0 comments on commit dd7696c

Please sign in to comment.