Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-rig/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 8 additions & 1 deletion packages/platform-rig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-rig/package.json
Original file line number Diff line number Diff line change
@@ -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'"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down