Skip to content

Commit

Permalink
Release Packages:1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent 23aa157 commit d3d06f0
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-arm64",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-x64",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-linux-x64-gnu",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-win32-x64-msvc",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspack",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/cli",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "CLI for rspack",
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-server",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand Down Expand Up @@ -37,27 +37,27 @@
"directory": "packages/rspack-dev-server"
},
"devDependencies": {
"@jest/test-sequencer": "^29.7.0",
"@rspack/core": "workspace:*",
"@rspack/dev-server": "workspace:*",
"@rspack/plugin-react-refresh": "1.0.0",
"@types/connect-history-api-fallback": "1.5.4",
"@types/express": "4.17.21",
"@types/mime-types": "2.1.4",
"@types/ws": "8.5.10",
"css-loader": "^6.11.0",
"graceful-fs": "4.2.10",
"http-proxy": "^1.18.1",
"jest-serializer-path": "^0.1.15",
"prettier": "3.2.5",
"puppeteer": "^23.2.2",
"require-from-string": "^2.0.2",
"sockjs-client": "^1.6.1",
"style-loader": "^3.3.3",
"supertest": "^6.1.3",
"tcp-port-used": "^1.0.2",
"typescript": "5.0.2",
"style-loader": "^3.3.3",
"css-loader": "^6.11.0",
"require-from-string": "^2.0.2",
"wait-for-expect": "^3.0.2",
"prettier": "3.2.5",
"@jest/test-sequencer": "^29.7.0"
"wait-for-expect": "^3.0.2"
},
"dependencies": {
"chokidar": "^3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/test-tools",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down Expand Up @@ -73,8 +73,8 @@
"@monaco-editor/react": "^4.6.0",
"@rspack/cli": "workspace:*",
"@rspack/core": "workspace:*",
"@rspack/plugin-react-refresh": "1.0.0",
"@rspack/plugin-preact-refresh": "1.0.0",
"@rspack/plugin-react-refresh": "1.0.0",
"@swc/helpers": "0.5.8",
"@swc/plugin-remove-console": "^2.0.8",
"@types/babel__generator": "7.6.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "1.0.4",
"version": "1.0.5",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down

0 comments on commit d3d06f0

Please sign in to comment.