Skip to content

Commit

Permalink
Version Packages (#1822)
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 13, 2024
1 parent 55ae82f commit b1f715a
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-boats-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-kids-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-cats-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-falcons-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-snakes-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-pumpkins-tease.md

This file was deleted.

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

## 1.0.17

### Patch Changes

- Updated dependencies [e1f5c696]
- Updated dependencies [a2a32f51]
- Updated dependencies [04a124fe]
- Updated dependencies [7d84234e]
- @farmfe/core@1.3.28

## 1.0.16

### 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.16",
"version": "1.0.17",
"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.27"
"@farmfe/core": "workspace:^1.3.28"
},
"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.27",
"@farmfe/core": "workspace:^1.3.28",
"less": "*",
"sass": "*",
"stylus": "*"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @farmfe/core

## 1.3.28

### Patch Changes

- e1f5c696: fix namespace import MemberProp name failed
- a2a32f51: Fix invalid css syntax #1748 #1557
- 04a124fe: Fix css dynamic loading runtime error #1551
- 7d84234e: fix resolve env config node env error
- Updated dependencies [04a124fe]
- @farmfe/runtime@0.12.7

## 1.3.27

### 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.27",
"version": "1.3.28",
"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.6",
"@farmfe/runtime": "workspace:0.12.7",
"@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.7

### Patch Changes

- 04a124fe: Fix css dynamic loading runtime error #1551

## 0.12.6

### 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.6",
"version": "0.12.7",
"description": "Runtime of Farm",
"author": {
"name": "bright wu",
Expand Down
52 changes: 28 additions & 24 deletions pnpm-lock.yaml

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

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

## 1.2.4

### Patch Changes

- a4c0363b: Fix(plugin-react) useAbsolutePath is panic
- 55ae82fa: fix class component hmr

## 1.2.3

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

0 comments on commit b1f715a

Please sign in to comment.