Skip to content

Commit

Permalink
chore: release (#4005)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scaleway-bot and github-actions[bot] authored Jul 15, 2024
1 parent 1ef9e5f commit 5c8803a
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .changeset/hot-llamas-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-fishes-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-turkeys-deny.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/shy-parrots-matter.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/small-tools-carry.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.3.0

### Minor Changes

- [#3997](https://github.com/scaleway/ultraviolet/pull/3997) [`7ab5e04`](https://github.com/scaleway/ultraviolet/commit/7ab5e04105e8cc77104395d410f0ab9b1bd80950) Thanks [@matthprost](https://github.com/matthprost)! - Add new component `<SliderField />`

### Patch Changes

- [#3944](https://github.com/scaleway/ultraviolet/pull/3944) [`d571c5e`](https://github.com/scaleway/ultraviolet/commit/d571c5e07d3f90ac3a80d85e95b2e33b8479927f) Thanks [@matthprost](https://github.com/matthprost)! - - Minor fixes to `<TextInputV2 />` component

- Fixed issue with `<DateInput />` component preventing the input to be edited

- [#4006](https://github.com/scaleway/ultraviolet/pull/4006) [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7) Thanks [@philibea](https://github.com/philibea)! - Add turborepo

- Updated dependencies [[`7ab5e04`](https://github.com/scaleway/ultraviolet/commit/7ab5e04105e8cc77104395d410f0ab9b1bd80950), [`d571c5e`](https://github.com/scaleway/ultraviolet/commit/d571c5e07d3f90ac3a80d85e95b2e33b8479927f), [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7)]:
- @ultraviolet/ui@1.61.1
- @ultraviolet/themes@1.12.2

## 3.2.0

### Minor Changes
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": "@ultraviolet/form",
"version": "3.2.0",
"version": "3.3.0",
"description": "Ultraviolet Form",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.13.1

### Patch Changes

- [#4006](https://github.com/scaleway/ultraviolet/pull/4006) [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7) Thanks [@philibea](https://github.com/philibea)! - Add turborepo

- Updated dependencies [[`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7)]:
- @ultraviolet/themes@1.12.2

## 2.13.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": "@ultraviolet/icons",
"version": "2.13.0",
"version": "2.13.1",
"description": "Ultraviolet Icons",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/illustrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ultraviolet/illustrations

## 3.1.2

### Patch Changes

- [#4006](https://github.com/scaleway/ultraviolet/pull/4006) [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7) Thanks [@philibea](https://github.com/philibea)! - Add turborepo

- Updated dependencies [[`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7)]:
- @ultraviolet/themes@1.12.2

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/illustrations",
"version": "3.1.1",
"version": "3.1.2",
"description": "Ultraviolet Illustrations",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ultraviolet/plus

## 0.20.1

### Patch Changes

- [#4006](https://github.com/scaleway/ultraviolet/pull/4006) [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7) Thanks [@philibea](https://github.com/philibea)! - Add turborepo

- Updated dependencies [[`7ab5e04`](https://github.com/scaleway/ultraviolet/commit/7ab5e04105e8cc77104395d410f0ab9b1bd80950), [`d571c5e`](https://github.com/scaleway/ultraviolet/commit/d571c5e07d3f90ac3a80d85e95b2e33b8479927f), [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7)]:
- @ultraviolet/ui@1.61.1
- @ultraviolet/icons@2.13.1
- @ultraviolet/themes@1.12.2

## 0.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/plus",
"version": "0.20.0",
"version": "0.20.1",
"description": "Ultraviolet Plus",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.12.2

### Patch Changes

- [#4006](https://github.com/scaleway/ultraviolet/pull/4006) [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7) Thanks [@philibea](https://github.com/philibea)! - Add turborepo

## 1.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultraviolet/themes",
"version": "1.12.1",
"version": "1.12.2",
"description": "Ultraviolet Themes",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
25 changes: 25 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 1.61.1

### Patch Changes

- [#3997](https://github.com/scaleway/ultraviolet/pull/3997) [`7ab5e04`](https://github.com/scaleway/ultraviolet/commit/7ab5e04105e8cc77104395d410f0ab9b1bd80950) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<Slider />` component to avoid loop rendering while using `useEffect` so synchronise states

- [#3944](https://github.com/scaleway/ultraviolet/pull/3944) [`d571c5e`](https://github.com/scaleway/ultraviolet/commit/d571c5e07d3f90ac3a80d85e95b2e33b8479927f) Thanks [@matthprost](https://github.com/matthprost)! - Fix `<TextInputV2 />` prop `onChange` will now take function with event.

```tsx
// Before
onChange={value => value}

// After
onChangeValue={value => value}
onChange={event => event.target.value}
```

This will also fix `<DateInput />` issues such as editing the input value.

- [#4006](https://github.com/scaleway/ultraviolet/pull/4006) [`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7) Thanks [@philibea](https://github.com/philibea)! - Add turborepo

- Updated dependencies [[`e011345`](https://github.com/scaleway/ultraviolet/commit/e0113459832a0c026164344fc7efd6a3ab490df7)]:
- @ultraviolet/icons@2.13.1
- @ultraviolet/themes@1.12.2

## 1.61.0

### Minor Changes
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": "@ultraviolet/ui",
"version": "1.61.0",
"version": "1.61.1",
"description": "Ultraviolet UI",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down

0 comments on commit 5c8803a

Please sign in to comment.