Skip to content

Commit

Permalink
Merge pull request #749 from ianwalter/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Ian Walter authored May 16, 2021
2 parents 4767cf9 + d684060 commit 9d1cccd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-spoons-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-queens-complain.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/nrg-csrf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @ianwalter/nrg-csrf

## 1.0.1

### Patch Changes

- 94f07b0: Fixing logger condition

## 1.0.0

### Major Changes

- 247f40f: Adding nrg-csrf, nrg-sentry, and session regeneration
2 changes: 1 addition & 1 deletion packages/nrg-csrf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ianwalter/nrg-csrf",
"description": "CSRF middleware for the nrg web framework",
"version": "1.0.0",
"version": "1.0.1",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Ian Walter",
Expand Down
8 changes: 8 additions & 0 deletions packages/nrg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ianwalter/nrg

## 0.22.1

### Patch Changes

- 94f07b0: Sending headers in addToResponse and relay if configured
- Updated dependencies [94f07b0]
- @ianwalter/nrg-csrf@1.0.1

## 0.22.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nrg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ianwalter/nrg",
"description": "A batteries-included Node.js web framework",
"version": "0.22.0",
"version": "0.22.1",
"author": {
"name": "Ian Walter",
"url": "https://ianwalter.dev"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@generates/merger": "^0.1.3",
"@generates/modulizer": "^7.0.2",
"@ianwalter/cloneable": "^2.0.0",
"@ianwalter/nrg-csrf": "^1.0.0",
"@ianwalter/nrg-csrf": "^1.0.1",
"@ianwalter/nrg-logger": "^0.4.0",
"@ianwalter/nrg-mq": "^1.2.7",
"@ianwalter/nrg-router": "^1.1.2",
Expand Down

0 comments on commit 9d1cccd

Please sign in to comment.