Skip to content

Commit c4145bf

Browse files
committed
chore(release): publish
- @scaleway/[email protected] - @scaleway/[email protected] - [email protected]
1 parent 8953c53 commit c4145bf

File tree

6 files changed

+40
-3
lines changed

6 files changed

+40
-3
lines changed

packages/form/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.39.41](https://github.com/scaleway/scaleway-ui/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-02-02)
7+
8+
9+
### :zap: Refactor
10+
11+
* rename SelectNumber into NumberInput ([#2211](https://github.com/scaleway/scaleway-ui/issues/2211)) ([ec694b4](https://github.com/scaleway/scaleway-ui/commit/ec694b4bc65cf30d4b6d49217da47ddf43b3fd98))
12+
13+
14+
615
## [1.39.40](https://github.com/scaleway/scaleway-ui/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-02-02)
716

817

packages/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/form",
3-
"version": "1.39.40",
3+
"version": "1.39.41",
44
"description": "Scaleway Form",
55
"homepage": "https://github.com/scaleway/scaleway-ui#readme",
66
"repository": {

packages/ui/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.218.4 (2023-02-02)
7+
8+
9+
### :package: Chore
10+
11+
* **release:** publish ([d2108ca](https://github.com/scaleway/scaleway-ui/commit/d2108cad82284b34ac6e33967350239ef938e9ee))
12+
13+
14+
### :zap: Refactor
15+
16+
* rename SelectNumber into NumberInput ([#2211](https://github.com/scaleway/scaleway-ui/issues/2211)) ([ec694b4](https://github.com/scaleway/scaleway-ui/commit/ec694b4bc65cf30d4b6d49217da47ddf43b3fd98))
17+
18+
19+
### :bug: Bug Fixes
20+
21+
* **deps:** update dependency deepmerge to v4.3.0 ([#2239](https://github.com/scaleway/scaleway-ui/issues/2239)) ([8953c53](https://github.com/scaleway/scaleway-ui/commit/8953c53afab39c83ff53c145d2ff310b5b311eb4))
22+
23+
24+
625
## [0.218.3](https://github.com/scaleway/scaleway-ui/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-02-02)
726

827

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/ui",
3-
"version": "0.218.3",
3+
"version": "0.218.4",
44
"description": "Scaleway UI",
55
"homepage": "https://github.com/scaleway/scaleway-ui#readme",
66
"repository": {

website/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.2.37 (2023-02-02)
7+
8+
9+
### :package: Chore
10+
11+
* **release:** publish ([d2108ca](https://github.com/scaleway/scaleway-ui/commit/d2108cad82284b34ac6e33967350239ef938e9ee))
12+
13+
14+
615
## [0.2.36](https://github.com/scaleway/scaleway-ui/compare/[email protected]@0.2.36) (2023-02-02)
716

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

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scaleway-ui-website",
3-
"version": "0.2.36",
3+
"version": "0.2.37",
44
"homepage": "https://ui.scaleway.com",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)