Skip to content

Commit

Permalink
Version Packages (#1675)
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 Jul 30, 2024
1 parent 7417d0f commit a5554b9
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-dogs-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-pandas-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-tables-grin.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- Updated dependencies [7417d0f3]
- Updated dependencies [49448561]
- Updated dependencies [eff069c4]
- @farmfe/core@1.3.12
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.0",
"version": "1.0.1",
"description": "",
"scripts": {},
"dependencies": {
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 @@ -41,7 +41,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.3.11"
"@farmfe/core": "workspace:^1.3.12"
},
"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.3.11",
"@farmfe/core": "workspace:^1.3.12",
"less": "*",
"sass": "*",
"stylus": "*"
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @farmfe/core

## 1.3.12

### Patch Changes

- 7417d0f3: - Fix dynamic import not work in webview context like vscode extension, we have specify the full lazy compilation path like `http://127.0.0.1:9000/__lazyCompile` instead of `/__layzeCompile`
- Support `compilation.output.clean` to control remove `output.path` or not, default to true
- 49448561: import.meta.url and require compatible esm and cjs
- eff069c4: chore: Improve binary performance

## 1.3.11

### 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.11",
"version": "1.3.12",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit a5554b9

Please sign in to comment.