Skip to content

Commit 6e4d8e9

Browse files
committed
release: 0.1.3-next.2
1 parent 6ccd6d5 commit 6e4d8e9

File tree

7 files changed

+73
-73
lines changed

7 files changed

+73
-73
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3-next.1
1+
0.1.3-next.2

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dx",
3-
"version": "0.1.3-next.0",
3+
"version": "0.1.3-next.2",
44
"private": true,
55
"description": "Monorepo for JavaScript and TypeScript dx libraries.",
66
"homepage": "https://github.com/Rel1cx/dx",
@@ -31,8 +31,8 @@
3131
"update:version": "tsx ./scripts/update-version.ts"
3232
},
3333
"devDependencies": {
34-
"@effect/platform": "^0.93.8",
35-
"@effect/platform-node": "^0.103.0",
34+
"@effect/platform": "^0.94.0",
35+
"@effect/platform-node": "^0.104.0",
3636
"@eslint/compat": "^2.0.0",
3737
"@let/eff": "jsr:^0.1.2",
3838
"@local/configs": "workspace:*",
@@ -42,7 +42,7 @@
4242
"@types/node": "^25.0.3",
4343
"ansis": "^4.2.0",
4444
"dprint": "^0.50.2",
45-
"effect": "^3.19.12",
45+
"effect": "^3.19.13",
4646
"eslint": "^9.39.2",
4747
"eslint-plugin-function-rule": "workspace:*",
4848
"eslint-plugin-vitest": "^0.5.4",

packages/eff/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@let/eff",
3-
"version": "0.1.3-next.0",
3+
"version": "0.1.3-next.2",
44
"license": "MIT",
55
"exports": "./src/index.ts"
66
}

packages/eff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@let/eff",
3-
"version": "0.1.3-next.0",
3+
"version": "0.1.3-next.2",
44
"description": "JavaScript and TypeScript utilities.",
55
"homepage": "https://github.com/Rel1cx/dx",
66
"bugs": {

packages/eslint-plugin-function-rule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-function-rule",
3-
"version": "0.1.3-next.0",
3+
"version": "0.1.3-next.2",
44
"description": "An ESLint plugin to write custom rules with JavaScript functions.",
55
"homepage": "https://github.com/Rel1cx/dx",
66
"bugs": {

packages/eslint-plugin-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-function",
3-
"version": "0.1.3-next.0",
3+
"version": "0.1.3-next.2",
44
"private": false,
55
"description": "(WIP) An ESLint plugin for function-related rules.",
66
"homepage": "https://github.com/Rel1cx/dx",

pnpm-lock.yaml

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)