Skip to content

Commit

Permalink
Version Packages (#1761)
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] authored Sep 10, 2024
1 parent e4e8b92 commit f947f16
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-jobs-greet.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sharp-donkeys-refuse.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.7

### Patch Changes

- Updated dependencies [e4e8b92b]
- @farmfe/core@1.3.18

## 1.0.6

### 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.6",
"version": "1.0.7",
"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 @@ -41,7 +41,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.3.17"
"@farmfe/core": "workspace:^1.3.18"
},
"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.17",
"@farmfe/core": "workspace:^1.3.18",
"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.18

### Patch Changes

- e4e8b92b: fix html runtime inject failed when build multiple page & in output.filename, can choose either name or hash to use

## 1.3.17

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

0 comments on commit f947f16

Please sign in to comment.