Skip to content

Commit b8a6758

Browse files
committed
release: 0.1.10
1 parent 94418aa commit b8a6758

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.9
1+
0.1.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dx",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"private": true,
55
"description": "Monorepo for JavaScript and TypeScript dx libraries.",
66
"homepage": "https://github.com/Rel1cx/dx",

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.9",
3+
"version": "0.1.10",
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.9",
3+
"version": "0.1.10",
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.9",
3+
"version": "0.1.10",
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.9",
3+
"version": "0.1.10",
44
"private": false,
55
"description": "(WIP) An ESLint plugin for function-related rules.",
66
"homepage": "https://github.com/Rel1cx/dx",

packages/tsl-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsl-module",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "A tsl plugin for JavaScript and TypeScript module syntax linting and transformations.",
55
"keywords": [
66
"tsl",

0 commit comments

Comments
 (0)