Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent 7dc4430 commit 6fefb64
Show file tree
Hide file tree
Showing 25 changed files with 90 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-comics-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-tomatoes-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-paws-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-flies-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-parents-collect.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# @rsdoctor/cli

## 0.1.2

### Patch Changes

- 35a7ddb: feat(cli): create rsdoctor/cli package
- Updated dependencies [4f3bb70]
- @rsdoctor/sdk@0.1.2
- @rsdoctor/types@0.1.2
- @rsdoctor/utils@0.1.2

## 0.1.1
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/cli",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
2 changes: 2 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rsdoctor/components

## 0.1.2

## 0.1.1

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/client",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index.html",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rsdoctor/components

## 0.1.2

### Patch Changes

- caf10f0: fix(components): responsive Header Menu fix

## 0.1.1

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/components",
"version": "0.1.1",
"version": "0.1.2",
"main": "./dist/index.js",
"license": "MIT",
"module": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rsdoctor/core

## 0.1.2

### Patch Changes

- 7dc4430: fix: no parsed/gziped size on 'Bundle Analyzer Graph' page error.
- Updated dependencies [4b6715f]
- Updated dependencies [4f3bb70]
- @rsdoctor/graph@0.1.2
- @rsdoctor/sdk@0.1.2
- @rsdoctor/types@0.1.2
- @rsdoctor/utils@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/core",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
8 changes: 8 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsdoctor/graph

## 0.1.2

### Patch Changes

- 4b6715f: fix(graph): dependency has some error
- @rsdoctor/types@0.1.2
- @rsdoctor/utils@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/graph",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
11 changes: 11 additions & 0 deletions packages/rspack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rsdoctor/rspack-plugin

## 0.1.2

### Patch Changes

- Updated dependencies [4b6715f]
- Updated dependencies [7dc4430]
- Updated dependencies [4f3bb70]
- @rsdoctor/graph@0.1.2
- @rsdoctor/core@0.1.2
- @rsdoctor/sdk@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/rspack-plugin",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rsdoctor/sdk

## 0.1.2

### Patch Changes

- 4f3bb70: optimise(sdk): change the socket host url support the doctor used in devcontainer (Docker)
- Updated dependencies [4b6715f]
- @rsdoctor/graph@0.1.2
- @rsdoctor/client@0.1.2
- @rsdoctor/types@0.1.2
- @rsdoctor/utils@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/sdk",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @rsdoctor/types

## 0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/types",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rsdoctor/utils

## 0.1.2

### Patch Changes

- @rsdoctor/types@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/utils",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
12 changes: 12 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rsdoctor/webpack-plugin

## 0.1.2

### Patch Changes

- Updated dependencies [4b6715f]
- Updated dependencies [7dc4430]
- Updated dependencies [4f3bb70]
- @rsdoctor/graph@0.1.2
- @rsdoctor/core@0.1.2
- @rsdoctor/sdk@0.1.2
- @rsdoctor/utils@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/webpack-plugin",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down

0 comments on commit 6fefb64

Please sign in to comment.