Skip to content

Commit

Permalink
Version Packages (#657)
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] committed Oct 24, 2023
1 parent ac56943 commit 290cf1c
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-buckets-approve.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/generate-dts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @farmfe-examples/generate-dts

## 1.0.11

### Patch Changes

- Updated dependencies [ac56943]
- @farmfe/core@0.13.11
- @farmfe/js-plugin-dts@0.2.0
- @farmfe/cli@0.5.8

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/generate-dts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe-examples/generate-dts",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"type": "module",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/script-entry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farmfe-examples/script-entry

## 0.0.76

### Patch Changes

- Updated dependencies [ac56943]
- @farmfe/core@0.13.11
- @farmfe/cli@0.5.8

## 0.0.75

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/script-entry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe-examples/script-entry",
"version": "0.0.75",
"version": "0.0.76",
"private": true,
"dependencies": {
"@farmfe/cli": "workspace:*",
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 @@ -33,7 +33,7 @@
"solid-js": "^1.7.8"
},
"peerDependencies": {
"@farmfe/core": "^0.13.10"
"@farmfe/core": "^0.13.11"
},
"files": [
"dist"
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 @@ -51,7 +51,7 @@
"@jridgewell/trace-mapping": "^0.3.17"
},
"peerDependencies": {
"@farmfe/core": "^0.13.10",
"@farmfe/core": "^0.13.11",
"less": "*",
"sass": "*",
"stylus": "*"
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

## 0.13.11

### Patch Changes

- ac56943: Fix issues #652

## 0.13.10

### 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": "0.13.10",
"version": "0.13.11",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 290cf1c

Please sign in to comment.