Skip to content

Commit

Permalink
Version Packages (next) (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 26, 2022
1 parent b4553a5 commit 056eb97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"@proload/plugin-yaml": "0.2.1-next.0",
"yaml-register": "0.1.0"
},
"changesets": []
"changesets": [
"thick-knives-tickle"
]
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.2-next.1

### Patch Changes

- b4553a5: Rollback `resolve` changes

## 0.3.2-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/core",
"version": "0.3.2-next.0",
"version": "0.3.2-next.1",
"description": "Searches for and loads your tool's JavaScript configuration files with full support for CJS, ESM, TypeScript and more.",
"main": "./lib/cjs/index.cjs",
"module": "./lib/esm/index.mjs",
Expand Down

0 comments on commit 056eb97

Please sign in to comment.