Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
chore: release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic committed Jun 4, 2021
1 parent 34a5d37 commit db99d71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion projects/juliette-ng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@

| Juliette | Angular |
| ---------------- | --------- |
| `>=1.3.0` | `^11.0.0` |
| `>=1.5.0` | `^12.0.0` |
| `>=1.3.0 <1.5.0` | `^11.0.0` |
| `>=1.0.0 <1.3.0` | `^10.0.5` |
6 changes: 3 additions & 3 deletions projects/juliette-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "juliette-ng",
"version": "1.4.0",
"version": "1.5.0",
"peerDependencies": {
"juliette": "1.4.0",
"@angular/core": "^11.0.0",
"juliette": "1.5.0",
"@angular/core": "^12.0.0",
"rxjs": "^6.5.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/juliette-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "juliette-react",
"version": "1.4.0",
"version": "1.5.0",
"main": "public-api.js",
"types": "public-api.d.ts",
"peerDependencies": {
"juliette": "1.4.0",
"juliette": "1.5.0",
"react": "^17.0.0"
},
"author": "Marko Stanimirović",
Expand Down
2 changes: 1 addition & 1 deletion projects/juliette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juliette",
"version": "1.4.0",
"version": "1.5.0",
"main": "public-api.js",
"types": "public-api.d.ts",
"peerDependencies": {
Expand Down

0 comments on commit db99d71

Please sign in to comment.