Skip to content

Commit 133111e

Browse files
authored
Merge pull request #4 from agiletech-web-dev/release
2 parents 2824597 + d26bf73 commit 133111e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ env:
66

77
on:
88
push:
9-
tags:
10-
- 'v*'
9+
branches:
10+
- release
1111

1212
# This is what will cancel the workflow
1313
concurrency:

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@shikijs/transformers": "^1.10.3",
13-
"js-utils-es": "workspace:*",
13+
"js-utils-es": "1.0.7",
1414
"prettier": "^3.3.2",
1515
"shiki": "^1.10.3"
1616
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-utils-es",
3-
"version": "1.0.5",
3+
"version": "1.0.7",
44
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
55
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
66
"license": "MIT",

0 commit comments

Comments
 (0)