Skip to content

Commit

Permalink
fix: correct preset
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Mar 9, 2023
1 parent 774bec9 commit c2079ba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions libs/citations/csl-to-biblatex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## 0.1.0 (2023-03-09)


### Features

* brand spanking new project.json ([32e19eb](https://github.com/TrialAndErrorOrg/parsers/commit/32e19ebf3f71c80336f637297d8f4db274d098bf))


### Bug Fixes

* enter a new era ([9c2a0e5](https://github.com/TrialAndErrorOrg/parsers/commit/9c2a0e505472c43d384f3cc78543ad90877b7c3d))
* **jest:** allow jest to be run even if there is a .swcrc ([6f188f2](https://github.com/TrialAndErrorOrg/parsers/commit/6f188f2a06922ee00d9367b29e666894e48c6c1e))
* properly set all package.jsons ([5af9c17](https://github.com/TrialAndErrorOrg/parsers/commit/5af9c177be9910511844c481ca59cfcc7bd9b0f6))
2 changes: 1 addition & 1 deletion libs/citations/csl-to-biblatex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csl-to-biblatex",
"version": "0.0.1",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <hello@tefkah.com>",
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/docx-to-vfile/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"preset": "conventional",
"trackDeps": true,
"postTargets": [
"docx-to-vfile:npm",
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/reoff-parse/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventionalcommits",
"preset": "conventional",
"postTargets": ["reoff-parse:npm", "reoff-parse:github", "reoff-parse:github-standalone"],
"trackDeps": true
},
Expand Down

0 comments on commit c2079ba

Please sign in to comment.