Skip to content

Commit

Permalink
Version Packages (#1647)
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 Jul 19, 2024
1 parent 5a2936a commit b37c22b
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-ravens-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-poets-kick.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.3.6"
"@farmfe/core": "workspace:^1.3.7"
},
"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.6",
"@farmfe/core": "workspace:^1.3.7",
"less": "*",
"sass": "*",
"stylus": "*"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe/core

## 1.3.7

### Patch Changes

- 5a2936a3: Fix multiple page application hmr error
- Updated dependencies [5a2936a3]
- @farmfe/runtime-plugin-hmr@3.5.4

## 1.3.6

### 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.6",
"version": "1.3.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"dependencies": {
"@farmfe/runtime": "workspace:0.12.1",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.3",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.4",
"@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/create-farm-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-farm-plugin

## 0.1.15

### Patch Changes

- dd99b245: Fix image encoding error in `create-plugin`

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-farm-plugin",
"version": "0.1.14",
"version": "0.1.15",
"description": "use create-farm-plugin to create farm plugin",
"exports": {
".": "./bin/create-farm-plugin.mjs"
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.4

### Patch Changes

- 5a2936a3: Fix multiple page application hmr error

## 3.5.3

### 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.3",
"version": "3.5.4",
"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.

0 comments on commit b37c22b

Please sign in to comment.