Skip to content

Commit

Permalink
Merge branch 'main' into chore/readme_2025-1-15
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost authored Jan 15, 2025
2 parents 7cd3a52 + c80a338 commit bb56d20
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-berries-think.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- main

concurrency:
group: e2e-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
call-rust-build:
uses: ./.github/workflows/rust-build.yaml
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Building Rust Binding And Upload Artifacts
on: workflow_call

concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: Build and Upload Artifacts - ${{ matrix.settings.abi }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- main

concurrency:
group: test-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
cargo-check:
name: Check
Expand Down
7 changes: 7 additions & 0 deletions bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bench

## 1.0.38

### Patch Changes

- Updated dependencies [2423ee65]
- @farmfe/core@1.6.5

## 1.0.37

### 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.37",
"version": "1.0.38",
"private": true,
"description": "",
"scripts": {},
Expand Down
6 changes: 6 additions & 0 deletions examples/tailwind-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe-examples/tailwind-next

## 0.0.7

### Patch Changes

- @farmfe/js-plugin-tailwindcss@0.0.6

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe-examples/tailwind-next",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"dependencies": {
"@farmfe/js-plugin-tailwindcss": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"postcss-url": "^10.1.3"
},
"peerDependencies": {
"@farmfe/core": "workspace:^1.6.4",
"@farmfe/core": "workspace:^1.6.5",
"postcss": ">=8.0.0"
}
}
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.6.4"
"@farmfe/core": "workspace:^1.6.5"
},
"files": [
"build"
Expand Down
7 changes: 7 additions & 0 deletions js-plugins/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farmfe/js-plugin-tailwindcss

## 0.0.6

### Patch Changes

- Updated dependencies [2423ee65]
- @farmfe/core@1.6.5

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js-plugins/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/js-plugin-tailwindcss",
"version": "0.0.5",
"version": "0.0.6",
"description": "support tailwindcss for farm.",
"type": "module",
"main": "./dist/index.js",
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.6.4",
"@farmfe/core": "workspace:^1.6.5",
"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

## 1.6.5

### Patch Changes

- 2423ee65: Fix query strings in external imports are duplicated

## 1.6.4

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

0 comments on commit bb56d20

Please sign in to comment.