Skip to content

Commit

Permalink
chore: release v0.1.9-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 committed Apr 5, 2024
1 parent 62cf1d3 commit 9f6e0cc
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 44 deletions.
10 changes: 5 additions & 5 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @rsdoctor/cli

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

- Updated dependencies [279340f]
- Updated dependencies [5bed2ce]
- @rsdoctor/sdk@0.1.9
- @rsdoctor/utils@0.1.9
- @rsdoctor/client@0.1.9
- @rsdoctor/types@0.1.9
- @rsdoctor/sdk@0.1.9-beta.2
- @rsdoctor/utils@0.1.9-beta.2
- @rsdoctor/client@0.1.9-beta.2
- @rsdoctor/types@0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @rsdoctor/client

## 0.1.9
## 0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"main": "dist/index.html",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @rsdoctor/components

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

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.9",
"version": "0.1.9-beta.2",
"main": "./dist/index.js",
"license": "MIT",
"module": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @rsdoctor/core

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

- 279340f: feat(rspack): support the rspack multi plugin
- Updated dependencies [279340f]
- Updated dependencies [5bed2ce]
- @rsdoctor/sdk@0.1.9
- @rsdoctor/utils@0.1.9
- @rsdoctor/graph@0.1.9
- @rsdoctor/sdk@0.1.9-beta.2
- @rsdoctor/utils@0.1.9-beta.2
- @rsdoctor/graph@0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
2 changes: 1 addition & 1 deletion packages/document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @rsdoctor/docs

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsdoctor/docs",
"version": "0.1.9",
"version": "0.1.9-beta.2",
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
Expand Down
6 changes: 3 additions & 3 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @rsdoctor/graph

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

- Updated dependencies [5bed2ce]
- @rsdoctor/utils@0.1.9
- @rsdoctor/types@0.1.9
- @rsdoctor/utils@0.1.9-beta.2
- @rsdoctor/types@0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
10 changes: 5 additions & 5 deletions packages/rspack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# @rsdoctor/rspack-plugin

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

- 279340f: feat(rspack): support the rspack multi plugin
- Updated dependencies [279340f]
- Updated dependencies [5bed2ce]
- @rsdoctor/core@0.1.9
- @rsdoctor/sdk@0.1.9
- @rsdoctor/utils@0.1.9
- @rsdoctor/graph@0.1.9
- @rsdoctor/core@0.1.9-beta.2
- @rsdoctor/sdk@0.1.9-beta.2
- @rsdoctor/utils@0.1.9-beta.2
- @rsdoctor/graph@0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# @rsdoctor/sdk

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

- 279340f: feat(rspack): support the rspack multi plugin
- Updated dependencies [5bed2ce]
- @rsdoctor/utils@0.1.9
- @rsdoctor/client@0.1.9
- @rsdoctor/graph@0.1.9
- @rsdoctor/types@0.1.9
- @rsdoctor/utils@0.1.9-beta.2
- @rsdoctor/client@0.1.9-beta.2
- @rsdoctor/graph@0.1.9-beta.2
- @rsdoctor/types@0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @rsdoctor/types

## 0.1.9
## 0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @rsdoctor/utils

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

- 5bed2ce: fix(utils): GetModuleCodeByModuleIds sdk api
- @rsdoctor/types@0.1.9
- @rsdoctor/types@0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# @rsdoctor/webpack-plugin

## 0.1.9
## 0.1.9-beta.2

### Patch Changes

- 279340f: feat(rspack): support the rspack multi plugin
- Updated dependencies [279340f]
- Updated dependencies [5bed2ce]
- @rsdoctor/core@0.1.9
- @rsdoctor/sdk@0.1.9
- @rsdoctor/utils@0.1.9
- @rsdoctor/graph@0.1.9
- @rsdoctor/core@0.1.9-beta.2
- @rsdoctor/sdk@0.1.9-beta.2
- @rsdoctor/utils@0.1.9-beta.2
- @rsdoctor/graph@0.1.9-beta.2
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.9",
"version": "0.1.9-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down

0 comments on commit 9f6e0cc

Please sign in to comment.