Skip to content

Commit 2e36162

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 890b343 commit 2e36162

File tree

2 files changed

+9
-31
lines changed

2 files changed

+9
-31
lines changed

packages/use-gtm/CHANGELOG.md

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,68 +3,46 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 1.3.1 (2022-08-29)
6+
## 1.3.2 (2022-11-18)
77

88
**Note:** Version bump only for package @scaleway/use-gtm
99

10+
## 1.3.1 (2022-08-29)
1011

11-
12-
12+
**Note:** Version bump only for package @scaleway/use-gtm
1313

1414
## 1.3.0 (2022-08-19)
1515

16-
1716
### Features
1817

19-
* react 18 only ([#925](https://github.com/scaleway/scaleway-lib/issues/925)) ([f46adf6](https://github.com/scaleway/scaleway-lib/commit/f46adf6f4e38dc6fbabedaef8faad3ee654444a6))
20-
21-
18+
- react 18 only ([#925](https://github.com/scaleway/scaleway-lib/issues/925)) ([f46adf6](https://github.com/scaleway/scaleway-lib/commit/f46adf6f4e38dc6fbabedaef8faad3ee654444a6))
2219

2320
## 1.2.3 (2022-08-01)
2421

2522
**Note:** Version bump only for package @scaleway/use-gtm
2623

27-
28-
29-
30-
3124
## 1.2.2 (2022-06-09)
3225

3326
**Note:** Version bump only for package @scaleway/use-gtm
3427

35-
36-
37-
38-
3928
### 1.2.1 (2022-05-11)
4029

4130
**Note:** Version bump only for package @scaleway/use-gtm
4231

43-
44-
45-
46-
4732
## [1.2.0](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2022-04-22)
4833

49-
5034
### Features
5135

52-
* do not load snippets if settings not provided ([#731](https://github.com/scaleway/scaleway-lib/issues/731)) ([bfb0809](https://github.com/scaleway/scaleway-lib/commit/bfb0809472392d606a9f5218ec2e335517b5c0a8))
53-
54-
36+
- do not load snippets if settings not provided ([#731](https://github.com/scaleway/scaleway-lib/issues/731)) ([bfb0809](https://github.com/scaleway/scaleway-lib/commit/bfb0809472392d606a9f5218ec2e335517b5c0a8))
5537

5638
### 1.1.1 (2022-04-20)
5739

58-
5940
### Bug Fixes
6041

61-
* **use-gtm:** ensure environment auth is present before injecting url ([#719](https://github.com/scaleway/scaleway-lib/issues/719)) ([6744edb](https://github.com/scaleway/scaleway-lib/commit/6744edbe339627768116a95dde1146ecfe9ea122))
62-
63-
42+
- **use-gtm:** ensure environment auth is present before injecting url ([#719](https://github.com/scaleway/scaleway-lib/issues/719)) ([6744edb](https://github.com/scaleway/scaleway-lib/commit/6744edbe339627768116a95dde1146ecfe9ea122))
6443

6544
## 1.1.0 (2022-04-12)
6645

67-
6846
### Features
6947

70-
* add useGTM hook ([#716](https://github.com/scaleway/scaleway-lib/issues/716)) ([da7ee52](https://github.com/scaleway/scaleway-lib/commit/da7ee5211a338ceeb61ed6a775a47e6acc009c25))
48+
- add useGTM hook ([#716](https://github.com/scaleway/scaleway-lib/issues/716)) ([da7ee52](https://github.com/scaleway/scaleway-lib/commit/da7ee5211a338ceeb61ed6a775a47e6acc009c25))

packages/use-gtm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-gtm",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A small hook to handle gtm in a react app",
55
"keywords": [
66
"react",
@@ -27,6 +27,6 @@
2727
},
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"react": "18.x"
30+
"react": "18.x || 18"
3131
}
3232
}

0 commit comments

Comments
 (0)