@apolitical/gtm 1.0.1-rc.2 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,8 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [1.0.1] - 2021-04-07
9
9
  ### Changed
10
10
  - TagManager is initialized only when cookie consent is given
11
- ### Added
12
- - Add `react` and `react-cookies` to dependencies
11
+ - Passing cookies from frontend
13
12
 
14
13
  ## [1.0.0] - 2021-04-06
15
14
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/gtm",
3
- "version": "1.0.1-rc.2",
3
+ "version": "1.0.1",
4
4
  "description": "Browser library to interact with Google Tag Manager (GTM)",
5
5
  "author": "Apolitical Group Limited <engineering@apolitical.co>",
6
6
  "license": "MIT",