Skip to content

Commit

Permalink
Merge pull request #61 from farm-fe/release/plugins
Browse files Browse the repository at this point in the history
chore: release plugins
  • Loading branch information
Maidang1 authored Jul 23, 2024
2 parents 2d4c167 + ddbe5ac commit 0e84227
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-moons-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-avocados-brush.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/dsv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-dsv

## 0.0.4

### Patch Changes

- release plugins

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dsv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-dsv",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/plugin-icons

## 0.0.2

### Patch Changes

- release plugins
- b7ac0a5: release plugin-icons

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-icons",
"version": "0.0.1",
"version": "0.0.2",
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-image

## 0.0.3

### Patch Changes

- release plugins

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-image",
"version": "0.0.2",
"version": "0.0.3",
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @farmfe/plugin-react-components

## 1.0.0

### Major Changes

- 99abf0d: release react-components

### Patch Changes

- release plugins

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-react-components",
"version": "0.0.3",
"version": "1.0.0",
"private": false,
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/strip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-strip

## 0.0.4

### Patch Changes

- release plugins

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/strip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-strip",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-url

## 0.0.4

### Patch Changes

- release plugins

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-url",
"version": "0.0.3",
"version": "0.0.4",
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/virtual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-virtual

## 0.0.5

### Patch Changes

- release plugins

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-virtual",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-yaml

## 0.0.5

### Patch Changes

- release plugins

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
Expand Down

0 comments on commit 0e84227

Please sign in to comment.