Skip to content

Commit

Permalink
chore: release main (#446)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 24, 2024
1 parent d4c21e5 commit d52d6d8
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tokens": "8.5.0",
"core": "8.5.0",
"angular/projects/catalyst": "8.5.0",
"angular/projects/catalyst-formly": "8.5.0",
"react": "8.5.0"
"tokens": "9.0.0",
"core": "9.0.0",
"angular/projects/catalyst": "9.0.0",
"angular/projects/catalyst-formly": "9.0.0",
"react": "9.0.0"
}
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

## [9.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v8.5.0...catalyst-angular-formly-v9.0.0) (2024-01-24)


### Miscellaneous Chores

* **catalyst-angular-formly:** Synchronize catalyst versions

## [8.5.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v8.4.2...catalyst-angular-formly-v8.5.0) (2024-01-23)


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": "8.5.0",
"version": "9.0.0",
"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.

## [9.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v8.5.0...catalyst-angular-v9.0.0) (2024-01-24)


### Miscellaneous Chores

* **catalyst-angular:** Synchronize catalyst versions

## [8.5.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v8.4.2...catalyst-angular-v8.5.0) (2024-01-23)


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": "8.5.0",
"version": "9.0.0",
"description": "Angular wrapper for Catalyst Design System",
"license": "MIT",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [9.0.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v8.5.0...catalyst-core-v9.0.0) (2024-01-24)


### ⚠ BREAKING CHANGES

* **core:** make translator property in i18n service private. use set() to update it

### Features

* **core:** make translator property in i18n service private. use set() to update it ([d4c21e5](https://github.com/haiilo/catalyst/commit/d4c21e5711d1a99d1929446946c8a3c8c9beb7c3))

## [8.5.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v8.4.2...catalyst-core-v8.5.0) (2024-01-23)


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": "8.5.0",
"version": "9.0.0",
"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

## [9.0.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v8.5.0...catalyst-react-v9.0.0) (2024-01-24)


### Miscellaneous Chores

* **catalyst-react:** Synchronize catalyst versions

## [8.5.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v8.4.2...catalyst-react-v8.5.0) (2024-01-23)


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": "8.5.0",
"version": "9.0.0",
"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

## [9.0.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v8.5.0...catalyst-tokens-v9.0.0) (2024-01-24)


### Miscellaneous Chores

* **catalyst-tokens:** Synchronize catalyst versions

## [8.5.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v8.4.2...catalyst-tokens-v8.5.0) (2024-01-23)


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": "8.5.0",
"version": "9.0.0",
"description": "Design tokens for Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit d52d6d8

Please sign in to comment.