Skip to content

Commit 0ed49f5

Browse files
authored
Merge pull request #49 from contentpass/chore-release-changeset
chore: changeset release
2 parents a9f242d + 19c6018 commit 0ed49f5

File tree

10 files changed

+29
-19
lines changed

10 files changed

+29
-19
lines changed

.changeset/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"access": "public",
1111
"baseBranch": "main",
1212
"updateInternalDependencies": "patch",
13-
"ignore": [],
13+
"ignore": [
14+
"@contentpass/examples-onetrust",
15+
"@contentpass/examples-sourcepoint",
16+
"@contentpass/examples-sourcepoint-expo"
17+
],
1418
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1519
"onlyUpdatePeerDependentsWhenOutOfRange": true
1620
}

.changeset/introduce-cmp-adapters.md

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

.changeset/new-cmp-onetrust.md

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

.changeset/new-ui-components.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @contentpass/react-native-contentpass-cmp-onetrust
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#48](https://github.com/contentpass/react-native-contentpass/pull/48) [`9f3eddf`](https://github.com/contentpass/react-native-contentpass/commit/9f3eddfc572bd3db85039aace37d13b304a0963e) Thanks [@0x7f](https://github.com/0x7f)! - Initial release of the OneTrust CMP adapter for Contentpass React Native SDK

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.0.0",
3+
"version": "0.1.0",
44
"description": "Contentpass OneTrust CMP adapter",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @contentpass/react-native-contentpass-ui
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#48](https://github.com/contentpass/react-native-contentpass/pull/48) [`9f3eddf`](https://github.com/contentpass/react-native-contentpass/commit/9f3eddfc572bd3db85039aace37d13b304a0963e) Thanks [@0x7f](https://github.com/0x7f)! - Initial release of the Contentpass React Native UI components

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.0.0",
3+
"version": "0.1.0",
44
"description": "Contentpass React Native UI Components",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @contentpass/react-native-contentpass
2+
3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#48](https://github.com/contentpass/react-native-contentpass/pull/48) [`9f3eddf`](https://github.com/contentpass/react-native-contentpass/commit/9f3eddfc572bd3db85039aace37d13b304a0963e) Thanks [@0x7f](https://github.com/0x7f)! - Introduce CMP adapter layer and UI components architecture

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

0 commit comments

Comments
 (0)