Skip to content

Commit

Permalink
Merge branch 'refactor/node' of github.com:farm-fe/farm into refactor…
Browse files Browse the repository at this point in the history
…/node
  • Loading branch information
ErKeLost committed Sep 17, 2024
2 parents 294cccb + 277b4dc commit a0c7ddd
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/early-eyes-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@farmfe/core": patch
"@farmfe/runtime": patch
---

bump runtime version
5 changes: 0 additions & 5 deletions .changeset/unlucky-countries-move.md

This file was deleted.

7 changes: 7 additions & 0 deletions bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bench

## 1.0.10

### Patch Changes

- Updated dependencies [1b1a7c17]
- @farmfe/core@1.3.21

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bench",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "",
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.3.20"
"@farmfe/core": "workspace:^1.3.21"
},
"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 @@ -50,7 +50,7 @@
"source-map": "^0.7.4"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.3.20",
"@farmfe/core": "workspace:^1.3.21",
"less": "*",
"sass": "*",
"stylus": "*"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/core

## 1.3.21

### Patch Changes

- 1b1a7c17: compatible `import default from "module"`

## 1.3.20

### 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": "@farmfe/core",
"version": "1.3.20",
"version": "1.3.21",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit a0c7ddd

Please sign in to comment.