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/chatty-ways-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-bikes-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-icons-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-numbers-deny.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.37.2

### Patch Changes

- [#1741](https://github.com/RocketChat/fuselage/pull/1741) [`5bbd461`](https://github.com/RocketChat/fuselage/commit/5bbd461c1bbe321c780fbfd1588625b65aacd45f) Thanks [@gabriellsh](https://github.com/gabriellsh)! - refactor(fuselage-hooks): `useSafeRefCallback` reimplemented callback/cleanup order

## 0.37.1

### Patch 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.37.1",
"version": "0.37.2",
"description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.66.2

### Patch Changes

- [#1742](https://github.com/RocketChat/fuselage/pull/1742) [`6f1e8de`](https://github.com/RocketChat/fuselage/commit/6f1e8ded438478f3fc985c0efaa2322c017ca3a8) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): SidebarItemV2 visual regressions

## 0.66.1

### Patch 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.66.1",
"version": "0.66.2",
"description": "Rocket.Chat's React Components Library",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.44.0

### Minor Changes

- [#1735](https://github.com/RocketChat/fuselage/pull/1735) [`6491003`](https://github.com/RocketChat/fuselage/commit/649100377de493107403024524d5a4163d60b499) Thanks [@gabriellsh](https://github.com/gabriellsh)! - feat(icons): Add `phone-plus` icon and update existing phone related icons

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/icons",
"version": "0.43.0",
"version": "0.44.0",
"description": "Rocket.Chat's Icons",
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/string-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rocket.chat/string-helpers

## 0.32.0

### Minor Changes

- [#1737](https://github.com/RocketChat/fuselage/pull/1737) [`d967a2a`](https://github.com/RocketChat/fuselage/commit/d967a2a413e6ddb10e5f09a8eeea66a0aa7172ee) Thanks [@tassoevan](https://github.com/tassoevan)! - feat(string-helpers): Handle string literal type in `capitalize`
2 changes: 1 addition & 1 deletion packages/string-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/string-helpers",
"version": "0.31.25",
"version": "0.32.0",
"description": "Helper functions for string manipulation",
"keywords": [
"string",
Expand Down
Loading