Skip to content

Commit 4815a5b

Browse files
committed
4.1.2
1 parent 5207c53 commit 4815a5b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.1.2](https://github.com/exportarts/ngx-prismic/compare/v4.1.1...v4.1.2) (2021-12-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **universal:** only resolve docs by id that match the requested document type ([5207c53](https://github.com/exportarts/ngx-prismic/commit/5207c53e65beddca302ab2d48efc395ce70584a5))
7+
8+
9+
110
## [4.1.1](https://github.com/exportarts/ngx-prismic/compare/v4.1.0...v4.1.1) (2021-12-26)
211

312

libs/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ngx-prismic/client",
33
"description": "This project is intended to provide easier integration of prismic.io into Angular Projects.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"peerDependencies": {
66
"@angular/common": "^11.0.0",
77
"@angular/core": "^11.0.0",

libs/universal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ngx-prismic/universal",
33
"description": "This project is intended to provide easier integration of prismic.io into Angular Projects.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"peerDependencies": {
66
"@prismicio/client": "^6.0.0-beta.5",
77
"@prismicio/helpers": "^2.0.0-beta.8",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-prismic",
33
"description": "This project is intended to provide easier integration of prismic.io into Angular Projects.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"license": "MIT",
66
"scripts": {
77
"ng": "nx",

0 commit comments

Comments
 (0)