Merge branch 'staging' into staging-render

This commit is contained in:
Andrey Antukh 2025-12-30 11:13:15 +01:00
commit 6b794c9d12
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
name: _STAGING RENDER
on:
schedule:
- cron: '36 5-20 * * 1-5'
jobs:
build-bundle:
uses: ./.github/workflows/build-bundle.yml
secrets: inherit
with:
gh_ref: "staging-render"
build_wasm: "yes"
build_storybook: "yes"

View File

@ -1,6 +1,6 @@
# CHANGELOG
## 2.12.0 (Unreleased)
## 2.12.0
### :boom: Breaking changes & Deprecations