Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 6a81985 commit caf69ee
Show file tree
Hide file tree
Showing 17 changed files with 92 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-eels-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-points-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-crabs-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-pets-refuse.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/renovate-906d042.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-turtles-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-buckets-build.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.6.0

### Minor Changes

- [#4040](https://github.com/scaleway/ultraviolet/pull/4040) [`e8ed01e`](https://github.com/scaleway/ultraviolet/commit/e8ed01e38dce351ef105e05180c7dead4cc97f96) Thanks [@matthprost](https://github.com/matthprost)! - New prop `showMonthYearPicker` in `<DateInput />` component

### Patch Changes

- [#4059](https://github.com/scaleway/ultraviolet/pull/4059) [`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@emotion/react` to `11.13.0`.
Updated dependency `@emotion/styled` to `11.13.0`.
Updated dependency `@emotion/babel-plugin` to `11.12.0`.
Updated dependency `@emotion/cache` to `11.13.0`.
Updated dependency `@emotion/eslint-plugin` to `11.12.0`.
Updated dependency `@emotion/jest` to `11.13.0`.
Updated dependency `@emotion/serialize` to `1.3.0`.
- Updated dependencies [[`2f211e3`](https://github.com/scaleway/ultraviolet/commit/2f211e31a4f455df94425f190c807b75eee33a29), [`8588cde`](https://github.com/scaleway/ultraviolet/commit/8588cde71dd3a18b9593f3f367b7f5f5722ba0b0), [`2f1b211`](https://github.com/scaleway/ultraviolet/commit/2f1b211af846a3f973b20166e041a1ce193d28dd), [`e8ed01e`](https://github.com/scaleway/ultraviolet/commit/e8ed01e38dce351ef105e05180c7dead4cc97f96), [`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5)]:
- @ultraviolet/[email protected]

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

## 2.15.0

### Minor Changes

- [#4052](https://github.com/scaleway/ultraviolet/pull/4052) [`2f211e3`](https://github.com/scaleway/ultraviolet/commit/2f211e31a4f455df94425f190c807b75eee33a29) Thanks [@matthprost](https://github.com/matthprost)! - New sizes for component `<Icon />`: `xlarge` and `xxlarge`

### Patch Changes

- [#4059](https://github.com/scaleway/ultraviolet/pull/4059) [`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@emotion/react` to `11.13.0`.
Updated dependency `@emotion/styled` to `11.13.0`.
Updated dependency `@emotion/babel-plugin` to `11.12.0`.
Updated dependency `@emotion/cache` to `11.13.0`.
Updated dependency `@emotion/eslint-plugin` to `11.12.0`.
Updated dependency `@emotion/jest` to `11.13.0`.
Updated dependency `@emotion/serialize` to `1.3.0`.

- [#4051](https://github.com/scaleway/ultraviolet/pull/4051) [`7e201dd`](https://github.com/scaleway/ultraviolet/commit/7e201dd8eb2969839c2d4227a4795d4bc1afd994) Thanks [@matthprost](https://github.com/matthprost)! - Restore default name of `<Icon />` to `alert`

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

## 3.2.1

### Patch Changes

- [#4059](https://github.com/scaleway/ultraviolet/pull/4059) [`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@emotion/react` to `11.13.0`.
Updated dependency `@emotion/styled` to `11.13.0`.
Updated dependency `@emotion/babel-plugin` to `11.12.0`.
Updated dependency `@emotion/cache` to `11.13.0`.
Updated dependency `@emotion/eslint-plugin` to `11.12.0`.
Updated dependency `@emotion/jest` to `11.13.0`.
Updated dependency `@emotion/serialize` to `1.3.0`.

## 3.2.0

### Minor 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.2.0",
"version": "3.2.1",
"description": "Ultraviolet Illustrations",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @ultraviolet/plus

## 0.20.5

### Patch Changes

- [#4059](https://github.com/scaleway/ultraviolet/pull/4059) [`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@emotion/react` to `11.13.0`.
Updated dependency `@emotion/styled` to `11.13.0`.
Updated dependency `@emotion/babel-plugin` to `11.12.0`.
Updated dependency `@emotion/cache` to `11.13.0`.
Updated dependency `@emotion/eslint-plugin` to `11.12.0`.
Updated dependency `@emotion/jest` to `11.13.0`.
Updated dependency `@emotion/serialize` to `1.3.0`.
- Updated dependencies [[`2f211e3`](https://github.com/scaleway/ultraviolet/commit/2f211e31a4f455df94425f190c807b75eee33a29), [`8588cde`](https://github.com/scaleway/ultraviolet/commit/8588cde71dd3a18b9593f3f367b7f5f5722ba0b0), [`2f1b211`](https://github.com/scaleway/ultraviolet/commit/2f1b211af846a3f973b20166e041a1ce193d28dd), [`e8ed01e`](https://github.com/scaleway/ultraviolet/commit/e8ed01e38dce351ef105e05180c7dead4cc97f96), [`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5), [`2f211e3`](https://github.com/scaleway/ultraviolet/commit/2f211e31a4f455df94425f190c807b75eee33a29), [`7e201dd`](https://github.com/scaleway/ultraviolet/commit/7e201dd8eb2969839c2d4227a4795d4bc1afd994)]:
- @ultraviolet/ui@1.65.0
- @ultraviolet/icons@2.15.0

## 0.20.4

### Patch 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.4",
"version": "0.20.5",
"description": "Ultraviolet Plus",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down
24 changes: 24 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 1.65.0

### Minor Changes

- [#4052](https://github.com/scaleway/ultraviolet/pull/4052) [`2f211e3`](https://github.com/scaleway/ultraviolet/commit/2f211e31a4f455df94425f190c807b75eee33a29) Thanks [@matthprost](https://github.com/matthprost)! - New component `<AvatarV2 />`. See [migration guide](https://storybook.ultraviolet.scaleway.com/?path=/docs/migrations-avatar-to-avatarv2--docs) to start migrating Avatar to AvatarV2 it before release of next major.

- [#4039](https://github.com/scaleway/ultraviolet/pull/4039) [`8588cde`](https://github.com/scaleway/ultraviolet/commit/8588cde71dd3a18b9593f3f367b7f5f5722ba0b0) Thanks [@matthprost](https://github.com/matthprost)! - New sub component `<Toast.Button />` and `<Toast.Link />` available to including them directly in a toaster

- [#4043](https://github.com/scaleway/ultraviolet/pull/4043) [`2f1b211`](https://github.com/scaleway/ultraviolet/commit/2f1b211af846a3f973b20166e041a1ce193d28dd) Thanks [@matthprost](https://github.com/matthprost)! - New sentiment `neutral` on `<Alert />`

- [#4040](https://github.com/scaleway/ultraviolet/pull/4040) [`e8ed01e`](https://github.com/scaleway/ultraviolet/commit/e8ed01e38dce351ef105e05180c7dead4cc97f96) Thanks [@matthprost](https://github.com/matthprost)! - New prop `showMonthYearPicker` in `<DateInput />` component

### Patch Changes

- [#4059](https://github.com/scaleway/ultraviolet/pull/4059) [`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@emotion/react` to `11.13.0`.
Updated dependency `@emotion/styled` to `11.13.0`.
Updated dependency `@emotion/babel-plugin` to `11.12.0`.
Updated dependency `@emotion/cache` to `11.13.0`.
Updated dependency `@emotion/eslint-plugin` to `11.12.0`.
Updated dependency `@emotion/jest` to `11.13.0`.
Updated dependency `@emotion/serialize` to `1.3.0`.
- Updated dependencies [[`2f08079`](https://github.com/scaleway/ultraviolet/commit/2f08079fd4207eeffbafd1924ff1cd92af45cad5), [`2f211e3`](https://github.com/scaleway/ultraviolet/commit/2f211e31a4f455df94425f190c807b75eee33a29), [`7e201dd`](https://github.com/scaleway/ultraviolet/commit/7e201dd8eb2969839c2d4227a4795d4bc1afd994)]:
- @ultraviolet/[email protected]

## 1.64.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.64.0",
"version": "1.65.0",
"description": "Ultraviolet UI",
"homepage": "https://github.com/scaleway/ultraviolet#readme",
"repository": {
Expand Down

0 comments on commit caf69ee

Please sign in to comment.