Skip to content

Commit

Permalink
Merge pull request #794 from apocist/master
Browse files Browse the repository at this point in the history
@stratusjs/angular 0.12.1 @stratusjs/idx 0.24.1
  • Loading branch information
alexgurrola authored Aug 30, 2024
2 parents fe2402a + c35d9b9 commit f966c68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stratusjs/angular",
"version": "0.12.0",
"version": "0.12.2",
"description": "This is the angular package for StratusJS.",
"scripts": {},
"repository": {
Expand Down Expand Up @@ -53,12 +53,12 @@
"@angular/platform-browser-dynamic": "^12.2.16",
"@angular/router": "^12.2.16",
"@codemirror/lang-html": "^6.4.0",
"@stratusjs/angularjs": "^0.10.0",
"@stratusjs/angularjs": "^0.11.0",
"@stratusjs/boot": "^1.2.0",
"@stratusjs/core": "^0.8.0",
"@stratusjs/core": "^0.8.1",
"@stratusjs/map": "^0.6.6",
"@stratusjs/runtime": "^0.12.1",
"@stratusjs/stripe": "^1.9.1",
"@stratusjs/runtime": "^0.13.0",
"@stratusjs/stripe": "^1.2.3",
"angular-froala-wysiwyg": "^3.2.7",
"codemirror": "^6.0.1",
"froala-editor": "^3.2.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/idx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stratusjs/idx",
"version": "0.24.0",
"version": "0.24.2",
"description": "AngularJS idx/property Service and Components bundle to be used as an add on to StratusJS",
"main": "./dist/idx.bundle.js",
"scripts": {
Expand Down Expand Up @@ -30,12 +30,12 @@
"npm": ">= 8.19.3"
},
"dependencies": {
"@stratusjs/angular": "^0.12.0",
"@stratusjs/angularjs": "^0.10.0",
"@stratusjs/angularjs-extras": "^0.15.3",
"@stratusjs/angular": "^0.12.2",
"@stratusjs/angularjs": "^0.11.0",
"@stratusjs/angularjs-extras": "^0.16.0",
"@stratusjs/boot": "^1.2.0",
"@stratusjs/map": "^0.6.6",
"@stratusjs/runtime": "^0.12.3",
"@stratusjs/runtime": "^0.13.0",
"@stratusjs/swiper": "^1.2.3"
}
}

0 comments on commit f966c68

Please sign in to comment.