Skip to content

Commit

Permalink
chore: publish release v8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Dec 24, 2019
1 parent e715e24 commit f0887bd
Show file tree
Hide file tree
Showing 28 changed files with 148 additions and 30 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)


### Bug Fixes

* add new types for local storage ([#306](https://github.com/verdaccio/monorepo/issues/306)) ([e715e24](https://github.com/verdaccio/monorepo/commit/e715e24ec7b7e7b3dca31a3321714ebccadf2a8d))





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)


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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package @verdaccio/file-locking
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "8.5.1",
"description": "library that handle file locking",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0"
"@verdaccio/types": "^8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package @verdaccio/readme
Expand Down
4 changes: 2 additions & 2 deletions core/readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/readme",
"version": "8.5.0",
"version": "8.5.1",
"description": "Readme markdown parser",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0"
"@verdaccio/types": "^8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

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

## [8.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)


### Bug Fixes

* add new types for local storage ([#306](https://github.com/verdaccio/monorepo/issues/306)) ([e715e24](https://github.com/verdaccio/monorepo/commit/e715e24ec7b7e7b3dca31a3321714ebccadf2a8d))





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-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.5.0",
"version": "8.5.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.5.0",
"version": "8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package @verdaccio/active-directory
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "8.5.1",
"description": "Active Directory authentication plugin for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/activedirectory2": "^1.2.1",
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0"
"@verdaccio/types": "^8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package verdaccio-audit
Expand Down
4 changes: 2 additions & 2 deletions plugins/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-audit",
"version": "8.5.0",
"version": "8.5.1",
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0"
"@verdaccio/types": "^8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package verdaccio-auth-memory
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "8.5.1",
"description": "Auth plugin for Verdaccio that keeps users in memory",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0"
"@verdaccio/types": "^8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package verdaccio-aws-s3-storage
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "8.5.1",
"description": "AWS S3 storage implementation for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0",
"@verdaccio/types": "^8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package verdaccio-google-cloud
Expand Down
6 changes: 3 additions & 3 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.5.0",
"version": "8.5.1",
"description": "Google Cloud storage implementation for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@google-cloud/datastore": "4.5.0",
"@google-cloud/storage": "3.5.0",
"@verdaccio/commons-api": "^8.5.0",
"@verdaccio/streams": "^8.5.0",
"@verdaccio/streams": "^8.5.1",
"snyk": "^1.241.0"
},
"devDependencies": {
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0",
"@verdaccio/types": "^8.5.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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

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





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package verdaccio-htpasswd
Expand Down
4 changes: 2 additions & 2 deletions plugins/htpasswd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-htpasswd",
"version": "8.5.0",
"version": "8.5.1",
"description": "htpasswd auth plugin for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/bcryptjs": "^2.4.2",
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0"
"@verdaccio/types": "^8.5.1"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down
8 changes: 8 additions & 0 deletions plugins/local-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.5.1](https://github.com/verdaccio/monorepo/compare/v8.5.0...v8.5.1) (2019-12-24)

**Note:** Version bump only for package @verdaccio/local-storage





# [8.5.0](https://github.com/verdaccio/monorepo/compare/v8.4.2...v8.5.0) (2019-12-22)

**Note:** Version bump only for package @verdaccio/local-storage
Expand Down
8 changes: 4 additions & 4 deletions plugins/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/local-storage",
"version": "8.5.0",
"version": "8.5.1",
"description": "Local storage implementation",
"keywords": [
"plugin",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@verdaccio/commons-api": "^8.5.0",
"@verdaccio/file-locking": "^8.5.0",
"@verdaccio/streams": "^8.5.0",
"@verdaccio/file-locking": "^8.5.1",
"@verdaccio/streams": "^8.5.1",
"async": "3.1.0",
"level": "5.0.1",
"lodash": "4.17.15",
Expand All @@ -43,7 +43,7 @@
"@types/minimatch": "^3.0.3",
"@verdaccio/babel-preset": "^8.5.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^8.5.0",
"@verdaccio/types": "^8.5.1",
"minimatch": "^3.0.4",
"rmdir-sync": "^1.0.1"
},
Expand Down
Loading

0 comments on commit f0887bd

Please sign in to comment.