Skip to content

Commit

Permalink
Version Packages (#1965)
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 Nov 25, 2024
1 parent b05a2c8 commit c0c573b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-bikes-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-ravens-obey.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sweet-ears-agree.md

This file was deleted.

8 changes: 8 additions & 0 deletions bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# bench

## 1.0.28

### Patch Changes

- Updated dependencies [94451ae6]
- Updated dependencies [b05a2c84]
- @farmfe/core@1.4.4

## 1.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bench",
"version": "1.0.27",
"version": "1.0.28",
"private": true,
"description": "",
"scripts": {},
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.4.3"
"@farmfe/core": "workspace:^1.4.4"
},
"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.4.3",
"@farmfe/core": "workspace:^1.4.4",
"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.4.4

### Patch Changes

- 94451ae6: fix: disable inline scripts
- b05a2c84: fix bundle export cjs entry file

## 1.4.3

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

0 comments on commit c0c573b

Please sign in to comment.