Skip to content

Commit

Permalink
version bump (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: chad <[email protected]>
  • Loading branch information
chuff and chad committed Jan 21, 2023
1 parent 4a2e460 commit 42060d7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/cmpapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iabgpp/cmpapi",
"version": "3.0.10",
"version": "3.0.11",
"license": "Apache-2.0",
"private": false,
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions modules/cmpapi/src/encoder/section/UspCtV1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export class UspCtV1 extends AbstractEncodableSegmentedBitStringSection {
}
}
this.decodeSegmentsFromBitStrings(segmentBitStrings);
this.fields.get(UspCtV1Field.GPC_SEGMENT_INCLUDED).setValue(gpcSegmentIncluded);
}

//Overriden
Expand Down
2 changes: 1 addition & 1 deletion modules/stub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iabgpp/stub",
"version": "3.0.10",
"version": "3.0.11",
"license": "Apache-2.0",
"type": "module",
"main": "lib/stub.js",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iabgpp",
"version": "3.0.10",
"version": "3.0.11",
"license": "Apache-2.0",
"private": false,
"workspaces" : [
Expand Down

0 comments on commit 42060d7

Please sign in to comment.