Skip to content

Commit dbf7213

Browse files
hogekaiclaude
andcommitted
chore(release): iab-adcom@2.0.1, iab-openrtb@2.1.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7b0df49 commit dbf7213

4 files changed

Lines changed: 31 additions & 2 deletions

File tree

packages/types-iab-adcom/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# iab-adcom
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- fix(iab-adcom): Align type definitions with AdCOM v1.0 spec
8+
9+
- Widen `venue` to `DOOHVenueType | number` and `delay` to `StartDelayMode | number`
10+
- Fix `ptype` to use `VideoPlacementType` instead of `VideoPlacementSubtype`
11+
- Narrow `api` from `number[]` to `APIFramework[]`
12+
- Add `@deprecated` annotation to `Content.genre`
13+
314
## 2.0.0
415

516
### Major Changes

packages/types-iab-adcom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iab-adcom",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "TypeScript definitions for IAB Tech Lab's AdCOM (Advertising Common Object Model)",
55
"scripts": {
66
"build": "tsup && tsc --emitDeclarationOnly",

packages/types-iab-openrtb/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# iab-openrtb
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- fix(iab-openrtb): Align OpenRTB 2.5/2.6 types with spec
8+
9+
- Add `BannerAdType` enum and use it for `Banner.btype`
10+
- Add missing fields to `Imp`: `audio`, `native`, `pmp`
11+
- Add missing `bcat` field to `BidRequest`
12+
- Fix `Content.producer` and `Content.data` to use proper types
13+
- Fix `Banner.format` to use `Format[]`
14+
- Widen `BidRequest.at` to `number`
15+
16+
### Patch Changes
17+
18+
- Updated dependencies
19+
- iab-adcom@2.0.1
20+
321
## 2.0.0
422

523
### Major Changes

packages/types-iab-openrtb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iab-openrtb",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "TypeScript definitions for IAB Tech Lab's OpenRTB (Open Real Time Bidding)",
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)