Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/ui-onetrust-layer-cleanup.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-native-contentpass-cmp-onetrust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @contentpass/react-native-contentpass-cmp-onetrust

## 0.1.1

### Patch Changes

- [#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.

## 0.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentpass/react-native-contentpass-cmp-onetrust",
"version": "0.1.0",
"version": "0.1.1",
"description": "Contentpass OneTrust CMP adapter",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-contentpass-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @contentpass/react-native-contentpass-ui

## 0.1.1

### Patch Changes

- [#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.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-contentpass-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentpass/react-native-contentpass-ui",
"version": "0.1.0",
"version": "0.1.1",
"description": "Contentpass React Native UI Components",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-contentpass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @contentpass/react-native-contentpass

## 0.4.1

### Patch Changes

- [#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.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-contentpass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentpass/react-native-contentpass",
"version": "0.4.0",
"version": "0.4.1",
"description": "Contentpass React Native SDK",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down