Skip to content

Commit

Permalink
Version Packages (#1879)
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 24, 2024
1 parent f460eb1 commit 6e66daa
Show file tree
Hide file tree
Showing 16 changed files with 235 additions and 179 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-moons-shout.md

This file was deleted.

7 changes: 7 additions & 0 deletions js-plugins/less/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-less

## 2.0.0-nightly-20241024090954

### Patch Changes

- Updated dependencies [f460eb1]
- @farmfe/core@2.0.0-nightly-20241024090954

## 2.0.0-nightly-20241024075304

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-less",
"version": "2.0.0-nightly-20241024075304",
"version": "2.0.0-nightly-20241024090954",
"description": "support less compile for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-postcss

## 2.0.0-nightly-20241024090954

### Patch Changes

- Updated dependencies [f460eb1]
- @farmfe/core@2.0.0-nightly-20241024090954

## 2.0.0-nightly-20241024075304

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-postcss",
"version": "2.0.0-nightly-20241024075304",
"version": "2.0.0-nightly-20241024090954",
"description": "support postcss for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-sass

## 3.0.0-nightly-20241024090954

### Patch Changes

- Updated dependencies [f460eb1]
- @farmfe/core@2.0.0-nightly-20241024090954

## 3.0.0-nightly-20241024075304

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-sass",
"version": "3.0.0-nightly-20241024075304",
"version": "3.0.0-nightly-20241024090954",
"description": "support scss compile for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-solid

## 3.0.0-nightly-20241024090954

### Patch Changes

- Updated dependencies [f460eb1]
- @farmfe/core@2.0.0-nightly-20241024090954

## 3.0.0-nightly-20241024075304

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-solid",
"version": "3.0.0-nightly-20241024075304",
"version": "3.0.0-nightly-20241024090954",
"description": "SolidJS support for Farm",
"private": true,
"author": {
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/svgr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-svgr

## 2.0.0-nightly-20241024090954

### Patch Changes

- Updated dependencies [f460eb1]
- @farmfe/core@2.0.0-nightly-20241024090954

## 2.0.0-nightly-20241024075304

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/svgr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-svgr",
"version": "2.0.0-nightly-20241024075304",
"version": "2.0.0-nightly-20241024090954",
"description": "support svgr compile for farm.",
"main": "./build/cjs/index.cjs",
"types": "./build/cjs/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-vue

## 4.0.0-nightly-20241024090954

### Patch Changes

- Updated dependencies [f460eb1]
- @farmfe/core@2.0.0-nightly-20241024090954

## 4.0.0-nightly-20241024075304

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-vue",
"version": "4.0.0-nightly-20241024075304",
"version": "4.0.0-nightly-20241024090954",
"private": true,
"description": "support vue sfc for farm.",
"main": "./build/index.cjs",
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

## 2.0.0-nightly-20241024090954

### Major Changes

- f460eb1: bump core version fix spa reload not 404

## 2.0.0-nightly-20241024075304

### 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": "2.0.0-nightly-20241024075304",
"version": "2.0.0-nightly-20241024090954",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
347 changes: 180 additions & 167 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 6e66daa

Please sign in to comment.