Skip to content

Commit

Permalink
build: release packages (#662)
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 Mar 29, 2023
1 parent 7c56220 commit 8e969d9
Show file tree
Hide file tree
Showing 18 changed files with 105 additions and 59 deletions.
12 changes: 0 additions & 12 deletions .changeset/gentle-cooks-march.md

This file was deleted.

6 changes: 6 additions & 0 deletions core/file-locking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.3.1

### Patch Changes

- 16972d2: fix: add missing types no functionality changes

## 10.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion core/file-locking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/file-locking",
"version": "10.3.0",
"version": "10.3.1",
"description": "library that handle file locking",
"keywords": [
"verdaccio",
Expand Down
6 changes: 6 additions & 0 deletions core/streams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.2.1

### Patch Changes

- 16972d2: fix: add missing types no functionality changes

## 10.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion core/streams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/streams",
"version": "10.2.0",
"version": "10.2.1",
"description": "Stream extension for Verdaccio",
"keywords": [
"verdaccio",
Expand Down
6 changes: 6 additions & 0 deletions plugins/auth-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.2.2

### Patch Changes

- 16972d2: fix: add missing types no functionality changes

## 10.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-auth-memory",
"version": "10.2.1",
"version": "10.2.2",
"description": "Auth plugin for Verdaccio that keeps users in memory",
"keywords": [
"verdaccio",
Expand Down
8 changes: 8 additions & 0 deletions plugins/aws-s3-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 10.3.1

### Patch Changes

- 16972d2: fix: add missing types no functionality changes
- Updated dependencies [16972d2]
- @verdaccio/streams@10.2.1

## 10.3.0

### Minor Changes
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": "10.3.0",
"version": "10.3.1",
"description": "AWS S3 storage implementation for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/streams": "workspace:10.2.0",
"@verdaccio/streams": "workspace:10.2.1",
"aws-sdk": "^2.607.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/google-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 10.2.1

### Patch Changes

- 16972d2: fix: add missing types no functionality changes
- Updated dependencies [16972d2]
- @verdaccio/streams@10.2.1

## 10.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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": "10.2.0",
"version": "10.2.1",
"description": "Google Cloud storage implementation for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@google-cloud/datastore": "4.5.0",
"@google-cloud/storage": "3.5.0",
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/streams": "workspace:10.2.0"
"@verdaccio/streams": "workspace:10.2.1"
},
"devDependencies": {
"@verdaccio/legacy-types": "workspace:1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions plugins/htpasswd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 10.5.4

### Patch Changes

- 16972d2: fix: add missing types no functionality changes
- Updated dependencies [16972d2]
- @verdaccio/file-locking@10.3.1

## 10.5.3

### Patch Changes
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": "10.5.3",
"version": "10.5.4",
"description": "htpasswd auth plugin for Verdaccio",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@verdaccio/file-locking": "workspace:10.3.0",
"@verdaccio/file-locking": "workspace:10.3.1",
"apache-md5": "1.1.8",
"bcryptjs": "2.4.3",
"http-errors": "2.0.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 10.3.3

### Patch Changes

- 16972d2: fix: add missing types no functionality changes
- Updated dependencies [16972d2]
- @verdaccio/file-locking@10.3.1
- @verdaccio/streams@10.2.1

## 10.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "10.3.2",
"version": "10.3.3",
"description": "Local storage implementation",
"keywords": [
"plugin",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/file-locking": "workspace:10.3.0",
"@verdaccio/streams": "workspace:10.2.0",
"@verdaccio/file-locking": "workspace:10.3.1",
"@verdaccio/streams": "workspace:10.2.1",
"async": "3.2.4",
"debug": "4.3.4",
"lodash": "4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions plugins/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 10.3.2

### Patch Changes

- 16972d2: fix: add missing types no functionality changes
- Updated dependencies [16972d2]
- @verdaccio/streams@10.2.1

## 10.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verdaccio-memory",
"version": "10.3.1",
"version": "10.3.2",
"description": "Storage implementation in memory",
"keywords": [
"verdaccio",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/streams": "workspace:10.2.0",
"@verdaccio/streams": "workspace:10.2.1",
"memory-fs": "0.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8e969d9

Please sign in to comment.