Skip to content

Commit e2a9bad

Browse files
committed
Bump versions
1 parent 6021b71 commit e2a9bad

6 files changed

Lines changed: 27 additions & 3 deletions

File tree

packages/react-native-contentpass-cmp-onetrust/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @contentpass/react-native-contentpass-cmp-onetrust
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Pin OneTrust SDK version
8+
9+
## 0.2.0
10+
11+
### Minor Changes
12+
13+
- [#52](https://github.com/contentpass/react-native-contentpass/pull/52) [`347e72d`](https://github.com/contentpass/react-native-contentpass/commit/347e72d5bd7cc19e796cb0992f4a1873a6ef11c4) Thanks [@0x7f](https://github.com/0x7f)! - Improve OneTrust integration
14+
315
## 0.1.1
416

517
### Patch Changes

packages/react-native-contentpass-cmp-onetrust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentpass/react-native-contentpass-cmp-onetrust",
3-
"version": "0.1.1",
3+
"version": "0.2.1",
44
"description": "Contentpass OneTrust CMP adapter",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

packages/react-native-contentpass-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @contentpass/react-native-contentpass-ui
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/contentpass/react-native-contentpass/pull/52) [`347e72d`](https://github.com/contentpass/react-native-contentpass/commit/347e72d5bd7cc19e796cb0992f4a1873a6ef11c4) Thanks [@0x7f](https://github.com/0x7f)! - Improve OneTrust integration
8+
39
## 0.1.1
410

511
### Patch Changes

packages/react-native-contentpass-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentpass/react-native-contentpass-ui",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Contentpass React Native UI Components",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

packages/react-native-contentpass/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @contentpass/react-native-contentpass
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/contentpass/react-native-contentpass/pull/52) [`347e72d`](https://github.com/contentpass/react-native-contentpass/commit/347e72d5bd7cc19e796cb0992f4a1873a6ef11c4) Thanks [@0x7f](https://github.com/0x7f)! - Improve OneTrust integration
8+
39
## 0.4.1
410

511
### Patch Changes

packages/react-native-contentpass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentpass/react-native-contentpass",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Contentpass React Native SDK",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)