Skip to content

Commit

Permalink
fix: bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes committed Aug 21, 2024
1 parent 8bef71d commit 324d362
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions core-web/libs/sdk/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@dotcms/angular",
"version": "0.0.1-alpha.31",
"version": "0.0.1-alpha.32",
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/client": "0.0.1-alpha.31",
"@dotcms/client": "0.0.1-alpha.32",
"@tinymce/tinymce-angular": "^8.0.0",
"rxjs": "^7.8.0"
},
Expand Down
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.31",
"version": "0.0.1-alpha.32",
"description": "Official JavaScript library for interacting with DotCMS REST APIs.",
"repository": {
"type": "git",
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.31",
"version": "0.0.1-alpha.32",
"description": "Official JavaScript library to use Experiments with DotCMS.",
"repository": {
"type": "git",
Expand All @@ -25,6 +25,6 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.31"
"@dotcms/client": "0.0.1-alpha.32"
}
}
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.31",
"version": "0.0.1-alpha.32",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.31"
"@dotcms/client": "0.0.1-alpha.32"
},
"description": "Official React Components library to render a dotCMS page.",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions examples/angular/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/angular": "0.0.1-alpha.31",
"@dotcms/client": "0.0.1-alpha.31",
"@dotcms/angular": "0.0.1-alpha.32",
"@dotcms/client": "0.0.1-alpha.32",
"@tinymce/tinymce-angular": "^8.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
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.31",
"@dotcms/react": "0.0.1-alpha.31",
"@dotcms/experiments": "0.0.1-alpha.31",
"@dotcms/client": "0.0.1-alpha.32",
"@dotcms/react": "0.0.1-alpha.32",
"@dotcms/experiments": "0.0.1-alpha.32",
"next": "14.1.1",
"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.31",
"@dotcms/client": "^0.0.1-alpha.32",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
Expand Down

0 comments on commit 324d362

Please sign in to comment.