Skip to content

Commit

Permalink
Version Packages (next) (#17)
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 5cbbe02 commit 6376e3b
Show file tree
Hide file tree
Showing 17 changed files with 73 additions and 16 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.0",
"yaml-register": "0.1.0"
},
"changesets": []
"changesets": [
"early-boats-approve"
]
}
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.0

### Patch Changes

- 5cbbe02: Remove `resolve-pkg` dependency

## 0.3.1

### 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.1",
"version": "0.3.2-next.0",
"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
7 changes: 7 additions & 0 deletions packages/plugin-dotfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @proload/plugin-dotfile

## 0.2.1-next.0

### Patch Changes

- Updated dependencies [5cbbe02]
- @proload/core@0.3.2-next.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-dotfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/plugin-dotfile",
"version": "0.2.0",
"version": "0.2.1-next.0",
"description": "A proload plugin to support files with a leading dot",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -19,7 +19,7 @@
],
"author": "Nate Moore <[email protected]>",
"peerDependencies": {
"@proload/core": "^0.3.0"
"@proload/core": "^0.3.2-next.0"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @proload/plugin-json

## 0.3.1-next.0

### Patch Changes

- Updated dependencies [5cbbe02]
- @proload/core@0.3.2-next.0

## 0.3.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/plugin-json",
"version": "0.3.0",
"version": "0.3.1-next.0",
"description": "A proload plugin to support .json and .jsonc files",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -19,7 +19,7 @@
],
"author": "Nate Moore <[email protected]>",
"peerDependencies": {
"@proload/core": "^0.3.0"
"@proload/core": "^0.3.2-next.0"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-kdl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @proload/plugin-kdl

## 0.2.1-next.0

### Patch Changes

- Updated dependencies [5cbbe02]
- @proload/core@0.3.2-next.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-kdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/plugin-kdl",
"version": "0.2.0",
"version": "0.2.1-next.0",
"description": "A proload plugin to support .kdl files",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -19,7 +19,7 @@
],
"author": "Nate Moore <[email protected]>",
"peerDependencies": {
"@proload/core": "^0.3.0"
"@proload/core": "^0.3.2-next.0"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-rc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @proload/plugin-rc

## 0.2.1-next.0

### Patch Changes

- Updated dependencies [5cbbe02]
- @proload/core@0.3.2-next.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/plugin-rc",
"version": "0.2.0",
"version": "0.2.1-next.0",
"description": "A proload plugin to support '[namespace]rc' files",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -19,7 +19,7 @@
],
"author": "Nate Moore <[email protected]>",
"peerDependencies": {
"@proload/core": "^0.3.0"
"@proload/core": "^0.3.2-next.0"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-tsm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.1-next.0

### Patch Changes

- Updated dependencies [5cbbe02]
- @proload/core@0.3.2-next.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/plugin-tsm",
"version": "0.2.0",
"version": "0.2.1-next.0",
"description": "A proload plugin to support TypeScript files using TSM",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -19,7 +19,7 @@
],
"author": "Nate Moore <[email protected]>",
"peerDependencies": {
"@proload/core": "^0.3.0"
"@proload/core": "^0.3.2-next.0"
},
"dependencies": {
"tsm": "^2.1.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.1-next.0

### Patch Changes

- Updated dependencies [5cbbe02]
- @proload/core@0.3.2-next.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/plugin-typescript",
"version": "0.2.0",
"version": "0.2.1-next.0",
"description": "A proload plugin to support TypeScript files",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -19,7 +19,7 @@
],
"author": "Nate Moore <[email protected]>",
"peerDependencies": {
"@proload/core": "^0.3.0"
"@proload/core": "^0.3.2-next.0"
},
"dependencies": {
"@swc-node/register": "^1.3.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @proload/plugin-yaml

## 0.2.1-next.0

### Patch Changes

- Updated dependencies [5cbbe02]
- @proload/core@0.3.2-next.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proload/plugin-yaml",
"version": "0.2.0",
"version": "0.2.1-next.0",
"description": "A proload plugin to support YAML files",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -19,7 +19,7 @@
],
"author": "Nate Moore <[email protected]>",
"peerDependencies": {
"@proload/core": "^0.3.0"
"@proload/core": "^0.3.2-next.0"
},
"dependencies": {
"yaml-register": "^0.1.0"
Expand Down

0 comments on commit 6376e3b

Please sign in to comment.