Skip to content

Commit 3fe28b7

Browse files
authored
Merge pull request #53 from swup/version/automated
Update package version (automated)
2 parents b71b6a7 + 65d2db1 commit 3fe28b7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ FLAG DESCRIPTIONS
8989
Choose the type of project to create: plugin or theme. Not required if name ends with "Plugin" or "Theme".
9090
```
9191

92-
_See code: [src/commands/create.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/create.ts)_
92+
_See code: [src/commands/create.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/create.ts)_
9393

9494
## `swup help [COMMANDS]`
9595

@@ -136,7 +136,7 @@ FLAG DESCRIPTIONS
136136
Check for required package.json fields before bundling. Disable using --no-check.
137137
```
138138

139-
_See code: [src/commands/package/build.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/build.ts)_
139+
_See code: [src/commands/package/build.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/package/build.ts)_
140140

141141
## `swup package:check`
142142

@@ -155,7 +155,7 @@ EXAMPLES
155155
$ swup package:check
156156
```
157157

158-
_See code: [src/commands/package/check.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/check.ts)_
158+
_See code: [src/commands/package/check.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/package/check.ts)_
159159

160160
## `swup package:dev`
161161

@@ -182,7 +182,7 @@ FLAG DESCRIPTIONS
182182
Check for required package.json fields before bundling. Disable using --no-check.
183183
```
184184

185-
_See code: [src/commands/package/dev.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/dev.ts)_
185+
_See code: [src/commands/package/dev.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/package/dev.ts)_
186186

187187
## `swup package:format`
188188

@@ -201,7 +201,7 @@ EXAMPLES
201201
$ swup package:format
202202
```
203203

204-
_See code: [src/commands/package/format.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/format.ts)_
204+
_See code: [src/commands/package/format.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/package/format.ts)_
205205

206206
## `swup package:lint`
207207

@@ -220,7 +220,7 @@ EXAMPLES
220220
$ swup package:lint
221221
```
222222

223-
_See code: [src/commands/package/lint.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/lint.ts)_
223+
_See code: [src/commands/package/lint.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/package/lint.ts)_
224224

225225
## `swup validate`
226226

@@ -298,5 +298,5 @@ FLAG DESCRIPTIONS
298298
CSS properties expected to change during animations, separated by comma.
299299
```
300300

301-
_See code: [src/commands/validate.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/validate.ts)_
301+
_See code: [src/commands/validate.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/validate.ts)_
302302
<!-- commandsstop -->

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swup/cli",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Swup CLI for plugin development and site validation",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)