Skip to content

Commit

Permalink
Version Packages (farm-fe#1480)
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 1, 2024
1 parent 49523be commit 0184c28
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-poets-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-tools-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-sheep-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-windows-tease.md

This file was deleted.

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.4"
"@farmfe/core": "workspace:^1.2.5"
},
"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.4",
"@farmfe/core": "workspace:^1.2.5",
"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.2.5

### Patch Changes

- 49523be7: bump dotenv version
- 53f5115e: fix: publicDir find html resource middleware error
- Updated dependencies [49523be7]
- @farmfe/runtime-plugin-import-meta@0.2.1

## 1.2.4

### 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.2.4",
"version": "1.2.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -98,7 98,7 @@
"dependencies": {
"@farmfe/runtime": "workspace:0.11.2",
"@farmfe/runtime-plugin-hmr": "workspace:3.5.2",
"@farmfe/runtime-plugin-import-meta": "workspace:0.2.0",
"@farmfe/runtime-plugin-import-meta": "workspace:0.2.1",
"@farmfe/utils": "workspace:*",
"@koa/cors": "^5.0.0",
"@swc/helpers": "^0.5.0",
Expand Down
7 changes: 6 additions & 1 deletion 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.12

### Patch Changes

- d6af590c: optimization rust plugin template

## 0.1.11

### Patch Changes
Expand All @@ -12,7 18,6 @@

- 7aa61a1c: fix: rust plugin template workflow test example path


## 0.1.9

### 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.11",
"version": "0.1.12",
"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-plugin-import-meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
# @farmfe/runtime-plugin-import-meta

## 0.2.1

### Patch Changes

- 49523be7: import meta resolve process NODE_ENV

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-plugin-import-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@farmfe/runtime-plugin-import-meta",
"version": "0.2.0",
"version": "0.2.1",
"description": "Runtime Import Meta plugin of Farm",
"author": {
"name": "Ming07",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0184c28

Please sign in to comment.