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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic committed Jan 7, 2021
1 parent e8e2ca2 commit 5e83b2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/juliette-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "juliette-ng",
"version": "1.3.0",
"version": "1.4.0",
"peerDependencies": {
"juliette": "1.3.0",
"juliette": "1.4.0",
"@angular/core": "^11.0.0",
"rxjs": "^6.5.5"
},
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.3.0",
"version": "1.4.0",
"main": "public-api.js",
"types": "public-api.d.ts",
"peerDependencies": {
"juliette": "1.3.0",
"juliette": "1.4.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.3.0",
"version": "1.4.0",
"main": "public-api.js",
"types": "public-api.d.ts",
"peerDependencies": {
Expand Down

0 comments on commit 5e83b2d

Please sign in to comment.