Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 11, 2021
1 parent 1a56262 commit ef2f22b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Changelog

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.0.1 (2021-08-11)


### Features

* add document generator ([edd7787](https://github.com/prismicio/prismic-mock/commit/edd778712c41fe6f9e3018b6ef203e4b23bbc82f))
* add group and slice value generators ([2804d36](https://github.com/prismicio/prismic-mock/commit/2804d36652b09b927195fc552c45179477d126c1))
* add model generators ([ad95cd2](https://github.com/prismicio/prismic-mock/commit/ad95cd2a04383ea0ccc52a1cb11aeaa4dfc9c021))
* add non-group-based value generators ([5561ea1](https://github.com/prismicio/prismic-mock/commit/5561ea1aff5877b5230079f92e6e509e679427a5))
* add remaining field model generators ([66b5ee5](https://github.com/prismicio/prismic-mock/commit/66b5ee5c5ab8ba39ef1a636b58f0acdac27e0260))
* add rich text value generators ([f8bc705](https://github.com/prismicio/prismic-mock/commit/f8bc7058d521f5bc3e12518466cb6c1a19f26b87))
* add subset of value generators ([50bcf16](https://github.com/prismicio/prismic-mock/commit/50bcf1695109a2b94f47ef28c355855771d7379f))
* enable deterministic generation ([7332eac](https://github.com/prismicio/prismic-mock/commit/7332eac1d0c8b015d598530f9550635eb6d3f852))
* export model and value modules from index ([1a56262](https://github.com/prismicio/prismic-mock/commit/1a56262977cec22069fbbe8c086d8036a19cf195))
* init ([4e24f1c](https://github.com/prismicio/prismic-mock/commit/4e24f1c590570e881e7cda14fd87c463336e1e14))


### Bug Fixes

* don't set labels when using Shared Slices ([4725b5e](https://github.com/prismicio/prismic-mock/commit/4725b5e75c30c33d1678b3b1824cef1586c823e6))
* prioritize specific seeds over general ones ([27b795f](https://github.com/prismicio/prismic-mock/commit/27b795ff7587befcf962918a32089d92c4962f0e))
* use enum for Rich Text block type ([2689a52](https://github.com/prismicio/prismic-mock/commit/2689a52cf7fb83190ce5f48b0fad9a51a62c6a70))


### Documentation

* add experimental notice ([f20e12c](https://github.com/prismicio/prismic-mock/commit/f20e12c67a4765c5197b016e5bc353dee473f017))
* add README content ([7450b75](https://github.com/prismicio/prismic-mock/commit/7450b752ef4210d09ed29f0f4a543084baf6e3de))
* use more general package description ([e6edd0f](https://github.com/prismicio/prismic-mock/commit/e6edd0fe5ecde1a6fb8871b9ab228a4597b60573))


### Refactor

* rename getRandomXData to getMockXData ([b92ed9a](https://github.com/prismicio/prismic-mock/commit/b92ed9ac81b0b3f3eb12008854cd490aa60b1667))


### Chore

* remove node-fetch ([661f7fe](https://github.com/prismicio/prismic-mock/commit/661f7fe01b1d767eafb296737c2334d1d505a8e1))
* update dependencies ([df45798](https://github.com/prismicio/prismic-mock/commit/df457987d5d97acff8f9778794344d75cb2dfbc3))
* update package.json properties ([ebff577](https://github.com/prismicio/prismic-mock/commit/ebff577e67a141d42410074e13cf8b247f5462fa))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prismicio/mock",
"version": "0.0.0",
"version": "0.0.1",
"description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments",
"keywords": [
"typescript",
Expand Down

0 comments on commit ef2f22b

Please sign in to comment.