Skip to content

Commit

Permalink
chore: publish release v8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiohgz committed Nov 22, 2019
1 parent d67589f commit 8d7ca5b
Show file tree
Hide file tree
Showing 36 changed files with 212 additions and 68 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package @verdaccio/monorepo





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)


Expand Down
8 changes: 8 additions & 0 deletions core/commons-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package @verdaccio/commons-api





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package @verdaccio/commons-api
Expand Down
6 changes: 3 additions & 3 deletions core/commons-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/commons-api",
"version": "8.4.0",
"version": "8.4.1",
"description": "Commons API utilities for Verdaccio",
"keywords": [
"http",
Expand Down Expand Up @@ -33,8 +33,8 @@
"http-status-codes": "1.4.0"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0"
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down
8 changes: 8 additions & 0 deletions core/file-locking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package @verdaccio/file-locking





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package @verdaccio/file-locking
Expand Down
8 changes: 4 additions & 4 deletions core/file-locking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/file-locking",
"version": "8.4.0",
"version": "8.4.1",
"description": "library that handle file locking",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -33,9 +33,9 @@
"lockfile": "1.0.4"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0"
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down
8 changes: 8 additions & 0 deletions core/readme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package @verdaccio/readme





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package @verdaccio/readme
Expand Down
8 changes: 4 additions & 4 deletions core/readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/readme",
"version": "8.4.0",
"version": "8.4.1",
"description": "Readme markdown parser",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -35,9 +35,9 @@
"marked": "0.7.0"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0"
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down
8 changes: 8 additions & 0 deletions core/streams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package @verdaccio/streams





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package @verdaccio/streams
Expand Down
8 changes: 4 additions & 4 deletions core/streams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/streams",
"version": "8.4.0",
"version": "8.4.1",
"description": "Stream extension for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -30,9 +30,9 @@
"npm": ">=5"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0"
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down
8 changes: 8 additions & 0 deletions core/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package @verdaccio/types





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)


Expand Down
2 changes: 1 addition & 1 deletion core/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/types",
"version": "8.4.0",
"version": "8.4.1",
"description": "verdaccio types definitions",
"keywords": [
"verdaccio",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.4.0",
"version": "8.4.1",
"packages": [
"core/*",
"plugins/*",
Expand Down
8 changes: 8 additions & 0 deletions plugins/active-directory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package @verdaccio/active-directory





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package @verdaccio/active-directory
Expand Down
10 changes: 5 additions & 5 deletions plugins/active-directory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/active-directory",
"version": "8.4.0",
"version": "8.4.1",
"description": "Active Directory authentication plugin for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -31,14 +31,14 @@
"node": ">=8"
},
"dependencies": {
"@verdaccio/commons-api": "^8.4.0",
"@verdaccio/commons-api": "^8.4.1",
"activedirectory2": "1.3.0"
},
"devDependencies": {
"@types/activedirectory2": "^1.2.1",
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0"
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1"
},
"scripts": {
"coverage:publish": "codecov --root=../../ -F plugins",
Expand Down
8 changes: 8 additions & 0 deletions plugins/audit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package verdaccio-audit





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package verdaccio-audit
Expand Down
8 changes: 4 additions & 4 deletions plugins/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-audit",
"version": "8.4.0",
"version": "8.4.1",
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -32,9 +32,9 @@
"request": "2.88.0"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0"
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down
8 changes: 8 additions & 0 deletions plugins/auth-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package verdaccio-auth-memory





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package verdaccio-auth-memory
Expand Down
10 changes: 5 additions & 5 deletions plugins/auth-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-auth-memory",
"version": "8.4.0",
"version": "8.4.1",
"description": "Auth plugin for Verdaccio that keeps users in memory",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -28,12 +28,12 @@
"node": ">=8"
},
"dependencies": {
"@verdaccio/commons-api": "^8.4.0"
"@verdaccio/commons-api": "^8.4.1"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0"
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down
8 changes: 8 additions & 0 deletions plugins/aws-s3-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package verdaccio-aws-s3-storage





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package verdaccio-aws-s3-storage
Expand Down
8 changes: 4 additions & 4 deletions plugins/aws-s3-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-aws-s3-storage",
"version": "8.4.0",
"version": "8.4.1",
"description": "AWS S3 storage implementation for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -33,9 +33,9 @@
"aws-sdk": "2.567.0"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0",
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1",
"recursive-readdir": "2.2.2"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/google-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package verdaccio-google-cloud





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package verdaccio-google-cloud
Expand Down
12 changes: 6 additions & 6 deletions plugins/google-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-google-cloud",
"version": "8.4.0",
"version": "8.4.1",
"description": "Google Cloud storage implementation for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@google-cloud/datastore": "4.5.0",
"@google-cloud/storage": "3.5.0",
"@verdaccio/commons-api": "^8.4.0",
"@verdaccio/streams": "^8.4.0",
"@verdaccio/commons-api": "^8.4.1",
"@verdaccio/streams": "^8.4.1",
"snyk": "^1.241.0"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.4.0",
"@verdaccio/eslint-config": "^8.4.0",
"@verdaccio/types": "^8.4.0",
"@verdaccio/babel-preset": "^8.4.1",
"@verdaccio/eslint-config": "^8.4.1",
"@verdaccio/types": "^8.4.1",
"memory-fs": "0.5.0"
},
"optionalDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/htpasswd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)

**Note:** Version bump only for package verdaccio-htpasswd





# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)

**Note:** Version bump only for package verdaccio-htpasswd
Expand Down
Loading

0 comments on commit 8d7ca5b

Please sign in to comment.