Skip to content

Commit

Permalink
chore(sdk): Bump sdk libs to alpha.28 (#29347)
Browse files Browse the repository at this point in the history
### Proposed Changes
* Upgrade SDK libs to alpha.28

### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
** any additional useful context or info **

### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:
** original screenshot **  |  ** updated screenshot **
  • Loading branch information
fmontes authored Jul 24, 2024
1 parent 4980358 commit ed06de4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.27",
"version": "0.0.1-alpha.28",
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/client": "0.0.1-alpha.27",
"@dotcms/client": "0.0.1-alpha.28",
"@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.27",
"version": "0.0.1-alpha.28",
"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.27",
"version": "0.0.1-alpha.28",
"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.27"
"@dotcms/client": "0.0.1-alpha.28"
}
}
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.27",
"version": "0.0.1-alpha.28",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.27"
"@dotcms/client": "0.0.1-alpha.28"
},
"description": "Official React Components library to render a dotCMS page.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/client": "0.0.1-alpha.27",
"@dotcms/angular": "0.0.1-alpha.27",
"@dotcms/client": "0.0.1-alpha.28",
"@dotcms/angular": "0.0.1-alpha.28",
"@tinymce/tinymce-angular": "^8.0.0"
},
"devDependencies": {
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.27",
"@dotcms/react": "0.0.1-alpha.27",
"@dotcms/experiments": "0.0.1-alpha.27",
"@dotcms/client": "0.0.1-alpha.28",
"@dotcms/react": "0.0.1-alpha.28",
"@dotcms/experiments": "0.0.1-alpha.28",
"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.27",
"@dotcms/client": "^0.0.1-alpha.28",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
Expand Down

0 comments on commit ed06de4

Please sign in to comment.