Skip to content

Commit 1d7324e

Browse files
chore: release (#2777)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a10859 commit 1d7324e

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/calm-singers-whisper.md

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

.changeset/chilly-trains-fix.md

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

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.6.0
4+
5+
### Minor Changes
6+
7+
- [#2782](https://github.com/scaleway/scaleway-lib/pull/2782) [`aececf9`](https://github.com/scaleway/scaleway-lib/commit/aececf9ba62bf9c7d78251504eac3f147b87005f) Thanks [@MathildeJolly](https://github.com/MathildeJolly)! - feat(regex): add new kafka username regex
8+
39
## 5.5.0
410

511
### Minor 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.5.0",
3+
"version": "5.6.0",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"engines": {

packages/use-analytics/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+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- [#2783](https://github.com/scaleway/scaleway-lib/pull/2783) [`2a10859`](https://github.com/scaleway/scaleway-lib/commit/2a10859772870b962a1fa849c874f9a63ecfbcc7) Thanks [@philibea](https://github.com/philibea)! - Add timeout option also when shouldRenderOnlyWhenReady is not set
8+
39
## 0.0.16
410

511
### Patch Changes

packages/use-analytics/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-analytics",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "A small hook to handle events analytics",
55
"engines": {
66
"node": ">=20.x"

0 commit comments

Comments
 (0)