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

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic committed Sep 8, 2020
1 parent 0bcf7d0 commit 22988d2
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": "0.14.4",
"version": "1.0.0",
"peerDependencies": {
"juliette": "0.14.4",
"juliette": "1.0.0",
"@angular/core": "^10.0.5",
"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": "0.14.4",
"version": "1.0.0",
"main": "public-api.js",
"types": "public-api.d.ts",
"peerDependencies": {
"juliette": "0.14.4",
"juliette": "1.0.0",
"react": "^16.13.1"
},
"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": "0.14.4",
"version": "1.0.0",
"main": "public-api.js",
"types": "public-api.d.ts",
"peerDependencies": {
Expand Down

0 comments on commit 22988d2

Please sign in to comment.