Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/canary-coverage-devdeps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@platforma-open/milaboratories.sequence-properties.ui": patch
---

Canary (throwaway): touches only the UI while the catalog bumps build-tool
devDependencies (block-tools, tengo-builder). Verifies the changeset-coverage
check no longer flags the model/workflow packages that merely consume those
build tools via `catalog:`.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs:
- init

uses: milaboratory/github-ci/.github/workflows/node-simple-pnpm.yaml@v4
uses: milaboratory/github-ci/.github/workflows/node-simple-pnpm.yaml@v4-beta
with:
app-name: 'Block: sequence-properties'
app-name-slug: 'block-sequence-properties'
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ catalog:
"@milaboratories/ts-builder": 1.4.0
"@milaboratories/ts-configs": 1.2.3
"@platforma-sdk/workflow-tengo": 5.24.0
"@platforma-sdk/block-tools": 2.10.0
"@platforma-sdk/block-tools": ^2.10.0
"@platforma-sdk/model": 1.77.0
"@platforma-sdk/ui-vue": 1.77.0
"@platforma-sdk/test": 1.77.1
"@milaboratories/helpers": 1.14.2
"@platforma-sdk/tengo-builder": 4.0.0
"@platforma-sdk/tengo-builder": ^4.0.0
"@platforma-sdk/package-builder": 3.12.0
"@platforma-sdk/blocks-deps-updater": 2.2.0
"@platforma-sdk/eslint-config": 1.2.0
Expand Down
1 change: 1 addition & 0 deletions ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import { BlockLayout } from "@platforma-sdk/ui-vue";
import { createApp } from "vue";
import { sdkPlugin } from "./app";

// canary: changeset-coverage devDependency-bump fix (throwaway, do not merge)
createApp(BlockLayout).use(sdkPlugin).mount("#app");
Loading