Skip to content

Commit 4f653de

Browse files
committed
chore(ci): bump version v1.1.53
1 parent 58ce380 commit 4f653de

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@instructor/core`
22

3-
[![Latest Release](https://img.shields.io/badge/Release-1.1.52-blue)](https://github.com/matyasjay/instructor/releases/latest)
3+
[![Latest Release](https://img.shields.io/badge/Release-1.1.53-blue)](https://github.com/matyasjay/instructor/releases/latest)
44
[![GolangCI](https://github.com/matyasjay/instructor/actions/workflows/golangcli-lint.yml/badge.svg?branch=main)](https://github.com/matyasjay/instructor/actions/workflows/golangcli-lint.yml)
55
[![CompileCI](https://github.com/matyasjay/instructor/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/matyasjay/instructor/actions/workflows/tests.yml)
66

database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/database",
33
"description": "Instructor VTA - Database",
4-
"version": "1.1.52",
4+
"version": "1.1.53",
55
"private": true
6-
}
6+
}

docker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/docker",
33
"description": "Instructor VTA - Dockerfiles",
4-
"version": "1.1.52",
4+
"version": "1.1.53",
55
"private": true
6-
}
6+
}

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@instructor/frontend",
33
"description": "Instructor VTA -- Funnel Application",
4-
"version": "1.1.52",
4+
"version": "1.1.53",
55
"private": true,
66
"main": "index.html",
77
"type": "module",
@@ -95,4 +95,4 @@
9595
"Safari >= 14",
9696
"Edge >= 88"
9797
]
98-
}
98+
}

http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/http",
33
"description": "Instructor VTA - HTTP Service",
4-
"version": "1.1.52",
4+
"version": "1.1.53",
55
"private": true
66
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/core",
3-
"version": "1.1.52",
3+
"version": "1.1.53",
44
"scripts": {
55
"prepare": "husky"
66
},
@@ -20,4 +20,4 @@
2020
"pnpm": "10"
2121
},
2222
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
23-
}
23+
}

scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructor/scripts",
33
"description": "Instructor VTA - Scripts",
4-
"version": "1.1.52",
4+
"version": "1.1.53",
55
"private": true
6-
}
6+
}

0 commit comments

Comments
 (0)