Skip to content

Commit

Permalink
chore: release (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
1 parent f50d111 commit 2248c51
Show file tree
Hide file tree
Showing 27 changed files with 81 additions and 88 deletions.
5 changes: 0 additions & 5 deletions .changeset/renovate-0e9040e.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-293b2f9.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/renovate-3c90515.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-43499e0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-4bc5757.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-5f8d8d2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-8b6aef8.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-99961ec.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/renovate-9ef54c0.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/renovate-a97f038.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-a9ec68e.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-be946cc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/renovate-c4db527.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-houses-visit.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cookie-consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
},
"peerDependencies": {
"react": "18.x || 18",
"@scaleway/use-segment": "^1.1.5"
"@scaleway/use-segment": "^1.1.6"
}
}
16 changes: 16 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 4.0.9

### Patch Changes

- [#2253](https://github.com/scaleway/scaleway-lib/pull/2253) [`ed64757`](https://github.com/scaleway/scaleway-lib/commit/ed6475775c74fc83c7102e3cd6aba2803b1dcf31) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/compat` to `1.2.1`.

- [#2270](https://github.com/scaleway/scaleway-lib/pull/2270) [`257be75`](https://github.com/scaleway/scaleway-lib/commit/257be756619ff170a161118c9928b208de91a3c8) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/compat` to `1.2.2`.

- [#2258](https://github.com/scaleway/scaleway-lib/pull/2258) [`4db4fd1`](https://github.com/scaleway/scaleway-lib/commit/4db4fd184cd45359f72d7c91de2730d058e4e3cc) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-jsx-a11y` to `6.10.1`.

- [#2249](https://github.com/scaleway/scaleway-lib/pull/2249) [`b18511e`](https://github.com/scaleway/scaleway-lib/commit/b18511e20e4c41b63e42f70aa92bf18d8a867501) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-react-hooks` to `5.0.0`.

- [#2262](https://github.com/scaleway/scaleway-lib/pull/2262) [`237d4c1`](https://github.com/scaleway/scaleway-lib/commit/237d4c100f06f1592a88a0292ada15f758f4d5c9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint` to `9.13.0`.

- [#2266](https://github.com/scaleway/scaleway-lib/pull/2266) [`339c4ca`](https://github.com/scaleway/scaleway-lib/commit/339c4ca9ba4eb9eee538f0a92071d064c92ab875) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-react` to `7.37.2`.

## 4.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/eslint-config-react",
"version": "4.0.8",
"version": "4.0.9",
"description": "Scaleway React eslint shared config",
"keywords": [
"eslint",
Expand Down
6 changes: 6 additions & 0 deletions packages/use-dataloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- [#2277](https://github.com/scaleway/scaleway-lib/pull/2277) [`21a2dc6`](https://github.com/scaleway/scaleway-lib/commit/21a2dc6cf7df20c3423de2cadfd07e51ff5f7d2b) Thanks [@philibea](https://github.com/philibea)! - export a datalifetime object

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-dataloader",
"version": "5.1.0",
"version": "5.1.1",
"description": "A small hook to handle api requests",
"type": "module",
"engines": {
Expand Down
22 changes: 22 additions & 0 deletions packages/use-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 7.0.4

### Patch Changes

- [#2285](https://github.com/scaleway/scaleway-lib/pull/2285) [`67d4b79`](https://github.com/scaleway/scaleway-lib/commit/67d4b7990c1d0b7e853a93e65ac5d4c032b6fd31) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.3`.
Updated dependency `intl-messageformat` to `10.7.5`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.3`.

- [#2287](https://github.com/scaleway/scaleway-lib/pull/2287) [`d9e86d3`](https://github.com/scaleway/scaleway-lib/commit/d9e86d354448056d330f41d6288f6cded643f0ac) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `intl-messageformat` to `10.7.6`.

- [#2272](https://github.com/scaleway/scaleway-lib/pull/2272) [`f48a9a1`](https://github.com/scaleway/scaleway-lib/commit/f48a9a107dbec8ece5d965158a4fdb0f87c57fff) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.1`.
Updated dependency `@formatjs/fast-memoize` to `2.2.2`.
Updated dependency `intl-messageformat` to `10.7.3`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.1`.

- [#2279](https://github.com/scaleway/scaleway-lib/pull/2279) [`7a70e95`](https://github.com/scaleway/scaleway-lib/commit/7a70e9539b9b1d637bb948f4b58ecc42e0750b0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.2`.
Updated dependency `@formatjs/fast-memoize` to `2.2.3`.
Updated dependency `intl-messageformat` to `10.7.4`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.2`.

- [#2259](https://github.com/scaleway/scaleway-lib/pull/2259) [`2b9a20a`](https://github.com/scaleway/scaleway-lib/commit/2b9a20ab8cd78f4b049327f1a2ed17aefe2ebbe7) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `intl-messageformat` to `10.7.1`.

## 7.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-i18n",
"version": "7.0.3",
"version": "7.0.4",
"description": "A small hook to handle i18n",
"engines": {
"node": ">=18.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/use-query-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.9

### Patch Changes

- [#2248](https://github.com/scaleway/scaleway-lib/pull/2248) [`3a6628e`](https://github.com/scaleway/scaleway-lib/commit/3a6628e75f13a1e63490e303a0427257adb78105) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.27.0`.

## 5.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-query-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-query-params",
"version": "5.0.8",
"version": "5.0.9",
"description": "A small hook to handle params",
"engines": {
"node": ">=20.x"
Expand Down
6 changes: 6 additions & 0 deletions packages/use-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.6

### Patch Changes

- [#2286](https://github.com/scaleway/scaleway-lib/pull/2286) [`8f5aeea`](https://github.com/scaleway/scaleway-lib/commit/8f5aeea0e53ea3fa5e3d24ca59ac44e25750f482) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@segment/analytics-next` to `1.76.0`.

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-segment",
"version": "1.1.5",
"version": "1.1.6",
"description": "A small hook to handle segment",
"engines": {
"node": ">=20.x"
Expand Down
18 changes: 18 additions & 0 deletions packages/validate-icu-locales/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 3.1.5

### Patch Changes

- [#2285](https://github.com/scaleway/scaleway-lib/pull/2285) [`67d4b79`](https://github.com/scaleway/scaleway-lib/commit/67d4b7990c1d0b7e853a93e65ac5d4c032b6fd31) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.3`.
Updated dependency `intl-messageformat` to `10.7.5`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.3`.

- [#2272](https://github.com/scaleway/scaleway-lib/pull/2272) [`f48a9a1`](https://github.com/scaleway/scaleway-lib/commit/f48a9a107dbec8ece5d965158a4fdb0f87c57fff) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.1`.
Updated dependency `@formatjs/fast-memoize` to `2.2.2`.
Updated dependency `intl-messageformat` to `10.7.3`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.1`.

- [#2279](https://github.com/scaleway/scaleway-lib/pull/2279) [`7a70e95`](https://github.com/scaleway/scaleway-lib/commit/7a70e9539b9b1d637bb948f4b58ecc42e0750b0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.2`.
Updated dependency `@formatjs/fast-memoize` to `2.2.3`.
Updated dependency `intl-messageformat` to `10.7.4`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.2`.

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/validate-icu-locales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/validate-icu-locales",
"version": "3.1.4",
"version": "3.1.5",
"description": "A small cli to handle icu errors on locales files",
"engines": {
"node": ">=20.x"
Expand Down

0 comments on commit 2248c51

Please sign in to comment.