Skip to content

Commit

Permalink
Version Packages (#1703)
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] committed Aug 19, 2024
1 parent ef19162 commit c64d1b4
Show file tree
Hide file tree
Showing 18 changed files with 101 additions and 76 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-rice-lick.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/healthy-lies-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-ravens-attack.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [ed5c5278]
- Updated dependencies [ef19162f]
- @farmfe/core@1.3.13

## 1.0.1

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

## 1.3.13

### Patch Changes

- ed5c5278: fix bundle import namespace name uniq
- ef19162f: Optimize dynamic resources map size and fix minify.moduleDecls cyclic dependencies issues
- Updated dependencies [ef19162f]
- @farmfe/runtime-plugin-hmr@3.5.6
- @farmfe/runtime@0.12.2

## 1.3.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "1.3.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -81,8 +81,8 @@
"react-refresh": "^0.14.0"
},
"dependencies": {
"@farmfe/runtime": "workspace:0.12.1",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.5",
"@farmfe/runtime": "workspace:0.12.2",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.6",
"@farmfe/runtime-plugin-import-meta": "workspace:0.2.2",
"@farmfe/utils": "workspace:*",
"@koa/cors": "^5.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/create-farm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.0.13

### Patch Changes

- ef19162f: Optimize dynamic resources map size and fix minify.moduleDecls cyclic dependencies issues
- a785d6f1: Add multiple platforms for `create-farm` and update meta data

## 0.0.12

### Patch Changes
Expand Down Expand Up @@ -36,7 +43,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 @@ -46,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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

### Other

- Version Packages ([#1614](https://github.com/farm-fe/farm/pull/1614))

## [0.1.1](https://github.com/farm-fe/farm/compare/create_farm_node-v0.1.0...create_farm_node-v0.1.1) - 2024-05-28
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.12",
"version": "0.0.13",
"description": "Rapidly create a new farm project.",
"repository": "https://github.com/farm-fe/farm/tree/main/packages/create-farm",
"bugs": {
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.6

### Patch Changes

- ef19162f: Optimize dynamic resources map size and fix minify.moduleDecls cyclic dependencies issues

## 3.5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "3.5.6",
"description": "Runtime hmr plugin of Farm",
"author": {
"name": "bright wu",
Expand All @@ -24,7 +24,7 @@
"type-check": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@farmfe/runtime": "workspace:^0.12.0"
"@farmfe/runtime": "workspace:^0.12.2"
},
"dependencies": {
"core-js": "^3.30.1"
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.2

### Patch Changes

- ef19162f: Optimize dynamic resources map size and fix minify.moduleDecls cyclic dependencies issues

## 0.12.1

### 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.1",
"version": "0.12.2",
"description": "Runtime of Farm",
"author": {
"name": "bright wu",
Expand Down
Loading

0 comments on commit c64d1b4

Please sign in to comment.