Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.6-beta.0 #239

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@rsdoctor/cli": "0.1.5",
"@rsdoctor/client": "0.1.5",
"@rsdoctor/components": "0.1.5",
"@rsdoctor/core": "0.1.5",
"@rsdoctor/graph": "0.1.5",
"@rsdoctor/rspack-plugin": "0.1.5",
"@rsdoctor/sdk": "0.1.5",
"@rsdoctor/types": "0.1.5",
"@rsdoctor/utils": "0.1.5",
"@rsdoctor/webpack-plugin": "0.1.5"
},
"changesets": [
"bright-kids-change",
"early-tables-grow",
"funny-chicken-beg",
"late-crabs-work"
]
}
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rsdoctor/cli

## 0.1.6-beta.1

### Patch Changes

- Updated dependencies [60b805f]
- Updated dependencies [8527171]
- Updated dependencies [4cb8c62]
- Updated dependencies [5986abf]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]

## 0.1.5

### Patch Changes
Expand Down
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.5",
"version": "0.1.6-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rsdoctor/components

## 0.1.6-beta.1

### Patch Changes

- 4cb8c62: fix(client): publish only dist files
- 5986abf: feat(inner-rsdoctor): add innerClientName for inner-rsdoctor

## 0.1.5

## 0.1.4
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.5",
"version": "0.1.6-beta.1",
"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.6-beta.1

### Patch Changes

- 5986abf: feat(inner-rsdoctor): add innerClientName for inner-rsdoctor

## 0.1.5

## 0.1.4
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.5",
"version": "0.1.6-beta.1",
"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.6-beta.1

### Patch Changes

- 5986abf: feat(inner-rsdoctor): add innerClientName for inner-rsdoctor
- Updated dependencies [60b805f]
- Updated dependencies [8527171]
- Updated dependencies [5986abf]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]

## 0.1.5

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

## 0.1.6-beta.1

### Patch Changes

- Updated dependencies [8527171]
- Updated dependencies [5986abf]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]

## 0.1.5

### 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.5",
"version": "0.1.6-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
12 changes: 12 additions & 0 deletions packages/rspack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rsdoctor/rspack-plugin

## 0.1.6-beta.1

### Patch Changes

- 5986abf: feat(inner-rsdoctor): add innerClientName for inner-rsdoctor
- Updated dependencies [60b805f]
- Updated dependencies [8527171]
- Updated dependencies [5986abf]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]

## 0.1.5

### 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.5",
"version": "0.1.6-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
15 changes: 15 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rsdoctor/sdk

## 0.1.6-beta.1

### Patch Changes

- 60b805f: fix(sdk): openBrowser in localhostUrl
- 8527171: fix(inner-doctor): support getHash for inner rsdoctor
- 5986abf: feat(inner-rsdoctor): add innerClientName for inner-rsdoctor
- Updated dependencies [8527171]
- Updated dependencies [4cb8c62]
- Updated dependencies [5986abf]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]

## 0.1.5

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

## 0.1.6-beta.1

### Patch Changes

- 8527171: fix(inner-doctor): support getHash for inner rsdoctor
- 5986abf: feat(inner-rsdoctor): add innerClientName for inner-rsdoctor

## 0.1.5

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

## 0.1.6-beta.1

### Patch Changes

- Updated dependencies [8527171]
- Updated dependencies [5986abf]
- @rsdoctor/[email protected]

## 0.1.5

### 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.5",
"version": "0.1.6-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
13 changes: 13 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rsdoctor/webpack-plugin

## 0.1.6-beta.1

### Patch Changes

- 5986abf: feat(inner-rsdoctor): add innerClientName for inner-rsdoctor
- Updated dependencies [60b805f]
- Updated dependencies [8527171]
- Updated dependencies [5986abf]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]
- @rsdoctor/[email protected]

## 0.1.5

### 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.5",
"version": "0.1.6-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
Loading