diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14a261a..a507811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 22 - - name: Verify Change Logs - run: node common/scripts/install-run-rush.js change --verify + # - name: Verify Change Logs + # run: node common/scripts/install-run-rush.js change --verify - name: Rush Install run: node common/scripts/install-run-rush.js install - name: Rush validate diff --git a/common/changes/@hcengineering/platform-rig/fix-svelte_2025-12-04-15-46.json b/common/changes/@hcengineering/platform-rig/fix-svelte_2025-12-04-15-46.json deleted file mode 100644 index ce046dd..0000000 --- a/common/changes/@hcengineering/platform-rig/fix-svelte_2025-12-04-15-46.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@hcengineering/platform-rig", - "comment": "Ignore svelte preprocess warnings", - "type": "patch" - } - ], - "packageName": "@hcengineering/platform-rig" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index c5dc3ae..eb56113 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -74,7 +74,7 @@ importers: version: 4.2.20 devDependencies: '@hcengineering/platform-rig': - specifier: workspace:^0.7.19 + specifier: workspace:^0.7.21 version: link:../platform-rig '@types/jest': specifier: ^29.5.5 @@ -125,7 +125,7 @@ importers: ../scripts: devDependencies: '@hcengineering/platform-rig': - specifier: workspace:^0.7.19 + specifier: workspace:^0.7.21 version: link:../../packages/platform-rig '@typescript-eslint/eslint-plugin': specifier: ^6.21.0 diff --git a/common/scripts/package.json b/common/scripts/package.json index d01107f..f6f9166 100644 --- a/common/scripts/package.json +++ b/common/scripts/package.json @@ -5,7 +5,7 @@ "format": "echo \"No format specified\"" }, "devDependencies": { - "@hcengineering/platform-rig": "workspace:^0.7.19", + "@hcengineering/platform-rig": "workspace:^0.7.21", "@typescript-eslint/eslint-plugin": "^6.21.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.1.1", diff --git a/packages/platform-rig/CHANGELOG.json b/packages/platform-rig/CHANGELOG.json index 2050f04..4f47db0 100644 --- a/packages/platform-rig/CHANGELOG.json +++ b/packages/platform-rig/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@hcengineering/platform-rig", "entries": [ + { + "version": "0.7.21", + "tag": "@hcengineering/platform-rig_v0.7.21", + "date": "Sun, 22 Feb 2026 02:07:07 GMT", + "comments": { + "patch": [ + { + "comment": "Ignore svelte preprocess warnings" + } + ] + } + }, { "version": "0.7.19", "tag": "@hcengineering/platform-rig_v0.7.19", diff --git a/packages/platform-rig/CHANGELOG.md b/packages/platform-rig/CHANGELOG.md index 2951bf6..43d04ea 100644 --- a/packages/platform-rig/CHANGELOG.md +++ b/packages/platform-rig/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/platform-rig -This log was last generated on Tue, 14 Oct 2025 03:02:36 GMT and should not be manually modified. +This log was last generated on Sun, 22 Feb 2026 02:07:07 GMT and should not be manually modified. + +## 0.7.21 +Sun, 22 Feb 2026 02:07:07 GMT + +### Patches + +- Ignore svelte preprocess warnings ## 0.7.19 Tue, 14 Oct 2025 03:02:36 GMT diff --git a/packages/platform-rig/package.json b/packages/platform-rig/package.json index 129c6b2..ed1da38 100644 --- a/packages/platform-rig/package.json +++ b/packages/platform-rig/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/platform-rig", - "version": "0.7.20", + "version": "0.7.21", "scripts": { "build": "echo 'Not required'", "format": "echo 'Not required'" diff --git a/packages/ui-test/package.json b/packages/ui-test/package.json index fd6dc2e..4a1cac0 100644 --- a/packages/ui-test/package.json +++ b/packages/ui-test/package.json @@ -32,7 +32,7 @@ "_phase:validate": "compile validate" }, "devDependencies": { - "@hcengineering/platform-rig": "workspace:^0.7.19", + "@hcengineering/platform-rig": "workspace:^0.7.21", "svelte-loader": "^3.2.0", "sass": "^1.53.0", "svelte-preprocess": "^5.1.3",