From d562b55b74537d18409b0605f76a1b8cd074ca45 Mon Sep 17 00:00:00 2001 From: lihbr Date: Wed, 4 Sep 2024 11:16:50 +0200 Subject: [PATCH] chore(release): 0.3.8 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 22 ++++++++++++---------- package.json | 4 ++-- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5d57d..ccdd23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.8](https://github.com/prismicio/prismic-mock/compare/v0.3.7...v0.3.8) (2024-09-04) + + +### Bug Fixes + +* add new missing properties mocks (`id`, `is_master`) ([#24](https://github.com/prismicio/prismic-mock/issues/24)) ([162a348](https://github.com/prismicio/prismic-mock/commit/162a3485f5bab2dfe93997cd9a5b0927ac300063)) + + +### Documentation + +* typo ([554157d](https://github.com/prismicio/prismic-mock/commit/554157d03bc82a87836f49c61228454bb0ac4b1b)) + ### [0.3.7](https://github.com/prismicio/prismic-mock/compare/v0.3.6...v0.3.7) (2024-06-20) diff --git a/package-lock.json b/package-lock.json index b654419..beb465d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@prismicio/mock", - "version": "0.3.7", + "version": "0.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@prismicio/mock", - "version": "0.3.7", + "version": "0.3.8", "license": "Apache-2.0", "dependencies": { "change-case": "^5.4.4" }, "devDependencies": { - "@prismicio/client": "^7.6.0", + "@prismicio/client": "^7.8.1", "@size-limit/preset-small-lib": "^11.1.2", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.6.0", @@ -1183,12 +1183,13 @@ } }, "node_modules/@prismicio/client": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@prismicio/client/-/client-7.6.0.tgz", - "integrity": "sha512-+OVIDGMhCs/EOkRmgqEvGD5LFaNSSob40ob1NS6vm0nl1mnOoNzu5wjYb9YQtz7BJo30pImxnwkxZQLsquIyUg==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/@prismicio/client/-/client-7.8.1.tgz", + "integrity": "sha512-L1pwiBHy4X2KB4ayliTbTB6wbgRDkspyQ+R/czVqNON9R5cU1pAHxSxK8/GVbukKrEHNAaZHlAfOT3rzSJJGBw==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "imgix-url-builder": "^0.0.4" + "imgix-url-builder": "^0.0.5" }, "engines": { "node": ">=14.15.0" @@ -4568,10 +4569,11 @@ } }, "node_modules/imgix-url-builder": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/imgix-url-builder/-/imgix-url-builder-0.0.4.tgz", - "integrity": "sha512-JRLydfxGTTbSSOG82ewuCgnmw/CzIPzoDqpP3UYD7RE+QWS8ZZbpF87ZuRqtcbEKdxahRsExinuKRxPZVvukWA==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/imgix-url-builder/-/imgix-url-builder-0.0.5.tgz", + "integrity": "sha512-dCx3UlXghtsjySoqVCcHQHRikqDummwQEfKlxBUK/wrMzd+1ox/XX+zhqVuXKMVuZvCc84pVLEJyntQB0OOi/w==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12.7.0" } diff --git a/package.json b/package.json index 925559f..d785282 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prismicio/mock", - "version": "0.3.7", + "version": "0.3.8", "description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments", "keywords": [ "typescript", @@ -61,7 +61,7 @@ "change-case": "^5.4.4" }, "devDependencies": { - "@prismicio/client": "^7.6.0", + "@prismicio/client": "^7.8.1", "@size-limit/preset-small-lib": "^11.1.2", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.6.0",