Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evolkmann committed Mar 23, 2022
1 parent 48e5a01 commit 6895901
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.2.0](https://github.com/exportarts/ngx-prismic/compare/v4.1.2...v4.2.0) (2022-03-23)


### Features

* **universal:** add additional config for `getRoutes()` ([48e5a01](https://github.com/exportarts/ngx-prismic/commit/48e5a019900fe5489dd55af914eb111ac9694fb2))



## [4.1.2](https://github.com/exportarts/ngx-prismic/compare/v4.1.1...v4.1.2) (2021-12-26)


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": "4.1.2",
"version": "4.2.0",
"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": "4.1.2",
"version": "4.2.0",
"peerDependencies": {
"@prismicio/client": "^6.0.0-beta.5",
"@prismicio/helpers": "^2.0.0-beta.8",
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": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 6895901

Please sign in to comment.