Skip to content

Commit

Permalink
release: v0.4.13 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 authored Jan 7, 2025
1 parent afddeeb commit 36a8d96
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 11 deletions.
1 change: 1 addition & 0 deletions e2e/cases/doctor-rspack/fixtures/loaders/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@test/rsdoctor-rspack",
"version": "0.1.0",
"type": "module"
Expand Down
1 change: 1 addition & 0 deletions examples/modern-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@examples/doctor-modern-minimal",
"private": true,
"version": "0.0.1",
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions examples/multiple-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@example/rsdoctor-multiple-minimal",
"version": "0.0.1",
"private": true,
"description": "",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions examples/rsbuild-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@examples/doctor-rsbuild-minimal",
"version": "0.0.1",
"private": true,
"description": "",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions examples/webpack-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@examples/doctor-webpack-minimal",
"private": true,
"version": "0.0.1",
"description": "",
"files": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "cross-env NX_DAEMON=false nx run-many -t build --exclude @examples/* @scripts/* @e2e/* --parallel=10",
"change": "changeset",
"changeset": "changeset",
"bump": "changeset version",
"check-spell": "npx cspell",
"check-changeset": "cd ./scripts/check-changeset && pnpm start",
"check-dependency-version": "check-dependency-version-consistency .",
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
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.4.12",
"version": "0.4.13",
"main": "dist/index.html",
"repository": {
"type": "git",
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.4.12",
"version": "0.4.13",
"main": "./dist/index.js",
"license": "MIT",
"module": "dist/index.js",
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
1 change: 1 addition & 0 deletions packages/core/tests/fixtures/assets/webpack-stats.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"hash": "d0dabbdde4c7c845",
"version": "5.76.0",
"private": true,
"time": 6758,
"builtAt": 1686209529645,
"publicPath": "",
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.4.12",
"version": "0.4.13",
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
1 change: 1 addition & 0 deletions packages/graph/tests/fixture/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@lodash/es",
"version": "0.1.0",
"type": "module"
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
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.4.12",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
Expand Down
1 change: 1 addition & 0 deletions scripts/test-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@scripts/test-helper",
"version": "0.1.1",
"private": true,
"description": "The vitest helpers of Rsdoctor.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 36a8d96

Please sign in to comment.