diff --git a/foundations/utils/.github/workflows/ci.yml b/foundations/utils/.github/workflows/ci.yml index 14a261a995..a507811651 100644 --- a/foundations/utils/.github/workflows/ci.yml +++ b/foundations/utils/.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/foundations/utils/common/config/rush/pnpm-lock.yaml b/foundations/utils/common/config/rush/pnpm-lock.yaml index c5dc3ae0b6..eb561139bc 100644 --- a/foundations/utils/common/config/rush/pnpm-lock.yaml +++ b/foundations/utils/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/foundations/utils/common/scripts/package.json b/foundations/utils/common/scripts/package.json index d01107f829..f6f91664d5 100644 --- a/foundations/utils/common/scripts/package.json +++ b/foundations/utils/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/foundations/utils/packages/platform-rig/CHANGELOG.json b/foundations/utils/packages/platform-rig/CHANGELOG.json index 2050f049e5..4f47db017a 100644 --- a/foundations/utils/packages/platform-rig/CHANGELOG.json +++ b/foundations/utils/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/foundations/utils/packages/platform-rig/CHANGELOG.md b/foundations/utils/packages/platform-rig/CHANGELOG.md index 2951bf64fe..43d04ea503 100644 --- a/foundations/utils/packages/platform-rig/CHANGELOG.md +++ b/foundations/utils/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/foundations/utils/packages/platform-rig/package.json b/foundations/utils/packages/platform-rig/package.json index b1b3923ba7..64606832f7 100644 --- a/foundations/utils/packages/platform-rig/package.json +++ b/foundations/utils/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/foundations/utils/packages/ui-test/package.json b/foundations/utils/packages/ui-test/package.json index 0b240843ee..e9a8818018 100644 --- a/foundations/utils/packages/ui-test/package.json +++ b/foundations/utils/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.80.0", "svelte-preprocess": "^5.1.4",