Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evolkmann committed Jan 10, 2021
1 parent 8252156 commit 52bb344
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.1](https://github.com/exportarts/ngx-prismic/compare/v3.0.0...v3.0.1) (2021-01-10)

Updated dependencies.


# [3.0.0](https://github.com/exportarts/ngx-prismic/compare/v2.1.0...v3.0.0) (2020-11-24)


Expand Down
2 changes: 1 addition & 1 deletion libs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngx-prismic/client",
"description": "This project is intended to provide easier integration of prismic.io into Angular Projects.",
"version": "3.0.0",
"version": "3.0.1",
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngx-prismic/universal",
"description": "This project is intended to provide easier integration of prismic.io into Angular Projects.",
"version": "3.0.0",
"version": "3.0.1",
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-prismic",
"description": "This project is intended to provide easier integration of prismic.io into Angular Projects.",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 52bb344

Please sign in to comment.