@skaile/workspaces 0.12.1 → 0.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8f38d9d`](https://github.com/skaile-ai/workspaces/commit/8f38d9de23f1de6938c3a0865a100b3a6b640ecd) - **Lockstep versioning.** `@skaile/workspaces`, `@skaile/workspace-bridge-react`, and `@skaile/workspace-bridge-vue` are now grouped under a Changesets `fixed` set, so the three packages always share the same version number going forward. This release unifies them: the bridge packages jump from `0.8.14` to whatever version this PR lands `@skaile/workspaces` on (skipping the intermediate `0.8.x` line), and every future release will bump all three together regardless of which package the underlying change touched.
|
|
8
|
+
|
|
3
9
|
## 0.12.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skaile/workspaces",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2",
|
|
4
4
|
"description": "Skaile workspaces runtime — types, core, bridge, runner, store, connectors, and supporting layers as one publishable package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "bun@1.3.9",
|