Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and willsoto committed Aug 20, 2022
1 parent 39834b5 commit 2a86c60
Show file tree
Hide file tree
Showing 19 changed files with 111 additions and 30 deletions.
13 changes: 0 additions & 13 deletions .changeset/rotten-trainers-check.md

This file was deleted.

6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @willsoto/node-konfig-core

## 5.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-core",
"version": "4.1.0",
"version": "5.0.0",
"description": "Core configuration pacakge supporting file, static and environment variables",
"keywords": [
"config",
Expand Down
11 changes: 11 additions & 0 deletions loaders/consul/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-consul

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions loaders/consul/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-consul",
"version": "2.0.0",
"version": "3.0.0",
"description": "Node Konfig integration for Consul",
"keywords": [
"config",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@willsoto/node-konfig-file": "workspace:*"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions loaders/etcd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-etcd

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions loaders/etcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-etcd",
"version": "2.0.0",
"version": "3.0.0",
"description": "Node Konfig integration for etcd",
"keywords": [
"config",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@willsoto/node-konfig-core": "workspace:*"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions loaders/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-file

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions loaders/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-file",
"version": "2.0.0",
"version": "3.0.0",
"description": "Node Konfig integration for Files",
"keywords": [
"config",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@willsoto/node-konfig-core": "workspace:*"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions loaders/flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-flag

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions loaders/flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-flag",
"version": "2.0.0",
"version": "3.0.0",
"description": "Node Konfig integration for Flags (CLI)",
"keywords": [
"config",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@willsoto/node-konfig-core": "workspace:*"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions loaders/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-http

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions loaders/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-http",
"version": "2.0.0",
"version": "3.0.0",
"description": "Node Konfig integration for HTTP",
"keywords": [
"config",
Expand Down Expand Up @@ -37,7 +37,7 @@
"nock": "13.2.9"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions loaders/vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-vault

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions loaders/vault/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-vault",
"version": "2.0.0",
"version": "3.0.0",
"description": "Node Konfig integration for Vault",
"keywords": [
"config",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@willsoto/node-konfig-file": "workspace:*"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions parsers/toml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-toml-parser

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions parsers/toml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-toml-parser",
"version": "2.0.0",
"version": "3.0.0",
"description": "TOML parser support for Node Konfig",
"keywords": [
"config",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@willsoto/node-konfig-file": "workspace:*"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
11 changes: 11 additions & 0 deletions parsers/yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @willsoto/node-konfig-yaml-parser

## 3.0.0

### Major Changes

- 63584e9: All packages are now ESM only.

### Patch Changes

- Updated dependencies [63584e9]
- @willsoto/node-konfig-core@5.0.0

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions parsers/yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@willsoto/node-konfig-yaml-parser",
"version": "2.0.0",
"version": "3.0.0",
"description": "Yaml parser support for Node Konfig",
"keywords": [
"config",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@willsoto/node-konfig-file": "workspace:*"
},
"peerDependencies": {
"@willsoto/node-konfig-core": "^4.1.0"
"@willsoto/node-konfig-core": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down

0 comments on commit 2a86c60

Please sign in to comment.