Skip to content

Commit 04e3370

Browse files
chore: release (#1962)
1 parent 9e35694 commit 04e3370

File tree

19 files changed

+70
-22
lines changed

19 files changed

+70
-22
lines changed

.changeset/new-games-act.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/cookie-consent/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @scaleway/cookie-consent
22

3+
## 2.0.0
4+
5+
### Minor Changes
6+
7+
- [#1960](https://github.com/scaleway/scaleway-lib/pull/1960) [`d034b3c`](https://github.com/scaleway/scaleway-lib/commit/d034b3cda1cac30ce2ed4e95be5a2c79642f8ca4) Thanks [@Slashgear](https://github.com/Slashgear)! - add legacy main attribut for CommonJS export usage
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d034b3c`](https://github.com/scaleway/scaleway-lib/commit/d034b3cda1cac30ce2ed4e95be5a2c79642f8ca4)]:
12+
- @scaleway/use-segment@1.1.0
13+
314
## 1.2.4
415

516
### Patch Changes

packages/cookie-consent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/cookie-consent",
3-
"version": "1.2.4",
3+
"version": "2.0.0",
44
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
55
"main": "./dist/index.cjs",
66
"type": "module",
@@ -49,6 +49,6 @@
4949
},
5050
"peerDependencies": {
5151
"react": "18.x || 18",
52-
"@scaleway/use-segment": "^1.0.3"
52+
"@scaleway/use-segment": "^1.1.0"
5353
}
5454
}

packages/random-name/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#1960](https://github.com/scaleway/scaleway-lib/pull/1960) [`d034b3c`](https://github.com/scaleway/scaleway-lib/commit/d034b3cda1cac30ce2ed4e95be5a2c79642f8ca4) Thanks [@Slashgear](https://github.com/Slashgear)! - add legacy main attribut for CommonJS export usage
8+
39
## 5.0.2
410

511
### Patch Changes

packages/random-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/random-name",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "A small utility to generate a random name",
55
"engines": {
66
"node": ">=20.x"

packages/regex/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#1960](https://github.com/scaleway/scaleway-lib/pull/1960) [`d034b3c`](https://github.com/scaleway/scaleway-lib/commit/d034b3cda1cac30ce2ed4e95be5a2c79642f8ca4) Thanks [@Slashgear](https://github.com/Slashgear)! - add legacy main attribut for CommonJS export usage
8+
39
## 5.0.1
410

511
### Patch Changes

packages/regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/regex",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"engines": {

packages/use-dataloader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#1960](https://github.com/scaleway/scaleway-lib/pull/1960) [`d034b3c`](https://github.com/scaleway/scaleway-lib/commit/d034b3cda1cac30ce2ed4e95be5a2c79642f8ca4) Thanks [@Slashgear](https://github.com/Slashgear)! - add legacy main attribut for CommonJS export usage
8+
39
## 5.0.1
410

511
### Patch Changes

packages/use-dataloader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-dataloader",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "A small hook to handle api requests",
55
"type": "module",
66
"engines": {

packages/use-growthbook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @scaleway/use-growthbook
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#1960](https://github.com/scaleway/scaleway-lib/pull/1960) [`d034b3c`](https://github.com/scaleway/scaleway-lib/commit/d034b3cda1cac30ce2ed4e95be5a2c79642f8ca4) Thanks [@Slashgear](https://github.com/Slashgear)! - add legacy main attribut for CommonJS export usage
8+
39
## 2.0.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)