Skip to content

Commit

Permalink
chore: release (#2379)
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
github-actions[bot] and github-actions[bot] authored Dec 30, 2024
1 parent 6789326 commit c074c2f
Show file tree
Hide file tree
Showing 20 changed files with 95 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-garlics-flash.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/renovate-6282663.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cookie-consent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @scaleway/cookie-consent

## 2.0.6

### Patch Changes

- [#2378](https://github.com/scaleway/scaleway-lib/pull/2378) [`6789326`](https://github.com/scaleway/scaleway-lib/commit/6789326013998e58e1adfc27e00546ba235f3d63) Thanks [@philibea](https://github.com/philibea)! - update import cookies

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.
- Updated dependencies [[`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af)]:
- @scaleway/use-segment@1.1.8

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cookie-consent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/cookie-consent",
"version": "2.0.5",
"version": "2.0.6",
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
"main": "./dist/index.cjs",
"type": "module",
Expand Down Expand Up @@ -52,6 +52,6 @@
},
"peerDependencies": {
"react": "18.x || 19.x",
"@scaleway/use-segment": "1.1.7"
"@scaleway/use-segment": "1.1.8"
}
}
9 changes: 9 additions & 0 deletions packages/use-dataloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.1.3

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 5.1.2

### Patch 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.2",
"version": "5.1.3",
"description": "A small hook to handle api requests",
"type": "module",
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/use-growthbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @scaleway/use-growthbook

## 2.1.7

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 2.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-growthbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-growthbook",
"version": "2.1.6",
"version": "2.1.7",
"description": "Utility package to expose AB test tool",
"engines": {
"node": ">=20.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/use-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 7.0.8

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 7.0.7

### 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.7",
"version": "7.0.8",
"description": "A small hook to handle i18n",
"engines": {
"node": ">=18.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/use-media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.0.3

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 3.0.2

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

## 5.0.12

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 5.0.11

### 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.11",
"version": "5.0.12",
"description": "A small hook to handle params",
"engines": {
"node": ">=20.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/use-random-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.6

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-random-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-random-name",
"version": "1.0.5",
"version": "1.0.6",
"description": "A small react utility to generate a random name",
"engines": {
"node": ">=20.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/use-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.1.8

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 1.1.7

### 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.7",
"version": "1.1.8",
"description": "A small hook to handle segment",
"engines": {
"node": ">=20.x"
Expand Down
9 changes: 9 additions & 0 deletions packages/use-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.1.1

### Patch Changes

- [#2364](https://github.com/scaleway/scaleway-lib/pull/2364) [`463f5bc`](https://github.com/scaleway/scaleway-lib/commit/463f5bc9b67bfca8dc7faa27cac0fda6d13050af) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-storage",
"version": "3.1.0",
"version": "3.1.1",
"description": "A React hook to interact with local/session storage in reactive way",
"engines": {
"node": ">=20.x"
Expand Down

0 comments on commit c074c2f

Please sign in to comment.