mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fa23d81fbc
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
150 lines
2.5 KiB
Markdown
150 lines
2.5 KiB
Markdown
# @verdaccio/website
|
|
|
|
## 6.0.0-next.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [92f1c34ae]
|
|
- @verdaccio/ui-components@3.0.0-next.1
|
|
|
|
## 6.0.0-next.0
|
|
|
|
### Major Changes
|
|
|
|
- feat!: bump to v7
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies
|
|
- docusaurus-plugin-contributors@2.0.0-next.0
|
|
- @verdaccio/ui-components@3.0.0-next.0
|
|
|
|
## 5.20.2
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [974cd8c19]
|
|
- Updated dependencies [351aeeaa8]
|
|
- Updated dependencies [7ef599cc4]
|
|
- Updated dependencies [7344a7fcf]
|
|
- Updated dependencies [ddb6a2239]
|
|
- Updated dependencies [999787974]
|
|
- Updated dependencies [781ac9ac2]
|
|
- Updated dependencies [0dafa9826]
|
|
- @verdaccio/ui-components@2.0.0
|
|
- docusaurus-plugin-contributors@1.0.1
|
|
|
|
## 5.20.2-6-next.7
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [7344a7fcf]
|
|
- @verdaccio/ui-components@2.0.0-6-next.10
|
|
|
|
## 5.20.2-6-next.6
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [0dafa982]
|
|
- @verdaccio/ui-components@2.0.0-6-next.9
|
|
|
|
## 5.20.2-6-next.5
|
|
|
|
### Patch Changes
|
|
|
|
- @verdaccio/ui-components@2.0.0-6-next.8
|
|
|
|
## 5.20.2-6-next.4
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [7ef599cc]
|
|
- @verdaccio/ui-components@2.0.0-6-next.7
|
|
|
|
## 5.20.2-6-next.3
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [974cd8c1]
|
|
- @verdaccio/ui-components@2.0.0-6-next.6
|
|
|
|
## 5.20.2-6-next.2
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [ddb6a223]
|
|
- @verdaccio/ui-components@2.0.0-6-next.5
|
|
|
|
## 5.20.2-6-next.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [781ac9ac]
|
|
- @verdaccio/ui-components@2.0.0-6-next.4
|
|
|
|
## 5.20.2-6-next.0
|
|
|
|
### Patch Changes
|
|
|
|
- @verdaccio/ui-components@2.0.0-6-next.3
|
|
|
|
## 5.19.2-6-next.0
|
|
|
|
### Patch Changes
|
|
|
|
- @verdaccio/ui-components@2.0.0-6-next.2
|
|
|
|
## 5.18.1-6-next.0
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [99978797]
|
|
- @verdaccio/ui-components@2.0.0-6-next.1
|
|
|
|
## 5.14.1-6-next.0
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [351aeeaa]
|
|
- docusaurus-plugin-contributors@1.0.1-6-next.0
|
|
|
|
## 6.0.0-6-next.0
|
|
|
|
### Major Changes
|
|
|
|
- 82cb0f2b: feat!: config.logs throw an error, logging config not longer accept array or logs property
|
|
|
|
### 💥 Breaking change
|
|
|
|
This is valid
|
|
|
|
```yaml
|
|
log: { type: stdout, format: pretty, level: http }
|
|
```
|
|
|
|
This is invalid
|
|
|
|
```yaml
|
|
logs: { type: stdout, format: pretty, level: http }
|
|
```
|
|
|
|
or
|
|
|
|
```yaml
|
|
logs:
|
|
- [{ type: stdout, format: pretty, level: http }]
|
|
```
|
|
|
|
## 6.0.0-6-next.0
|
|
|
|
### Major Changes
|
|
|
|
- 000d4374: feat: upgrade to material ui 5
|
|
|
|
## 5.3.0-6-next.0
|
|
|
|
### Minor Changes
|
|
|
|
- f86c31ed: feat: migrate web sidebar endpoint to fastify
|
|
|
|
reuse utils methods between packages
|