Skip to content

Commit

Permalink
Version Packages (#1502)
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 Jul 3, 2024
1 parent 4c94da8 commit c8579d8
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-beds-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-peaches-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-flies-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-bears-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-moose-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-dragons-rhyme.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/css-url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @farmfe-examples/css-url

## 0.0.2

### Patch Changes

- 4c94da8d: fix: resolve absolute path error in the alias options for css file
2 changes: 1 addition & 1 deletion examples/css-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe-examples/css-url",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"clsx": "^1.2.1",
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.1

### Patch Changes

- 0915328e: support relative path in electron

## 1.0.0

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

## 1.2.6

### Patch Changes

- a264f6c4: support mts/cts ext and fix traceDependencies use directory
- 0915328e: support new URL with import.meta.url

## 1.2.5

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

## 0.0.10

### Patch Changes

- f181057e: Corrected the usage of class to className in an image tag within the Tauri > React template to resolve build errors.
- 8106989f: Refactor create-farm with clap

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down

0 comments on commit c8579d8

Please sign in to comment.