Skip to content

Commit

Permalink
Version Packages (#1939)
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 16, 2024
1 parent 8853c4a commit 077fd64
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-doors-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-oranges-give.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.23

### Patch Changes

- Updated dependencies [8853c4aa]
- @farmfe/core@1.3.34

## 1.0.22

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

## 1.3.34

### Patch Changes

- 8853c4aa: fix bundle global variable preserve

## 1.3.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/core",
"version": "1.3.33",
"version": "1.3.34",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
10 changes: 8 additions & 2 deletions packages/create-farm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.15

### Patch Changes

- d5e2b12e: Add arch support for `freebsd-x64`

## 0.0.14

### Patch Changes
Expand Down Expand Up @@ -53,7 +59,7 @@
### Patch Changes

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

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

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

## [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

Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-farm",
"version": "0.0.14",
"version": "0.0.15",
"description": "Rapidly create a new farm project.",
"repository": "https://github.com/farm-fe/farm/tree/main/packages/create-farm",
"bugs": {
Expand Down

0 comments on commit 077fd64

Please sign in to comment.