Skip to content

Commit

Permalink
chore(release): version packages (beta) (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 20, 2024
1 parent 112326f commit d988765
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"brave-students-explain",
"calm-queens-sniff",
"clean-brooms-invent",
"clean-horses-smash",
"curly-beers-destroy",
"dull-boats-confess",
"famous-cars-battle",
Expand All @@ -26,7 +27,9 @@
"many-clocks-repair",
"many-pugs-hug",
"modern-suits-refuse",
"neat-dingos-know",
"nervous-mice-sell",
"nice-trains-nail",
"odd-seals-invite",
"pretty-lemons-stare",
"rotten-ligers-yell",
Expand All @@ -37,7 +40,9 @@
"swift-books-work",
"thirty-months-attack",
"tidy-peaches-return",
"tough-hounds-smile",
"two-squids-compete",
"wise-points-nail",
"wise-trains-study",
"yellow-bobcats-report",
"young-gifts-arrive"
Expand Down
19 changes: 19 additions & 0 deletions packages/markdownlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# markdownlayer

## 0.4.0-beta.7

### Minor Changes

- cf47c01: Move `format` from `DocumentDefinition` and `mdAsMarkdoc` from the config to the body schema.
This allows setting `mdAdMarkdoc` per definition.

### Patch Changes

- 379c0c8: Quality of life improvements and fix caching bug.

- Updated caching mechanism to store unique identifiers, addressing a bug introduced in version `0.4.0-beta.6`. If build fails, try deleting the `.markdownlayer` directory in your project root.
- Enhanced output file generation for entry files (`index.d.ts` and `index.mjs`), ensuring they are generated once unless the config file changes.
- Refactored custom schemas to accept a config object instead of selective properties, providing more flexibility and improving code maintainability.

- 112326f: Only watch for file changes based on provided patterns (or the default)
- c0b6f5f: Allow opt out of default values for slug and id schemas
- 097e776: Wait for files to be written when watching while being responsive

## 0.4.0-beta.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdownlayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlayer",
"version": "0.4.0-beta.6",
"version": "0.4.0-beta.7",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit d988765

Please sign in to comment.