Skip to content

Commit

Permalink
chore: update versions (6-next) (verdaccio#2198)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 25, 2021
1 parent 1810ed0 commit 64c6cbf
Show file tree
Hide file tree
Showing 36 changed files with 330 additions and 131 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
"few-cooks-destroy",
"fifty-jars-rest",
"gentle-trains-switch",
"healthy-poets-compare",
"hip-hounds-destroy",
"late-adults-love",
"late-parents-act",
"many-vans-care",
"modern-spies-tell",
"neat-toes-report",
"perfect-kangaroos-agree",
Expand Down
14 changes: 14 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @verdaccio/api

## 6.0.0-6-next.9

### Patch Changes

- Updated dependencies [1810ed0d]
- Updated dependencies [648575aa]
- @verdaccio/config@6.0.0-6-next.5
- @verdaccio/tarball@11.0.0-6-next.5
- @verdaccio/utils@6.0.0-6-next.4
- @verdaccio/auth@6.0.0-6-next.7
- @verdaccio/hooks@6.0.0-6-next.4
- @verdaccio/store@6.0.0-6-next.7
- @verdaccio/middleware@6.0.0-6-next.7

## 6.0.0-6-next.8

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/api",
"version": "6.0.0-6-next.8",
"version": "6.0.0-6-next.9",
"description": "loaders logic",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -39,15 +39,15 @@
},
"license": "MIT",
"dependencies": {
"@verdaccio/auth": "workspace:6.0.0-6-next.6",
"@verdaccio/auth": "workspace:6.0.0-6-next.7",
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.4",
"@verdaccio/config": "workspace:6.0.0-6-next.5",
"@verdaccio/hooks": "workspace:6.0.0-6-next.4",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/middleware": "workspace:6.0.0-6-next.6",
"@verdaccio/store": "workspace:6.0.0-6-next.6",
"@verdaccio/tarball": "workspace:11.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-alpha.3",
"@verdaccio/middleware": "workspace:6.0.0-6-next.7",
"@verdaccio/store": "workspace:6.0.0-6-next.7",
"@verdaccio/tarball": "workspace:11.0.0-6-next.5",
"@verdaccio/utils": "workspace:6.0.0-6-next.4",
"cookies": "0.8.0",
"debug": "^4.1.1",
"express": "4.17.1",
Expand All @@ -56,7 +56,7 @@
"semver": "7.3.2"
},
"devDependencies": {
"@verdaccio/server": "workspace:6.0.0-6-next.9",
"@verdaccio/server": "workspace:6.0.0-6-next.10",
"@verdaccio/types": "workspace:11.0.0-6-next.4",
"body-parser": "1.19.0",
"lodash": "^4.17.20",
Expand Down
10 changes: 10 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @verdaccio/auth

## 6.0.0-6-next.7

### Patch Changes

- Updated dependencies [1810ed0d]
- Updated dependencies [648575aa]
- @verdaccio/config@6.0.0-6-next.5
- @verdaccio/utils@6.0.0-6-next.4
- @verdaccio/loaders@6.0.0-6-next.4

## 6.0.0-6-next.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/auth",
"version": "6.0.0-6-next.6",
"version": "6.0.0-6-next.7",
"description": "logger",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -40,18 +40,18 @@
"license": "MIT",
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.4",
"@verdaccio/config": "workspace:6.0.0-6-next.5",
"@verdaccio/loaders": "workspace:6.0.0-6-next.4",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-alpha.3",
"@verdaccio/utils": "workspace:6.0.0-6-next.4",
"verdaccio-htpasswd": "workspace:11.0.0-alpha.6",
"debug": "^4.1.1",
"express": "4.17.1",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.15"
},
"devDependencies": {
"@verdaccio/mock": "workspace:6.0.0-6-next.4",
"@verdaccio/mock": "workspace:6.0.0-6-next.5",
"@verdaccio/types": "workspace:11.0.0-6-next.4"
},
"funding": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @verdaccio/cli

## 6.0.0-6-next.11

### Patch Changes

- Updated dependencies [1810ed0d]
- @verdaccio/config@6.0.0-6-next.5
- @verdaccio/node-api@6.0.0-6-next.11

