Skip to content

Commit

Permalink
Version Packages (#1813)
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 Oct 11, 2024
1 parent 3b6eb91 commit 5e8c3f4
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/twenty-fireants-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-forks-hang.md

This file was deleted.

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

## 1.0.15

### Patch Changes

- Updated dependencies [3b6eb912]
- Updated dependencies [ed676f02]
- @farmfe/core@1.3.26

## 1.0.14

### 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.14",
"version": "1.0.15",
"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.25"
"@farmfe/core": "workspace:^1.3.26"
},
"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.25",
"@farmfe/core": "workspace:^1.3.26",
"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.26

### Patch Changes

- 3b6eb912: fix #1755 and support useAbsolutePath for plugin-react
- ed676f02: Fix #1755
- Updated dependencies [3b6eb912]
- @farmfe/runtime-plugin-hmr@3.5.7

## 1.3.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/core",
"version": "1.3.25",
"version": "1.3.26",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"@farmfe/runtime": "workspace:0.12.5",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.6",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.7",
"@farmfe/runtime-plugin-import-meta": "workspace:0.2.2",
"@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.7

### Patch Changes

- 3b6eb912: fix #1755 and support useAbsolutePath for plugin-react

## 3.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "3.5.7",
"description": "Runtime hmr plugin of Farm",
"author": {
"name": "bright wu",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

6 changes: 6 additions & 0 deletions rust-plugins/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.3

### Patch Changes

- 3b6eb912: fix #1755 and support useAbsolutePath for plugin-react

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion rust-plugins/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-react",
"version": "1.2.2",
"version": "1.2.3",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
Expand Down

0 comments on commit 5e8c3f4

Please sign in to comment.