Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-crews-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-impalas-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-boats-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-2dab35a.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/renovate-4eac006.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 6 additions & 0 deletions packages/changesets-renovate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.4.0

### Minor Changes

- [#1705](https://github.com/scaleway/scaleway-lib/pull/1705) [`d3e1246`](https://github.com/scaleway/scaleway-lib/commit/d3e1246f70229cf9e3a7a5d464d921fe5e379af0) Thanks [@wrighbr](https://github.com/wrighbr)! - add the ability to skip commit

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/changesets-renovate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/changesets-renovate",
"version": "1.3.2",
"version": "1.4.0",
"description": "Automatically create changesets for Renovate",
"type": "module",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cookie-consent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @scaleway/cookie-consent

## 1.1.0

### Minor Changes

- [#1726](https://github.com/scaleway/scaleway-lib/pull/1726) [`7669906`](https://github.com/scaleway/scaleway-lib/commit/76699066084b09de9c5da877c6f3be71a47024a5) Thanks [@ModuloM](https://github.com/ModuloM)! - Add isSegmentIntegrationsLoading state to manage Segment integrations loading status

- [#1738](https://github.com/scaleway/scaleway-lib/pull/1738) [`63b01a2`](https://github.com/scaleway/scaleway-lib/commit/63b01a24418ea68889db60e6a6efb48651310917) Thanks [@ModuloM](https://github.com/ModuloM)! - refactor(useCookieConsent): change isSegmentIntegrationsLoaded output

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-consent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/cookie-consent",
"version": "1.0.7",
"version": "1.1.0",
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
"type": "module",
"sideEffects": false,
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.16.4

### Patch Changes

- [#1741](https://github.com/scaleway/scaleway-lib/pull/1741) [`d928cb2`](https://github.com/scaleway/scaleway-lib/commit/d928cb28aa728162902d5e1ee36263e2afd69663) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.15.0`.
Updated dependency `@typescript-eslint/parser` to `6.15.0`.

- [#1732](https://github.com/scaleway/scaleway-lib/pull/1732) [`aef602e`](https://github.com/scaleway/scaleway-lib/commit/aef602ea90db41c0e8b8c9cbc668148892910130) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.14.0`.
Updated dependency `@typescript-eslint/parser` to `6.14.0`.

- [#1739](https://github.com/scaleway/scaleway-lib/pull/1739) [`2ffd76c`](https://github.com/scaleway/scaleway-lib/commit/2ffd76c7ea5ad386a3979f2ead5f835440ce7bd4) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint` to `8.56.0`.

- [#1731](https://github.com/scaleway/scaleway-lib/pull/1731) [`57d747a`](https://github.com/scaleway/scaleway-lib/commit/57d747aca67fd645554f5d1fd56c79ba6b0d1456) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-import` to `2.29.1`.

## 3.16.3

### 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": "3.16.3",
"version": "3.16.4",
"description": "Scaleway React eslint shared config",
"keywords": [
"eslint",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.12

### Patch Changes

- [#1742](https://github.com/scaleway/scaleway-lib/pull/1742) [`94f6831`](https://github.com/scaleway/scaleway-lib/commit/94f68312ef023da9f34ac3e1a0387a232be75c67) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@emotion/react` to `11.11.3`.

## 3.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/jest-helpers",
"version": "3.0.11",
"version": "3.0.12",
"description": "A package for utilities jest functions",
"type": "module",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/use-query-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.21

### Patch Changes

- [#1737](https://github.com/scaleway/scaleway-lib/pull/1737) [`8889cd4`](https://github.com/scaleway/scaleway-lib/commit/8889cd442721a6f89fdfb3111b7396e5cb811c03) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.21.0`.

- [#1740](https://github.com/scaleway/scaleway-lib/pull/1740) [`8e42f96`](https://github.com/scaleway/scaleway-lib/commit/8e42f964c93efe94c24ea86b648c1ea4a86b0be4) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.21.1`.

## 4.0.20

### 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": "4.0.20",
"version": "4.0.21",
"description": "A small hook to handle params",
"type": "module",
"engines": {
Expand Down