Skip to content

Commit e6cf554

Browse files
chore: release (#1955)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1fddf05 commit e6cf554

File tree

11 files changed

+40
-14
lines changed

11 files changed

+40
-14
lines changed

.changeset/blue-chefs-draw.md

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

packages/cookie-consent/CHANGELOG.md

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

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#1953](https://github.com/scaleway/scaleway-lib/pull/1953) [`1fddf05`](https://github.com/scaleway/scaleway-lib/commit/1fddf0515851908b094f983b05b3d87af8eef433) Thanks [@philibea](https://github.com/philibea)! - add cjs build
8+
9+
- Updated dependencies [[`1fddf05`](https://github.com/scaleway/scaleway-lib/commit/1fddf0515851908b094f983b05b3d87af8eef433)]:
10+
- @scaleway/use-segment@1.0.3
11+
312
## 1.2.3
413

514
### 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.3",
3+
"version": "1.2.4",
44
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
55
"type": "module",
66
"module": "./dist/index.js",
@@ -48,6 +48,6 @@
4848
},
4949
"peerDependencies": {
5050
"react": "18.x || 18",
51-
"@scaleway/use-segment": "^1.0.2"
51+
"@scaleway/use-segment": "^1.0.3"
5252
}
5353
}

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.0.2
4+
5+
### Patch Changes
6+
7+
- [#1953](https://github.com/scaleway/scaleway-lib/pull/1953) [`1fddf05`](https://github.com/scaleway/scaleway-lib/commit/1fddf0515851908b094f983b05b3d87af8eef433) Thanks [@philibea](https://github.com/philibea)! - add cjs build
8+
39
## 5.0.1
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.1",
3+
"version": "5.0.2",
44
"description": "A small utility to generate a random name",
55
"engines": {
66
"node": ">=20.x"

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.0.4
4+
5+
### Patch Changes
6+
7+
- [#1953](https://github.com/scaleway/scaleway-lib/pull/1953) [`1fddf05`](https://github.com/scaleway/scaleway-lib/commit/1fddf0515851908b094f983b05b3d87af8eef433) Thanks [@philibea](https://github.com/philibea)! - add cjs build
8+
39
## 2.0.3
410

511
### Patch Changes

packages/use-growthbook/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-growthbook",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Utility package to expose AB test tool",
55
"engines": {
66
"node": ">=20.x"

packages/use-random-name/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1fddf05`](https://github.com/scaleway/scaleway-lib/commit/1fddf0515851908b094f983b05b3d87af8eef433)]:
8+
- @scaleway/random-name@5.0.2
9+
310
## 1.0.1
411

512
### Patch Changes

packages/use-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/use-random-name",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A small react utility to generate a random name",
55
"engines": {
66
"node": ">=20.x"

packages/use-segment/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+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#1953](https://github.com/scaleway/scaleway-lib/pull/1953) [`1fddf05`](https://github.com/scaleway/scaleway-lib/commit/1fddf0515851908b094f983b05b3d87af8eef433) Thanks [@philibea](https://github.com/philibea)! - add cjs build
8+
39
## 1.0.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)