Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 92cfb1b commit b557b27
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-carrots-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-fireants-smash.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.33

### Patch Changes

- Updated dependencies [80b13ce6]
- @farmfe/core@1.5.1

## 1.0.32

### 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.32",
"version": "1.0.33",
"private": true,
"description": "",
"scripts": {},
Expand Down
6 changes: 6 additions & 0 deletions js-plugins/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/js-plugin-electron

## 1.0.2

### Patch Changes

- 80b13ce6: new import meta url runtime & merge electron preload output files

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-electron",
"version": "1.0.1",
"version": "1.0.2",
"description": "Support development Electron App using Farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
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.5.0"
"@farmfe/core": "workspace:^1.5.1"
},
"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.5.0",
"@farmfe/core": "workspace:^1.5.1",
"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.5.1

### Patch Changes

- 80b13ce6: new import meta url runtime & merge electron preload output files

## 1.5.0

### Minor 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.5.0",
"version": "1.5.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-farm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.16

### Patch Changes

- 92cfb1bb: Better support and compatibility for ansi color output

## 0.0.15

### Patch Changes
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.15",
"version": "0.0.16",
"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 b557b27

Please sign in to comment.