Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Jan 19, 2023
1 parent 94f957a commit afc4578
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.39.23](https://github.com/scaleway/scaleway-ui/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-01-19)


### :bug: Bug Fixes

* **TextBoxField:** forward `size` prop to TextBox ([#2206](https://github.com/scaleway/scaleway-ui/issues/2206)) ([429c391](https://github.com/scaleway/scaleway-ui/commit/429c391b4c60bbea0d39a4cd1d53b5fcf764d379))



## [1.39.22](https://github.com/scaleway/scaleway-ui/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/form",
"version": "1.39.22",
"version": "1.39.23",
"description": "Scaleway Form",
"homepage": "https://github.com/scaleway/scaleway-ui#readme",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.215.22](https://github.com/scaleway/scaleway-ui/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-01-19)


### :bug: Bug Fixes

* **TextBoxField:** forward `size` prop to TextBox ([#2206](https://github.com/scaleway/scaleway-ui/issues/2206)) ([429c391](https://github.com/scaleway/scaleway-ui/commit/429c391b4c60bbea0d39a4cd1d53b5fcf764d379))
* **Text:** show tooltip on ellipsis only when needed ([#2192](https://github.com/scaleway/scaleway-ui/issues/2192)) ([aaa48d0](https://github.com/scaleway/scaleway-ui/commit/aaa48d03e0480b51aadcca0774abb2bb3fc77363))


### :package: Chore

* fix ci ([#2208](https://github.com/scaleway/scaleway-ui/issues/2208)) ([94f957a](https://github.com/scaleway/scaleway-ui/commit/94f957a926893ce064d3a504115f11f5917d3451))



## 0.215.21 (2023-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/ui",
"version": "0.215.21",
"version": "0.215.22",
"description": "Scaleway UI",
"homepage": "https://github.com/scaleway/scaleway-ui#readme",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.22](https://github.com/scaleway/scaleway-ui/compare/[email protected]@0.2.22) (2023-01-19)

**Note:** Version bump only for package scaleway-ui-website





## 0.2.21 (2023-01-19)


Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scaleway-ui-website",
"version": "0.2.21",
"version": "0.2.22",
"homepage": "https://ui.scaleway.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit afc4578

Please sign in to comment.