Skip to content

Commit

Permalink
release: v0.1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jul 2, 2024
1 parent f9a3015 commit b3e89d1
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.76](https://github.com/brillout/telefunc/compare/v0.1.75...v0.1.76) (2024-07-02)


### Bug Fixes

* add `node:` prefix to Node.js imports (fix [#113](https://github.com/brillout/telefunc/issues/113)) ([#115](https://github.com/brillout/telefunc/issues/115)) ([f9a3015](https://github.com/brillout/telefunc/commit/f9a3015bf8a63515d02408a765fd110b52359b43))



## [0.1.75](https://github.com/brillout/telefunc/compare/v0.1.74...v0.1.75) (2024-06-28)


Expand Down
2 changes: 1 addition & 1 deletion docs/utils/projectInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROJECT_VERSION = '0.1.75'
const PROJECT_VERSION = '0.1.76'

export const projectInfo = {
projectName: 'Telefunc' as const,
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.75",
"telefunc": "0.1.76",
"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.75"
"telefunc": "0.1.76"
}
}
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.75",
"telefunc": "0.1.76",
"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.75",
"telefunc": "0.1.76",
"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.75",
"telefunc": "0.1.76",
"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.75",
"telefunc": "0.1.76",
"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.75",
"telefunc": "0.1.76",
"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.75"
"telefunc": "0.1.76"
},
"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.75",
"telefunc": "0.1.76",
"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.75",
"telefunc": "0.1.76",
"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.75",
"version": "0.1.76",
"scripts": {
"build": "rm -rf dist/ && tsc --build",
"dev": "pnpm run dev:fast",
Expand Down
2 changes: 1 addition & 1 deletion telefunc/utils/projectInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PROJECT_VERSION = '0.1.75'
const PROJECT_VERSION = '0.1.76'

export const projectInfo = {
projectName: 'Telefunc' as const,
Expand Down

0 comments on commit b3e89d1

Please sign in to comment.