Skip to content

Commit

Permalink
chore: release @proload/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Apr 26, 2022
1 parent 232057d commit b13bed6
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 96 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-phones-chew.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-chicken-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-lizards-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-knives-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-rats-mate.md

This file was deleted.

34 changes: 2 additions & 32 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,10 @@
# Changelog

## 0.3.2-next.5
## 0.3.2

### Patch Changes

- a3046e3: Gracefully support empty config files (again)

## 0.3.2-next.4

### Patch Changes

- 72c8577: Rollback empty config file change

## 0.3.2-next.3

### Patch Changes

- 280796b: Rollback rejection

## 0.3.2-next.2

### Patch Changes

- 090d99a: Remove `resolve-pkg` dependency

## 0.3.2-next.1

### Patch Changes

- b4553a5: Rollback `resolve` changes

## 0.3.2-next.0

### Patch Changes

- 5cbbe02: Remove `resolve-pkg` dependency
- a3046e3: Fix bug introduced by supporting empty config files

## 0.3.1

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.5",
"version": "0.3.2",
"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

### Patch Changes

- Updated dependencies [72c8577]
- @proload/core@0.3.2

## 0.2.1-next.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.1-next.0",
"version": "0.2.1",
"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.2-next.0"
"@proload/core": "^0.3.2"
},
"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

### Patch Changes

- Updated dependencies [72c8577]
- @proload/core@0.3.2

## 0.3.1-next.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.1-next.0",
"version": "0.3.1",
"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.2-next.0"
"@proload/core": "^0.3.2"
},
"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

### Patch Changes

- Updated dependencies [72c8577]
- @proload/core@0.3.2

## 0.2.1-next.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.1-next.0",
"version": "0.2.1",
"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.2-next.0"
"@proload/core": "^0.3.2"
},
"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

### Patch Changes

- Updated dependencies [72c8577]
- @proload/core@0.3.2

## 0.2.1-next.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.1-next.0",
"version": "0.2.1",
"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.2-next.0"
"@proload/core": "^0.3.2"
},
"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

### Patch Changes

- Updated dependencies [72c8577]
- @proload/core@0.3.2

## 0.2.1-next.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.1-next.0",
"version": "0.2.1",
"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.2-next.0"
"@proload/core": "^0.3.2"
},
"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

### Patch Changes

- Updated dependencies [72c8577]
- @proload/core@0.3.2

## 0.2.1-next.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.1-next.0",
"version": "0.2.1",
"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.2-next.0"
"@proload/core": "^0.3.2"
},
"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

### Patch Changes

- Updated dependencies [72c8577]
- @proload/core@0.3.2

## 0.2.1-next.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.1-next.0",
"version": "0.2.1",
"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.2-next.0"
"@proload/core": "^0.3.2"
},
"dependencies": {
"yaml-register": "^0.1.0"
Expand Down

0 comments on commit b13bed6

Please sign in to comment.