Skip to content

Commit b7f1c09

Browse files
authored
Merge pull request #51 from contentpass/chore-changeset
Changeset version
2 parents 6d52867 + 4b016e8 commit b7f1c09

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.changeset/ui-onetrust-layer-cleanup.md

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

packages/react-native-contentpass-cmp-onetrust/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-cmp-onetrust
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#50](https://github.com/contentpass/react-native-contentpass/pull/50) [`ff6233b`](https://github.com/contentpass/react-native-contentpass/commit/ff6233b5cddfba28db12763738c75489c44233e3) Thanks [@0x7f](https://github.com/0x7f)! - Clean up debug logs, fix consent layer theme and SDK version string. Add README documentation for all packages.
8+
39
## 0.1.0
410

511
### Minor 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.0",
3+
"version": "0.1.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.1.1
4+
5+
### Patch Changes
6+
7+
- [#50](https://github.com/contentpass/react-native-contentpass/pull/50) [`ff6233b`](https://github.com/contentpass/react-native-contentpass/commit/ff6233b5cddfba28db12763738c75489c44233e3) Thanks [@0x7f](https://github.com/0x7f)! - Clean up debug logs, fix consent layer theme and SDK version string. Add README documentation for all packages.
8+
39
## 0.1.0
410

511
### Minor 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.0",
3+
"version": "0.1.1",
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.4.1
4+
5+
### Patch Changes
6+
7+
- [#50](https://github.com/contentpass/react-native-contentpass/pull/50) [`ff6233b`](https://github.com/contentpass/react-native-contentpass/commit/ff6233b5cddfba28db12763738c75489c44233e3) Thanks [@0x7f](https://github.com/0x7f)! - Clean up debug logs, fix consent layer theme and SDK version string. Add README documentation for all packages.
8+
39
## 0.4.0
410

511
### Minor 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.0",
3+
"version": "0.4.1",
44
"description": "Contentpass React Native SDK",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)