Skip to content

Commit

Permalink
release: v0.1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 2, 2024
1 parent 44a6653 commit 6144701
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.1.81](https://github.com/brillout/telefunc/compare/v0.1.80...v0.1.81) (2024-11-02)


### Bug Fixes

* eagerly try Vite telefunc file retrieval (fix [#121](https://github.com/brillout/telefunc/issues/121)) ([44a6653](https://github.com/brillout/telefunc/commit/44a6653074d989c32d64e3f0e5fc0cda1864cedb))
* improve error message ([3445e13](https://github.com/brillout/telefunc/commit/3445e13e6535717bf8b3ffd493924fb7e9593ece))
* update picocolors ([453b43c](https://github.com/brillout/telefunc/commit/453b43c93af6bdf021f0a40a1d6d3c89115615c8))



## [0.1.80](https://github.com/brillout/telefunc/compare/v0.1.79...v0.1.80) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion examples/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.22",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.156",
Expand Down
2 changes: 1 addition & 1 deletion examples/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@rollup/plugin-node-resolve": "^13.1.3",
"express": "^4.17.1",
"rollup": "^2.67.1",
"telefunc": "0.1.80"
"telefunc": "0.1.81"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@cloudflare/wrangler": "^1.19.8",
"express": "^4.17.2",
"miniflare": "^2.3.0",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"vite": "^4.3.9"
}
}
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/nuxt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"core-js": "^3.15.1",
"nuxt": "2.17.3",
"sass-loader": "^10.4.1",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"vue": "2.7.16",
"webpack": "^4.46.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-web": "0.17.1",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"typescript": "^4.8.4"
}
}
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.22",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"typescript": "^4.8.4",
"vike": "^0.4.156",
"vite": "^4.3.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"dependencies": {
"telefunc": "0.1.80"
"telefunc": "0.1.81"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"express": "^4.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"typescript": "^4.8.4",
"vike": "^0.4.156",
"vite": "^4.3.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"cross-env": "^7.0.3",
"express": "^4.18.2",
"telefunc": "0.1.80",
"telefunc": "0.1.81",
"typescript": "^5.4.4",
"vite": "^4.3.9"
},
Expand Down
2 changes: 1 addition & 1 deletion telefunc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telefunc",
"version": "0.1.80",
"version": "0.1.81",
"scripts": {
"build": "rm -rf dist/ && tsc --build",
"dev": "pnpm run dev:fast",
Expand Down
2 changes: 1 addition & 1 deletion telefunc/utils/PROJECT_VERSION.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PROJECT_VERSION = '0.1.80'
export const PROJECT_VERSION = '0.1.81'

0 comments on commit 6144701

Please sign in to comment.