Skip to content
Closed

Beta #839

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
10 changes: 5 additions & 5 deletions .release-please-manifest.beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tokens": "13.4.0-beta",
"core": "13.4.0-beta",
"angular/projects/catalyst": "13.4.0-beta",
"angular/projects/catalyst-formly": "13.4.0-beta",
"react": "13.4.0-beta"
"tokens": "13.5.0-beta",
"core": "13.5.0-beta",
"angular/projects/catalyst": "13.5.0-beta",
"angular/projects/catalyst-formly": "13.5.0-beta",
"react": "13.5.0-beta"
}
2 changes: 1 addition & 1 deletion angular/projects/catalyst-demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1>new datetime picker</h1>
</cat-radio>
<cat-checkbox label="Label 1" [required]="true" requiredMarker="required"> </cat-checkbox>
<cat-checkbox label="Label 2" requiredMarker="optional"> </cat-checkbox>
<cat-scrollable>abxcasds</cat-scrollable>
<cat-scrollable style="width: 600px; height: 100px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ips</cat-scrollable>

<cat-tag hint="this is a hint"><div slot="label">TEST SLOTTED LABEL</div></cat-tag>
<cat-tag label="This is my tag select with values" [value]="['1', '2', '3']" (catChange)="logChanges($event)">
Expand Down
7 changes: 7 additions & 0 deletions angular/projects/catalyst-formly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [13.5.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v13.4.0...catalyst-angular-formly-v13.5.0-beta) (2025-11-27)


### Features

* trigger build ([d3846c0](https://github.com/haiilo/catalyst/commit/d3846c0327a8dfe4681d498ea1cd77054b19970d))

## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v13.3.2...catalyst-angular-formly-v13.4.0) (2025-11-14)


Expand Down
2 changes: 1 addition & 1 deletion angular/projects/catalyst-formly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst-angular-formly",
"version": "13.4.0",
"version": "13.5.0-beta",
"description": "Angular Formly bindings for Catalyst Design System",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions angular/projects/catalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.5.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-angular-v13.4.0...catalyst-angular-v13.5.0-beta) (2025-11-27)


### Features

* trigger build ([d3846c0](https://github.com/haiilo/catalyst/commit/d3846c0327a8dfe4681d498ea1cd77054b19970d))

## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v13.3.2...catalyst-angular-v13.4.0) (2025-11-14)


Expand Down
2 changes: 1 addition & 1 deletion angular/projects/catalyst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst-angular",
"version": "13.4.0",
"version": "13.5.0-beta",
"description": "Angular wrapper for Catalyst Design System",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [13.5.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-core-v13.4.0...catalyst-core-v13.5.0-beta) (2025-11-27)


### Features

* trigger build ([d3846c0](https://github.com/haiilo/catalyst/commit/d3846c0327a8dfe4681d498ea1cd77054b19970d))

## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v13.3.2...catalyst-core-v13.4.0) (2025-11-14)


Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst",
"version": "13.4.0",
"version": "13.5.0-beta",
"description": "Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [13.5.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-react-v13.4.0...catalyst-react-v13.5.0-beta) (2025-11-27)


### Features

* trigger build ([d3846c0](https://github.com/haiilo/catalyst/commit/d3846c0327a8dfe4681d498ea1cd77054b19970d))

## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v13.3.2...catalyst-react-v13.4.0) (2025-11-14)


Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst-react",
"version": "13.4.0",
"version": "13.5.0-beta",
"description": "React wrapper for Catalyst Design System",
"license": "MIT",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [13.5.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v13.4.0...catalyst-tokens-v13.5.0-beta) (2025-11-27)


### Features

* trigger build ([d3846c0](https://github.com/haiilo/catalyst/commit/d3846c0327a8dfe4681d498ea1cd77054b19970d))

## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v13.3.2...catalyst-tokens-v13.4.0) (2025-11-14)


Expand Down
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst-tokens",
"version": "13.4.0",
"version": "13.5.0-beta",
"description": "Design tokens for Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down
Loading