Skip to content

Commit 077fd64

Browse files
Version Packages (#1939)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8853c4a commit 077fd64

File tree

10 files changed

+26
-17
lines changed

10 files changed

+26
-17
lines changed

.changeset/eight-doors-matter.md

-5
This file was deleted.

.changeset/young-oranges-give.md

-5
This file was deleted.

bench/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# bench
22

3+
## 1.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8853c4aa]
8+
- @farmfe/core@1.3.34
9+
310
## 1.0.22
411

512
### Patch Changes

bench/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bench",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"private": true,
55
"description": "",
66
"scripts": {},

js-plugins/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"solid-js": "^1.7.8"
4242
},
4343
"peerDependencies": {
44-
"@farmfe/core": "workspace:^1.3.33"
44+
"@farmfe/core": "workspace:^1.3.34"
4545
},
4646
"files": [
4747
"build"

js-plugins/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"source-map": "^0.7.4"
5353
},
5454
"peerDependencies": {
55-
"@farmfe/core": "workspace:^1.3.33",
55+
"@farmfe/core": "workspace:^1.3.34",
5656
"less": "*",
5757
"sass": "*",
5858
"stylus": "*"

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farmfe/core
22

3+
## 1.3.34
4+
5+
### Patch Changes
6+
7+
- 8853c4aa: fix bundle global variable preserve
8+
39
## 1.3.33
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farmfe/core",
3-
"version": "1.3.33",
3+
"version": "1.3.34",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

packages/create-farm/CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- d5e2b12e: Add arch support for `freebsd-x64`
8+
39
## 0.0.14
410

511
### Patch Changes
@@ -53,7 +59,7 @@
5359
### Patch Changes
5460

5561
- 068c3ea5: support more frameworks electron, tauri, nestjs
56-
All notable changes to this project will be documented in this file.
62+
All notable changes to this project will be documented in this file.
5763

5864
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5965
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -66,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6672

6773
- Version Packages ([#1722](https://github.com/farm-fe/farm/pull/1722))
6874
- Version Packages ([#1703](https://github.com/farm-fe/farm/pull/1703))
69-
- *(create-farm)* add multiple platforms ([#1689](https://github.com/farm-fe/farm/pull/1689))
75+
- _(create-farm)_ add multiple platforms ([#1689](https://github.com/farm-fe/farm/pull/1689))
7076

7177
## [0.1.2](https://github.com/farm-fe/farm/compare/create_farm_node-v0.1.1...create_farm_node-v0.1.2) - 2024-07-19
7278

packages/create-farm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-farm",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Rapidly create a new farm project.",
55
"repository": "https://github.com/farm-fe/farm/tree/main/packages/create-farm",
66
"bugs": {

0 commit comments

Comments
 (0)