Skip to content

Commit

Permalink
Merge pull request #28 from farm-fe/revert-27-fix/update-readme
Browse files Browse the repository at this point in the history
Revert "chore: fix version"
  • Loading branch information
Maidang1 authored Jul 4, 2024
2 parents 710ad37 + 0c97772 commit 97ac7b6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/yaml/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-darwin-arm64",
"version": "0.0.2",
"version": "0.1.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-darwin-x64",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-linux-arm64-gnu",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-linux-arm64-musl",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-linux-x64-gnu",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-linux-x64-musl",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-win32-arm64-msvc",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-win32-ia32-msvc",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-yaml-win32-x64-msvc",
"version": "0.0.2",
"version": "0.0.0",
"os": [
"win32"
],
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.2",
"version": "0.0.1",
"private": false,
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
Expand Down

0 comments on commit 97ac7b6

Please sign in to comment.