Skip to content

Commit

Permalink
Version Packages (#1248)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 26, 2024
1 parent 492353f commit 7d93c71
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .changeset/eight-walls-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-timers-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-kids-smell.md

This file was deleted.

2 changes: 1 addition & 1 deletion js-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.1.1"
"@farmfe/core": "workspace:^1.1.2"
},
"files": [
"build"
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"source-map": "^0.7.4"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.1.1",
"@farmfe/core": "workspace:^1.1.2",
"less": "*",
"sass": "*",
"stylus": "*"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @farmfe/core

## 1.1.2

### Patch Changes

- 492353f8: fix: lazy compilation concurrency issue
- 5b75ec27: feat: support isolate runtime resource
- 8a79de4d: fix: format watch mode error message
- Updated dependencies [492353f8]
- @farmfe/runtime-plugin-hmr@3.5.2
- @farmfe/runtime@0.11.1

## 1.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/core",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -95,8 +95,8 @@
"type-check": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@farmfe/runtime": "workspace:0.11.0",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.1",
"@farmfe/runtime": "workspace:0.11.1",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.2",
"@farmfe/runtime-plugin-import-meta": "workspace:0.2.0",
"@farmfe/utils": "workspace:*",
"@koa/cors": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime-plugin-hmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/runtime-plugin-hmr

## 3.5.2

### Patch Changes

- 492353f8: fix: lazy compilation concurrency issue

## 3.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-plugin-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/runtime-plugin-hmr",
"version": "3.5.1",
"version": "3.5.2",
"description": "Runtime hmr plugin of Farm",
"author": {
"name": "bright wu",
Expand All @@ -24,7 +24,7 @@
"type-check": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@farmfe/runtime": "workspace:^0.11.0"
"@farmfe/runtime": "workspace:^0.11.1"
},
"dependencies": {
"core-js": "^3.30.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/runtime

## 0.11.1

### Patch Changes

- 492353f8: fix: lazy compilation concurrency issue

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/runtime",
"version": "0.11.0",
"version": "0.11.1",
"description": "Runtime of Farm",
"author": {
"name": "bright wu",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d93c71

Please sign in to comment.