Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7a07d51
Merge pull request #345 from wpmudev/development
emgk Jul 23, 2025
df623a7
ci: add CI/CD and production release workflows
emgk Feb 5, 2026
b7c1552
ci: add commitlint and Husky configuration for commit message enforce…
emgk Feb 5, 2026
ecaa525
ci: add .nvmrc to specify Node.js version
emgk Feb 5, 2026
ea8b748
ci: remove code review workflow and update package scripts
emgk Feb 5, 2026
19adbc9
Merge pull request #366 from wpmudev/update/release-strategy
emgk Feb 5, 2026
8a8a8d6
Merge remote-tracking branch 'original/master' into development
emgk Feb 5, 2026
223d2ec
chore: update dependencies and dev tools configuration
emgk Feb 5, 2026
ee938c8
chore(css): bump package version to 2.0.0 for SUI 3 React implementation
emgk Feb 5, 2026
f51c734
Merge remote-tracking branch 'original/master' into development
emgk Feb 5, 2026
392dab0
chore: downgrade package versions to 0.0.1 and update dependencies
emgk Feb 5, 2026
041f194
chore: downgrade all package versions to 0.0.1 and update dependencies
emgk Feb 5, 2026
0784d2c
chore: add changeset for component updates in Dash plugin
emgk Feb 5, 2026
42e64f2
ci: clarify deployment timestamp format and adjust conditional format…
emgk Feb 5, 2026
8b969d8
ci: update conditional check for PR comment step in deploy workflow
emgk Feb 5, 2026
1ea691b
chore: add package.json for new `@wpmudev/sui-page-header` component
emgk Feb 5, 2026
c2413d3
chore: update package-lock.json to include `@wpmudev/sui-page-header`…
emgk Feb 5, 2026
7954830
docs: update RELEASING.md with a comprehensive release guide
emgk Feb 5, 2026
636fdd9
ci: add build step to deploy workflow
emgk Feb 5, 2026
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
22 changes: 11 additions & 11 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "wpmudev/sui-react" }
],
"commit": false,
"linked": [],
"access": "restricted",
"baseBranch": "development",
"updateInternalDependencies": "patch",
"ignore": []
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"access": "restricted",
"baseBranch": "development",
"updateInternalDependencies": "patch",
"ignore": [],
"snapshot": {
"useCalculatedVersion": true
}
}
76 changes: 76 additions & 0 deletions .changeset/swift-balloons-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
"@wpmudev/sui-navigation-wpmudev": patch
"@wpmudev/sui-segmented-control": patch
"@wpmudev/sui-dashboard-widget": patch
"@wpmudev/sui-rich-text-editor": patch
"@wpmudev/sui-collections": patch
"@wpmudev/sui-advanced-banner": patch
"@wpmudev/sui-editor-toolbar": patch
"@wpmudev/sui-password-field": patch
"@wpmudev/sui-setting-block": patch
"@wpmudev/sui-template-card": patch
"@wpmudev/sui-upsell-notice": patch
"@wpmudev/sui-advanced": patch
"@wpmudev/sui-alert-banner": patch
"@wpmudev/sui-code-snippet": patch
"@wpmudev/sui-color-picker": patch
"@wpmudev/sui-config-table": patch
"@wpmudev/sui-notification": patch
"@wpmudev/sui-progress-bar": patch
"@wpmudev/sui-setup-banner": patch
"@wpmudev/sui-modules": patch
"@wpmudev/sui-code-editor": patch
"@wpmudev/sui-date-picker": patch
"@wpmudev/sui-empty-state": patch
"@wpmudev/sui-integration": patch
"@wpmudev/sui-summary-box": patch
"@wpmudev/sui-field-list": patch
"@wpmudev/sui-form-field": patch
"@wpmudev/sui-navigation": patch
"@wpmudev/sui-pagination": patch
"@wpmudev/sui-icons": patch
"@wpmudev/sui-forms": patch
"@wpmudev/sui-accordion": patch
"@wpmudev/sui-basic-box": patch
"@wpmudev/sui-recipient": patch
"@wpmudev/sui-tree-view": patch
"@wpmudev/sui-core": patch
"@wpmudev/sui-checkbox": patch
"@wpmudev/sui-dropdown": patch
"@wpmudev/sui-selector": patch
"@wpmudev/sui-skeleton": patch
"@wpmudev/sui-textarea": patch
"@wpmudev/sui-uploader": patch
"@wpmudev/sui-css": patch
"@wpmudev/sui-builder": patch
"@wpmudev/sui-popover": patch
"@wpmudev/sui-sidebar": patch
"@wpmudev/sui-spinner": patch
"@wpmudev/sui-tooltip": patch
"@wpmudev/sui-dev-utils": patch
"@wpmudev/sui-avatar": patch
"@wpmudev/sui-button": patch
"@wpmudev/sui-drawer": patch
"@wpmudev/sui-footer": patch
"@wpmudev/sui-search": patch
"@wpmudev/sui-select": patch
"@wpmudev/sui-toggle": patch
"@wpmudev/sui-upsell": patch
"@wpmudev/sui-input": patch
"@wpmudev/sui-modal": patch
"@wpmudev/sui-radio": patch
"@wpmudev/sui-score": patch
"@wpmudev/sui-table": patch
"@wpmudev/sui-grid": patch
"@wpmudev/sui-icon": patch
"@wpmudev/sui-link": patch
"@wpmudev/sui-list": patch
"@wpmudev/sui-tabs": patch
"@wpmudev/sui-box": patch
"@wpmudev/sui-tag": patch
"@wpmudev/sui-hooks": patch
"@wpmudev/sui-utils": patch
"@wpmudev/sui-docs": patch
---

Updated and improved components used by the Dash plugin
32 changes: 0 additions & 32 deletions .github/workflows/code-review.yml

This file was deleted.

Loading