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
5 changes: 0 additions & 5 deletions .changeset/badge-level-1-n700.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quieter-message-header-metadata.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-ghost-badge-variant.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-pandas-shake.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tokens-output-formats.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-chairs-show.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/fuselage-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.43.1

### Patch Changes

- [#2148](https://github.com/RocketChat/fuselage/pull/2148) [`0d8e038`](https://github.com/RocketChat/fuselage/commit/0d8e038801972ec29ad2fb1d26da088af05b7b23) Thanks [@tassoevan](https://github.com/tassoevan)! - feat(fuselage-tokens)!: Rework the token build and its output formats

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-hooks",
"version": "0.43.0",
"version": "0.43.1",
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/fuselage-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.34.0

### Minor Changes

- [#2148](https://github.com/RocketChat/fuselage/pull/2148) [`0d8e038`](https://github.com/RocketChat/fuselage/commit/0d8e038801972ec29ad2fb1d26da088af05b7b23) Thanks [@tassoevan](https://github.com/tassoevan)! - feat(fuselage-tokens)!: Rework the token build and its output formats

### Patch Changes

- [#2144](https://github.com/RocketChat/fuselage/pull/2144) [`695158b`](https://github.com/RocketChat/fuselage/commit/695158b0dc55d2a994424bb3faeefac6c5389a8f) Thanks [@ivans-netto](https://github.com/ivans-netto)! - fix(fuselage-tokens): badge level-1 contrast a11y failing

## 0.33.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-tokens",
"version": "0.33.2",
"version": "0.34.0",
"description": "Design tokens for Fuselage, Rocket.Chat's design system",
"keywords": [
"design",
Expand Down
19 changes: 19 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 0.86.0

### Minor Changes

- [#2138](https://github.com/RocketChat/fuselage/pull/2138) [`064b02a`](https://github.com/RocketChat/fuselage/commit/064b02a866d3f8c5ca82fcc9e810d082e8f0bbd1) Thanks [@ivans-netto](https://github.com/ivans-netto)! - feat(fuselage): quieter message header metadata

- [#2147](https://github.com/RocketChat/fuselage/pull/2147) [`9aaeab5`](https://github.com/RocketChat/fuselage/commit/9aaeab5c06798e3e562a9d6d2a0afcbdbed17c99) Thanks [@ivans-netto](https://github.com/ivans-netto)! - feat(fuselage)!: Remove the `ghost` variant and the `disabled` prop from `Badge`

- [#2148](https://github.com/RocketChat/fuselage/pull/2148) [`0d8e038`](https://github.com/RocketChat/fuselage/commit/0d8e038801972ec29ad2fb1d26da088af05b7b23) Thanks [@tassoevan](https://github.com/tassoevan)! - feat(fuselage-tokens)!: Rework the token build and its output formats

### Patch Changes

- [#2150](https://github.com/RocketChat/fuselage/pull/2150) [`9d13357`](https://github.com/RocketChat/fuselage/commit/9d1335702b8d6aab51cbb42386cb92d2b4b69b5d) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `MultiSelect` option checkbox staying checked after deselect

- [#2088](https://github.com/RocketChat/fuselage/pull/2088) [`5f63640`](https://github.com/RocketChat/fuselage/commit/5f63640f0a88b0bcf5a725d2ba630b98147824fe) Thanks [@ricardogarim](https://github.com/ricardogarim)! - fix: Remove duplicated calendar icon on date inputs in Firefox

- Updated dependencies [[`695158b`](https://github.com/RocketChat/fuselage/commit/695158b0dc55d2a994424bb3faeefac6c5389a8f), [`0d8e038`](https://github.com/RocketChat/fuselage/commit/0d8e038801972ec29ad2fb1d26da088af05b7b23)]:
- @rocket.chat/fuselage-tokens@0.34.0

## 0.85.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage",
"version": "0.85.0",
"version": "0.86.0",
"description": "Rocket.Chat's React Components Library",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket.chat/layout

## 0.36.2

### Patch Changes

- [#2148](https://github.com/RocketChat/fuselage/pull/2148) [`0d8e038`](https://github.com/RocketChat/fuselage/commit/0d8e038801972ec29ad2fb1d26da088af05b7b23) Thanks [@tassoevan](https://github.com/tassoevan)! - feat(fuselage-tokens)!: Rework the token build and its output formats

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/layout",
"version": "0.36.1",
"version": "0.36.2",
"description": "Shared Application Layout Components",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/logo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.33.2

### Patch Changes

- [#2148](https://github.com/RocketChat/fuselage/pull/2148) [`0d8e038`](https://github.com/RocketChat/fuselage/commit/0d8e038801972ec29ad2fb1d26da088af05b7b23) Thanks [@tassoevan](https://github.com/tassoevan)! - feat(fuselage-tokens)!: Rework the token build and its output formats

## 0.33.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/logo",
"version": "0.33.1",
"version": "0.33.2",
"description": "Rocket.Chat logo package",
"keywords": [
"rocketchat",
Expand Down
6 changes: 6 additions & 0 deletions packages/onboarding-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.37.3

### Patch Changes

- [#2148](https://github.com/RocketChat/fuselage/pull/2148) [`0d8e038`](https://github.com/RocketChat/fuselage/commit/0d8e038801972ec29ad2fb1d26da088af05b7b23) Thanks [@tassoevan](https://github.com/tassoevan)! - feat(fuselage-tokens)!: Rework the token build and its output formats

## 0.37.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/onboarding-ui",
"version": "0.37.2",
"version": "0.37.3",
"description": "Set of components and functions for the onboarding experience on Rocket.Chat",
"keywords": [
"rocketchat"
Expand Down
Loading