Skip to content

Commit

Permalink
chore: Update SDK libraries (#28287)
Browse files Browse the repository at this point in the history
* chore: Update SDK libraries

* Update @dotcms/experiments library version to 0.0.1-alpha.13 in nextjs example
  • Loading branch information
fmontes authored Apr 18, 2024
1 parent 2485b57 commit a1b916e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion core-web/libs/sdk/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcms/client",
"version": "0.0.1-alpha.12",
"version": "0.0.1-alpha.13",
"type": "module",
"description": "Official JavaScript library for interacting with DotCMS REST APIs.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions core-web/libs/sdk/experiments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcms/experiments",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.13",
"description": "Official JavaScript library to use Experiments with DotCMS.",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.12"
"@dotcms/client": "0.0.1-alpha.13"
}

}
4 changes: 2 additions & 2 deletions core-web/libs/sdk/react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@dotcms/react",
"version": "0.0.1-alpha.12",
"version": "0.0.1-alpha.13",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.12"
"@dotcms/client": "0.0.1-alpha.13"
},
"description": "Official React Components library to render a dotCMS page.",
"repository": {
Expand Down
28 changes: 14 additions & 14 deletions examples/nextjs/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@dotcms/client": "0.0.1-alpha.12",
"@dotcms/react": "0.0.1-alpha.12",
"@dotcms/experiments": "0.0.1-alpha",
"@dotcms/client": "0.0.1-alpha.13",
"@dotcms/react": "0.0.1-alpha.13",
"@dotcms/experiments": "0.0.1-alpha.13",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
Expand Down
2 changes: 1 addition & 1 deletion examples/vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"@dotcms/client": "^0.0.1-alpha.12",
"@dotcms/client": "^0.0.1-alpha.13",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
Expand Down

0 comments on commit a1b916e

Please sign in to comment.