Skip to content

Commit

Permalink
Version Packages (#1917)
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 Nov 7, 2024
1 parent 3b95eef commit 147edc3
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/rotten-ghosts-shout.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.22

### Patch Changes

- Updated dependencies [3b95eef4]
- @farmfe/core@1.3.33

## 1.0.21

### 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.21",
"version": "1.0.22",
"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.32"
"@farmfe/core": "workspace:^1.3.33"
},
"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.32",
"@farmfe/core": "workspace:^1.3.33",
"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.33

### Patch Changes

- 3b95eef4: Fix(runtime): invalid async module cache
- Updated dependencies [3b95eef4]
- @farmfe/runtime@0.12.8

## 1.3.32

### 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.32",
"version": "1.3.33",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@types/ws": "^8.5.4"
},
"dependencies": {
"@farmfe/runtime": "workspace:0.12.7",
"@farmfe/runtime": "workspace:0.12.8",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.7",
"@farmfe/runtime-plugin-import-meta": "workspace:0.2.2",
"@farmfe/utils": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/runtime

## 0.12.8

### Patch Changes

- 3b95eef4: Fix(runtime): invalid async module cache

## 0.12.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/runtime",
"version": "0.12.7",
"version": "0.12.8",
"description": "Runtime of Farm",
"author": {
"name": "bright wu",
Expand Down
12 changes: 8 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 147edc3

Please sign in to comment.