Skip to content

Commit

Permalink
Release v2.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
1 parent 10dd841 commit 215db79
Show file tree
Hide file tree
Showing 176 changed files with 632 additions and 109 deletions.
3 changes: 0 additions & 3 deletions .changeset/strong-plants-joke.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @modern-js/core

## 2.49.2

### Patch Changes

- 10dd841:
- @modern-js/node-bundle-require@2.49.2
- @modern-js/plugin@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/doc-plugin-auto-sidebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/doc-plugin-auto-sidebar

## 2.49.2

### Patch Changes

- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/doc-plugin-auto-sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js/doc-plugin-auto-sidebar",
"version": "2.49.1",
"version": "2.49.2",
"description": "The Documentation Framework of Modern.js.",
"homepage": "https://modernjs.dev/",
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/plugin-bff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @modern-js/plugin-bff

## 2.49.2

### Patch Changes

- @modern-js/bff-core@2.49.2
- @modern-js/create-request@2.49.2
- @modern-js/server-utils@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/cli.ts",
"types": "./src/cli.ts",
"main": "./dist/cjs/cli.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/plugin-changeset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/plugin-changeset

## 2.49.2

### Patch Changes

- @modern-js/plugin-i18n@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-changeset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/plugin-data-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/plugin-data-loader

## 2.49.2

### Patch Changes

- @modern-js/runtime-utils@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-data-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"engines": {
"node": ">=16.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/plugin-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/plugin-i18n

## 2.49.2

### Patch Changes

- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/plugin-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/plugin-lint

## 2.49.2

### Patch Changes

- @modern-js/tsconfig@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/plugin-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/plugin-proxy

## 2.49.2

### Patch Changes

- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/plugin-ssg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/plugin-ssg

## 2.49.2

### Patch Changes

- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/plugin-swc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js/core

## 2.49.2

### Patch Changes

- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/plugin-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @modern-js/plugin-tailwindcss

## 2.49.2

### Patch Changes

- @modern-js/runtime@2.49.2
- @modern-js/node-bundle-require@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"peerDependencies": {
"tailwindcss": ">= 2.0.0 || >= 3.0.0",
"@modern-js/runtime": "workspace:^2.49.1"
"@modern-js/runtime": "workspace:^2.49.2"
},
"peerDependenciesMeta": {
"@modern-js/runtime": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/rsbuild-plugin-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js/rsbuild-plugin-esbuild",
"version": "2.49.1",
"version": "2.49.2",
"description": "Esbuild Rsbuild plugin and Modern.js",
"homepage": "https://modernjs.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/uni-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/uni-builder

## 2.49.2

### Patch Changes

- @modern-js/server@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js/uni-builder",
"version": "2.49.1",
"version": "2.49.2",
"description": "Unified builder for Modern.js",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/devtools/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @modern-js/devtools-client

## 2.49.2

## 2.49.1

## 2.49.0
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js/devtools-client",
"version": "2.49.1",
"version": "2.49.2",
"scripts": {
"reset": "npx rimraf ./**/node_modules",
"dev": "modern dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/devtools/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @modern-js/plugin-devtools

## 2.49.2

### Patch Changes

- @modern-js/devtools-kit@2.49.2
- @modern-js/runtime@2.49.2
- @modern-js/devtools-client@2.49.2
- @modern-js/utils@2.49.2

## 2.49.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.49.1",
"version": "2.49.2",
"jsnext:source": "./src/index.ts",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"typescript": "^5"
},
"peerDependencies": {
"@modern-js/runtime": "workspace:^2.49.1"
"@modern-js/runtime": "workspace:^2.49.2"
},
"peerDependenciesMeta": {
"@modern-js/runtime": {
Expand Down
2 changes: 2 additions & 0 deletions packages/document/builder-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @modern-js/builder-doc

## 2.49.2

## 2.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/document/builder-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js/builder-doc",
"version": "2.49.1",
"version": "2.49.2",
"description": "Shared documentation of modern.js builder",
"homepage": "https://modernjs.dev",
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
Expand Down
7 changes: 7 additions & 0 deletions packages/document/main-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js/main-doc

## 2.49.2

### Patch Changes

- @modern-js/builder-doc@2.49.2
- @modern-js/sandpack-react@2.49.2

## 2.49.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/document/main-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:doc": "rspress build",
"preview": "rspress preview"
},
"version": "2.49.1",
"version": "2.49.2",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
Expand All @@ -31,7 +31,7 @@
"@modern-js/sandpack-react": "workspace:*"
},
"peerDependencies": {
"@modern-js/builder-doc": "workspace:^2.49.1"
"@modern-js/builder-doc": "workspace:^2.49.2"
},
"devDependencies": {
"@modern-js/builder-doc": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions packages/document/module-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @modern-js/module-tools-docs

## 2.49.2

## 2.49.1

### Patch Changes
Expand Down
Loading

0 comments on commit 215db79

Please sign in to comment.