Skip to content

Commit

Permalink
Version Packages (farm-fe#723)
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 9, 2023
1 parent 45761df commit 016d3fa
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-emus-wait.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.23

### Patch Changes

- Updated dependencies [45761df]
- @farmfe/core@0.13.22
- @farmfe/js-plugin-dts@0.2.1
- @farmfe/cli@0.5.8

## 1.0.22

### 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.22",
"version": "1.0.23",
"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.87

### Patch Changes

- Updated dependencies [45761df]
- @farmfe/core@0.13.22
- @farmfe/cli@0.5.8

## 0.0.86

### 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.86",
"version": "0.0.87",
"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.21"
"@farmfe/core": "^0.13.22"
},
"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.21",
"@farmfe/core": "^0.13.22",
"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.22

### Patch Changes

- 45761df: fix css resource pot load sourcemap

## 0.13.21

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

0 comments on commit 016d3fa

Please sign in to comment.