diff --git a/CHANGELOG.md b/CHANGELOG.md index a4794693..3969d485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + + +### Features + +* add http-status-codes dep ([#212](https://github.com/verdaccio/monorepo/issues/212)) ([00b66af](https://github.com/verdaccio/monorepo/commit/00b66af)) +* add testing-utilities package ([#214](https://github.com/verdaccio/monorepo/issues/214)) ([dd78a8d](https://github.com/verdaccio/monorepo/commit/dd78a8d)) +* improve auth callback TS types ([#225](https://github.com/verdaccio/monorepo/issues/225)) ([ee442a0](https://github.com/verdaccio/monorepo/commit/ee442a0)) + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) diff --git a/core/commons-api/CHANGELOG.md b/core/commons-api/CHANGELOG.md index f2bc166e..d74a2a87 100644 --- a/core/commons-api/CHANGELOG.md +++ b/core/commons-api/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + + +### Features + +* add http-status-codes dep ([#212](https://github.com/verdaccio/monorepo/issues/212)) ([00b66af](https://github.com/verdaccio/monorepo/commit/00b66af)) + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package @verdaccio/commons-api diff --git a/core/commons-api/package.json b/core/commons-api/package.json index 15c8e6bf..efdf4766 100644 --- a/core/commons-api/package.json +++ b/core/commons-api/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/commons-api", - "version": "8.2.0", + "version": "8.3.0", "description": "Commons API utilities for Verdaccio", "keywords": [ "http", diff --git a/core/file-locking/CHANGELOG.md b/core/file-locking/CHANGELOG.md index f3d933c7..a9be4ed2 100644 --- a/core/file-locking/CHANGELOG.md +++ b/core/file-locking/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package @verdaccio/file-locking + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package @verdaccio/file-locking diff --git a/core/file-locking/package.json b/core/file-locking/package.json index cb2e0ae6..4df5db6a 100644 --- a/core/file-locking/package.json +++ b/core/file-locking/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/file-locking", - "version": "8.2.0", + "version": "8.3.0", "description": "library that handle file locking", "keywords": [ "verdaccio", @@ -35,7 +35,7 @@ "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js", diff --git a/core/readme/CHANGELOG.md b/core/readme/CHANGELOG.md index bfe3c16e..17eedb30 100644 --- a/core/readme/CHANGELOG.md +++ b/core/readme/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package @verdaccio/readme + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) diff --git a/core/readme/package.json b/core/readme/package.json index 820ddf9a..ce3841fc 100644 --- a/core/readme/package.json +++ b/core/readme/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/readme", - "version": "8.2.0", + "version": "8.3.0", "description": "Readme markdown parser", "keywords": [ "verdaccio", @@ -37,7 +37,7 @@ "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js", diff --git a/core/streams/CHANGELOG.md b/core/streams/CHANGELOG.md index 600ce818..0db3ce83 100644 --- a/core/streams/CHANGELOG.md +++ b/core/streams/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package @verdaccio/streams + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package @verdaccio/streams diff --git a/core/streams/package.json b/core/streams/package.json index aa5cfd06..90322e10 100644 --- a/core/streams/package.json +++ b/core/streams/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/streams", - "version": "8.2.0", + "version": "8.3.0", "description": "Stream extension for Verdaccio", "keywords": [ "verdaccio", @@ -32,7 +32,7 @@ "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js", diff --git a/core/types/CHANGELOG.md b/core/types/CHANGELOG.md index 248cf43e..c3b52fb4 100644 --- a/core/types/CHANGELOG.md +++ b/core/types/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + + +### Features + +* improve auth callback TS types ([#225](https://github.com/verdaccio/monorepo/issues/225)) ([ee442a0](https://github.com/verdaccio/monorepo/commit/ee442a0)) + + + + + # [8.1.0](https://github.com/verdaccio/monorepo/compare/v8.0.1-next.1...v8.1.0) (2019-09-07) **Note:** Version bump only for package @verdaccio/types diff --git a/core/types/package.json b/core/types/package.json index 7048c276..330fb061 100644 --- a/core/types/package.json +++ b/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/types", - "version": "8.1.0", + "version": "8.3.0", "description": "verdaccio types definitions", "keywords": [ "verdaccio", diff --git a/lerna.json b/lerna.json index 00ea0c26..62d38f6a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.2.0", + "version": "8.3.0", "packages": [ "core/*", "plugins/*", diff --git a/plugins/active-directory/CHANGELOG.md b/plugins/active-directory/CHANGELOG.md index cecc8776..549c1bc0 100644 --- a/plugins/active-directory/CHANGELOG.md +++ b/plugins/active-directory/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package @verdaccio/active-directory + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package @verdaccio/active-directory diff --git a/plugins/active-directory/package.json b/plugins/active-directory/package.json index b8b0d7bd..c0e9b990 100644 --- a/plugins/active-directory/package.json +++ b/plugins/active-directory/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/active-directory", - "version": "8.2.0", + "version": "8.3.0", "description": "Active Directory authentication plugin for Verdaccio", "keywords": [ "verdaccio", @@ -31,14 +31,14 @@ "node": ">=8" }, "dependencies": { - "@verdaccio/commons-api": "^8.2.0", + "@verdaccio/commons-api": "^8.3.0", "activedirectory2": "1.3.0" }, "devDependencies": { "@types/activedirectory2": "^1.2.1", "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "coverage:publish": "codecov --root=../../ -F plugins", diff --git a/plugins/audit/CHANGELOG.md b/plugins/audit/CHANGELOG.md index e9af3fea..eb833bd7 100644 --- a/plugins/audit/CHANGELOG.md +++ b/plugins/audit/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package verdaccio-audit + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package verdaccio-audit diff --git a/plugins/audit/package.json b/plugins/audit/package.json index 114f9688..94eca37c 100644 --- a/plugins/audit/package.json +++ b/plugins/audit/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-audit", - "version": "8.2.0", + "version": "8.3.0", "description": "Verdaccio Middleware plugin to bypass npmjs audit", "keywords": [ "verdaccio", @@ -34,7 +34,7 @@ "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js", diff --git a/plugins/auth-memory/CHANGELOG.md b/plugins/auth-memory/CHANGELOG.md index 630c912d..4a751ab7 100644 --- a/plugins/auth-memory/CHANGELOG.md +++ b/plugins/auth-memory/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package verdaccio-auth-memory + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package verdaccio-auth-memory diff --git a/plugins/auth-memory/package.json b/plugins/auth-memory/package.json index b4d251d4..12704e42 100644 --- a/plugins/auth-memory/package.json +++ b/plugins/auth-memory/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-auth-memory", - "version": "8.2.0", + "version": "8.3.0", "description": "Auth plugin for Verdaccio that keeps users in memory", "keywords": [ "verdaccio", @@ -28,12 +28,12 @@ "node": ">=8" }, "dependencies": { - "@verdaccio/commons-api": "^8.2.0" + "@verdaccio/commons-api": "^8.3.0" }, "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js", diff --git a/plugins/aws-s3-storage/CHANGELOG.md b/plugins/aws-s3-storage/CHANGELOG.md index 801a42a9..7ec8300b 100644 --- a/plugins/aws-s3-storage/CHANGELOG.md +++ b/plugins/aws-s3-storage/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package verdaccio-aws-s3-storage + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package verdaccio-aws-s3-storage diff --git a/plugins/aws-s3-storage/package.json b/plugins/aws-s3-storage/package.json index 8209d0a5..6aa62846 100644 --- a/plugins/aws-s3-storage/package.json +++ b/plugins/aws-s3-storage/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-aws-s3-storage", - "version": "8.2.0", + "version": "8.3.0", "description": "AWS S3 storage implementation for Verdaccio", "keywords": [ "verdaccio", @@ -35,7 +35,7 @@ "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0", + "@verdaccio/types": "^8.3.0", "recursive-readdir": "2.2.2" }, "scripts": { diff --git a/plugins/google-cloud/CHANGELOG.md b/plugins/google-cloud/CHANGELOG.md index 3016cab3..32857b9c 100644 --- a/plugins/google-cloud/CHANGELOG.md +++ b/plugins/google-cloud/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package verdaccio-google-cloud + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package verdaccio-google-cloud diff --git a/plugins/google-cloud/package.json b/plugins/google-cloud/package.json index 27d7c1ad..f0ae18dc 100644 --- a/plugins/google-cloud/package.json +++ b/plugins/google-cloud/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-google-cloud", - "version": "8.2.0", + "version": "8.3.0", "description": "Google Cloud storage implementation for Verdaccio", "keywords": [ "verdaccio", @@ -31,14 +31,14 @@ "dependencies": { "@google-cloud/datastore": "4.3.0", "@google-cloud/storage": "3.2.1", - "@verdaccio/commons-api": "^8.2.0", - "@verdaccio/streams": "^8.2.0", + "@verdaccio/commons-api": "^8.3.0", + "@verdaccio/streams": "^8.3.0", "snyk": "^1.231.0" }, "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0", + "@verdaccio/types": "^8.3.0", "memory-fs": "0.5.0" }, "optionalDependencies": { diff --git a/plugins/htpasswd/CHANGELOG.md b/plugins/htpasswd/CHANGELOG.md index 9f2955ca..6ba5d8f4 100644 --- a/plugins/htpasswd/CHANGELOG.md +++ b/plugins/htpasswd/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package verdaccio-htpasswd + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package verdaccio-htpasswd diff --git a/plugins/htpasswd/package.json b/plugins/htpasswd/package.json index d8871e15..9a23fd24 100644 --- a/plugins/htpasswd/package.json +++ b/plugins/htpasswd/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-htpasswd", - "version": "8.2.0", + "version": "8.3.0", "description": "htpasswd auth plugin for Verdaccio", "keywords": [ "verdaccio", @@ -39,7 +39,7 @@ "@types/bcryptjs": "^2.4.2", "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js", diff --git a/plugins/local-storage/CHANGELOG.md b/plugins/local-storage/CHANGELOG.md index 12a5318f..920b5e82 100644 --- a/plugins/local-storage/CHANGELOG.md +++ b/plugins/local-storage/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package @verdaccio/local-storage + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package @verdaccio/local-storage diff --git a/plugins/local-storage/package.json b/plugins/local-storage/package.json index 978e0889..b7037854 100644 --- a/plugins/local-storage/package.json +++ b/plugins/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/local-storage", - "version": "8.2.0", + "version": "8.3.0", "description": "Local storage implementation", "keywords": [ "plugin", @@ -31,9 +31,9 @@ "node": ">=8" }, "dependencies": { - "@verdaccio/commons-api": "^8.2.0", - "@verdaccio/file-locking": "^8.2.0", - "@verdaccio/streams": "^8.2.0", + "@verdaccio/commons-api": "^8.3.0", + "@verdaccio/file-locking": "^8.3.0", + "@verdaccio/streams": "^8.3.0", "async": "3.1.0", "level": "5.0.1", "lodash": "4.17.15", @@ -43,7 +43,7 @@ "@types/minimatch": "^3.0.3", "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0", + "@verdaccio/types": "^8.3.0", "minimatch": "^3.0.4", "rmdir-sync": "^1.0.1" }, diff --git a/plugins/memory/CHANGELOG.md b/plugins/memory/CHANGELOG.md index ef22e2b2..a962f80c 100644 --- a/plugins/memory/CHANGELOG.md +++ b/plugins/memory/CHANGELOG.md @@ -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.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + +**Note:** Version bump only for package verdaccio-memory + + + + + # [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23) **Note:** Version bump only for package verdaccio-memory diff --git a/plugins/memory/package.json b/plugins/memory/package.json index ec24cd4e..718bf6a6 100644 --- a/plugins/memory/package.json +++ b/plugins/memory/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-memory", - "version": "8.2.0", + "version": "8.3.0", "description": "Storage implementation in memory", "keywords": [ "verdaccio", @@ -28,15 +28,15 @@ "node": ">=8" }, "dependencies": { - "@verdaccio/commons-api": "^8.2.0", - "@verdaccio/streams": "^8.2.0", + "@verdaccio/commons-api": "^8.3.0", + "@verdaccio/streams": "^8.3.0", "http-errors": "1.7.3", "memory-fs": "0.5.0" }, "devDependencies": { "@verdaccio/babel-preset": "^8.2.0", "@verdaccio/eslint-config": "^8.2.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js", diff --git a/tools/testing-utilities/CHANGELOG.md b/tools/testing-utilities/CHANGELOG.md new file mode 100644 index 00000000..a96f13c9 --- /dev/null +++ b/tools/testing-utilities/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [8.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27) + + +### Features + +* add testing-utilities package ([#214](https://github.com/verdaccio/monorepo/issues/214)) ([dd78a8d](https://github.com/verdaccio/monorepo/commit/dd78a8d)) diff --git a/tools/testing-utilities/package.json b/tools/testing-utilities/package.json index 458b0ea8..0cf78b91 100644 --- a/tools/testing-utilities/package.json +++ b/tools/testing-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/testing-utilities", - "version": "8.2.0-next.0", + "version": "8.3.0", "description": "Utils for Verdaccio", "keywords": [ "verdaccio", @@ -34,7 +34,7 @@ "devDependencies": { "@verdaccio/babel-preset": "^8.2.0-next.0", "@verdaccio/eslint-config": "^8.2.0-next.0", - "@verdaccio/types": "^8.1.0" + "@verdaccio/types": "^8.3.0" }, "scripts": { "build": "npm run build:types && npm run build:js",