Skip to content

Commit

Permalink
Version Packages (#1797)
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 3, 2024
1 parent 772381b commit 874e73b
Show file tree
Hide file tree
Showing 16 changed files with 127 additions and 67 deletions.
4 changes: 0 additions & 4 deletions .changeset/hip-shoes-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lovely-fans-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-roses-dream.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.13

### Patch Changes

- Updated dependencies [772381b0]
- Updated dependencies [732c046d]
- @farmfe/core@1.3.24

## 1.0.12

### 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.12",
"version": "1.0.13",
"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.23"
"@farmfe/core": "workspace:^1.3.24"
},
"files": [
"build"
Expand Down
6 changes: 6 additions & 0 deletions js-plugins/visualizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/js-plugin-record-viewer

## 1.1.1

### Patch Changes

- 772381b0: Fix concurrent lazy compilation failed

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/visualizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-visualizer",
"version": "1.1.0",
"version": "1.1.1",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
"type": "module",
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.23",
"@farmfe/core": "workspace:^1.3.24",
"less": "*",
"sass": "*",
"stylus": "*"
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @farmfe/core

## 1.3.24

### Patch Changes

- 772381b0: Fix concurrent lazy compilation failed
- 732c046d: Ignore non-utf8 error when getting file contents
- Updated dependencies [772381b0]
- @farmfe/runtime@0.12.5

## 1.3.23

### 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.23",
"version": "1.3.24",
"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.4",
"@farmfe/runtime": "workspace:0.12.5",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.6",
"@farmfe/runtime-plugin-import-meta": "workspace:0.2.2",
"@farmfe/utils": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-farm-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-farm-plugin

## 0.1.16

### Patch Changes

- f1e9e2bf: fix js-plugin template config issue

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-farm-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-farm-plugin",
"version": "0.1.15",
"version": "0.1.16",
"description": "use create-farm-plugin to create farm plugin",
"exports": {
".": "./bin/create-farm-plugin.mjs"
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.5

### Patch Changes

- 772381b0: Fix concurrent lazy compilation failed

## 0.12.4

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

0 comments on commit 874e73b

Please sign in to comment.