Skip to content

Commit

Permalink
Bump version packages (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 20, 2024
1 parent 86ad92f commit 8c9803e
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-insects-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-countries-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-rice-raise.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@adhese/sdk": "^1.4.3",
"@adhese/sdk": "^1.5.0",
"@adhese/sdk-lite": "^1.2.0",
"vitepress": "^1.5.0",
"vue": "^3.5.13"
Expand Down
2 changes: 1 addition & 1 deletion apps/example-additional-creatives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@adhese/sdk": "^1.4.3",
"@adhese/sdk": "^1.5.0",
"@adhese/sdk-devtools": "^1.0.1",
"@adhese/sdk-shared": "^1.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/example-safe-frame/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@adhese/sdk": "^1.4.3",
"@adhese/sdk": "^1.5.0",
"@adhese/sdk-devtools": "^1.0.1",
"@adhese/sdk-safe-frame": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@adhese/sdk": "^1.4.3",
"@adhese/sdk": "^1.5.0",
"@adhese/sdk-devtools": "^1.0.1",
"@adhese/sdk-stack-slots": "^1.1.0"
"@adhese/sdk-stack-slots": "^1.1.1"
}
}
6 changes: 3 additions & 3 deletions apps/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@adhese/sdk": "^1.4.3",
"@adhese/sdk": "^1.5.0",
"@adhese/sdk-devtools": "^1.0.1",
"@adhese/sdk-react": "^1.4.3",
"@adhese/sdk-stack-slots": "^1.1.0",
"@adhese/sdk-react": "^1.5.0",
"@adhese/sdk-stack-slots": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/react-gambit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@adhese/sdk": "^1.4.3",
"@adhese/sdk": "^1.5.0",
"@adhese/sdk-devtools": "^1.0.1",
"@adhese/sdk-gambit": "^1.0.0",
"@adhese/sdk-react": "^1.4.3",
"@adhese/sdk-react": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @adhese/sdk-react

## 1.5.0

### Minor Changes

- 86ad92f: Add data-preview to a AdheseSlot when a preview is rendered

### Patch Changes

- Updated dependencies [86ad92f]
- @adhese/sdk@1.5.0

## 1.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adhese/sdk-react",
"type": "module",
"version": "1.4.3",
"version": "1.5.0",
"description": "Adhese SDK",
"license": "GPL-3.0",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"react-dom": ">=16.13"
},
"dependencies": {
"@adhese/sdk": "1.4.3",
"@adhese/sdk": "1.5.0",
"@adhese/sdk-shared": "1.3.1"
}
}
6 changes: 6 additions & 0 deletions packages/sdk-stack-slots/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @adhese/sdk-stack-slots

## 1.1.1

### Patch Changes

- 86ad92f: Make sure a stack slots also returns a `adFormat` prop to be alligned with the new ad schema requirements

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-stack-slots/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adhese/sdk-stack-slots",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"description": "Adhese SDK",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @adhese/sdk

## 1.5.0

### Patch Changes

- 86ad92f: Make sure previews are properly matched to a format instead of a creativeId

## 1.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adhese/sdk",
"type": "module",
"version": "1.4.3",
"version": "1.5.0",
"description": "Adhese SDK",
"license": "GPL-3.0",
"repository": {
Expand Down

0 comments on commit 8c9803e

Please sign in to comment.