## 6.0.0-6-next.10

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/cli",
"version": "6.0.0-6-next.10",
"version": "6.0.0-6-next.11",
"author": {
"name": "Juan Picado",
"email": "[email protected]"
Expand Down Expand Up @@ -43,9 +43,9 @@
"build": "pnpm run build:js && pnpm run build:types"
},
"dependencies": {
"@verdaccio/config": "workspace:6.0.0-6-next.4",
"@verdaccio/config": "workspace:6.0.0-6-next.5",
"@verdaccio/cli-ui": "workspace:6.0.0-alpha.3",
"@verdaccio/node-api": "workspace:6.0.0-6-next.10",
"@verdaccio/node-api": "workspace:6.0.0-6-next.11",
"commander": "6.2.0",
"clipanion": "3.0.0-rc.11",
"envinfo": "7.4.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @verdaccio/config

## 6.0.0-6-next.5

### Patch Changes

- 1810ed0d: Feature

- add option to set storage from environment variable VERDACCIO_STORAGE_PATH

#### Related tickets

https://github.com/verdaccio/verdaccio/issues/1681

- Updated dependencies [648575aa]
- @verdaccio/utils@6.0.0-6-next.4

## 6.0.0-6-next.4

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/config",
"version": "6.0.0-6-next.4",
"version": "6.0.0-6-next.5",
"description": "logger",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/utils": "workspace:6.0.0-alpha.3",
"@verdaccio/utils": "workspace:6.0.0-6-next.4",
"debug": "^4.2.0",
"js-yaml": "3.14.0",
"lodash": "^4.17.20",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 11.0.0-6-next.5

### Patch Changes

- 648575aa: Bug Fixes

- fix escaped slash in namespaced packages

#### Related tickets

https://github.com/verdaccio/verdaccio/pull/2193

- Updated dependencies [648575aa]
- @verdaccio/utils@6.0.0-6-next.4

## 11.0.0-6-next.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/tarball/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/tarball",
"version": "11.0.0-6-next.4",
"version": "11.0.0-6-next.5",
"description": "tarball utilities resolver",
"keywords": [
"private",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.17.21",
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/url": "workspace:11.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-alpha.3"
"@verdaccio/utils": "workspace:6.0.0-6-next.4"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"request": "2.87.0"
},
"devDependencies": {
"@verdaccio/auth": "workspace:6.0.0-6-next.6",
"@verdaccio/auth": "workspace:6.0.0-6-next.7",
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.4",
"@verdaccio/config": "workspace:6.0.0-6-next.5",
"@verdaccio/types": "workspace:11.0.0-6-next.4",
"nock": "^13.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.4",
"@verdaccio/mock": "workspace:6.0.0-6-next.4",
"@verdaccio/config": "workspace:6.0.0-6-next.5",
"@verdaccio/mock": "workspace:6.0.0-6-next.5",
"@verdaccio/types": "workspace:11.0.0-6-next.4"
},
"homepage": "https://verdaccio.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @verdaccio/middleware

## 6.0.0-6-next.7

### Patch Changes

- Updated dependencies [648575aa]
- @verdaccio/utils@6.0.0-6-next.4
- @verdaccio/auth@6.0.0-6-next.7

## 6.0.0-6-next.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/middleware",
"version": "6.0.0-6-next.6",
"version": "6.0.0-6-next.7",
"description": "loaders logic",
"main": "./build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"debug": "^4.3.1",
"@verdaccio/auth": "workspace:6.0.0-6-next.6",
"@verdaccio/auth": "workspace:6.0.0-6-next.7",
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-alpha.3",
"@verdaccio/utils": "workspace:6.0.0-6-next.4",
"lodash": "4.17.15"
},
"funding": {
Expand Down
17 changes: 17 additions & 0 deletions packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @verdaccio/mock

## 6.0.0-6-next.5

### Patch Changes

- 648575aa: Bug Fixes

- fix escaped slash in namespaced packages

#### Related tickets

https://github.com/verdaccio/verdaccio/pull/2193

- Updated dependencies [1810ed0d]
- Updated dependencies [648575aa]
- @verdaccio/config@6.0.0-6-next.5
- @verdaccio/utils@6.0.0-6-next.4

## 6.0.0-6-next.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/mock",
"version": "6.0.0-6-next.4",
"version": "6.0.0-6-next.5",
"author": {
"name": "Juan Picado",
"email": "[email protected]"
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.5",
"@verdaccio/utils": "workspace:6.0.0-6-next.4",
"debug": "^4.2.0",
"fs-extra": "^8.1.0",
"lodash": "^4.17.20",
Expand Down
9 changes: 9 additions & 0 deletions packages/node-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @verdaccio/node-api

## 6.0.0-6-next.11

### Patch Changes

- Updated dependencies [1810ed0d]
- Updated dependencies [648575aa]
- @verdaccio/config@6.0.0-6-next.5
- @verdaccio/server@6.0.0-6-next.10

## 6.0.0-6-next.10

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/node-api",
"version": "6.0.0-6-next.10",
"version": "6.0.0-6-next.11",
"description": "node API",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -40,16 +40,16 @@
"license": "MIT",
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.4",
"@verdaccio/config": "workspace:6.0.0-6-next.5",
"@verdaccio/cli-ui": "workspace:6.0.0-alpha.3",
"@verdaccio/server": "workspace:6.0.0-6-next.9",
"@verdaccio/server": "workspace:6.0.0-6-next.10",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"core-js": "^3.6.5",
"debug": "^4.2.0",
"lodash": "^4.17.20"
},
"devDependencies": {
"@verdaccio/mock": "workspace:6.0.0-6-next.4",
"@verdaccio/mock": "workspace:6.0.0-6-next.5",
"@verdaccio/types": "workspace:11.0.0-6-next.4",
"jest-mock-process": "^1.4.0",
"selfsigned": "1.10.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/ui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @verdaccio/ui-theme

## 6.0.0-6-next.6

### Patch Changes

- 648575aa: Bug Fixes

- fix escaped slash in namespaced packages

#### Related tickets

https://github.com/verdaccio/verdaccio/pull/2193

## 5.0.0-alpha.5

### Major Changes
Expand Down
Loading

0 comments on commit 64c6cbf

Please sign in to comment.