Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 39ae151

Browse files
committed
chore: v5.0.5
1 parent 498bc4b commit 39ae151

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DESCRIPTION
5252
Theme Component Plugin by Archetype Themes
5353
```
5454

55-
_See code: [src/commands/theme/component/index.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/component/index.ts)_
55+
_See code: [src/commands/theme/component/index.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/component/index.ts)_
5656

5757
## `shopify theme component clean [THEMEDIR]`
5858

@@ -75,7 +75,7 @@ EXAMPLES
7575
$ shopify theme component clean theme-directory
7676
```
7777

78-
_See code: [src/commands/theme/component/clean.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/component/clean.ts)_
78+
_See code: [src/commands/theme/component/clean.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/component/clean.ts)_
7979

8080
## `shopify theme component copy THEMEDIR`
8181

@@ -99,7 +99,7 @@ EXAMPLES
9999
$ shopify theme component copy theme-directory
100100
```
101101

102-
_See code: [src/commands/theme/component/copy.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/component/copy.ts)_
102+
_See code: [src/commands/theme/component/copy.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/component/copy.ts)_
103103

104104
## `shopify theme component dev [COMPONENTSELECTOR]`
105105

@@ -118,7 +118,7 @@ FLAGS
118118
-i, --generate-import-map generate import map
119119
-m, --generate-template-map generate template map
120120
-n, --collection-name=<value> name of the component collection
121-
-s, --setup-files copy setup files to theme directory
121+
-s, --[no-]setup-files copy setup files to theme directory
122122
-t, --theme-dir=<value> [default: https://github.com/archetype-themes/explorer] directory that contains
123123
theme files for development
124124
-v, --collection-version=<value> version of the component collection
@@ -145,7 +145,7 @@ EXAMPLES
145145
$ shopify theme component dev header,footer,navigation
146146
```
147147

148-
_See code: [src/commands/theme/component/dev.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/component/dev.ts)_
148+
_See code: [src/commands/theme/component/dev.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/component/dev.ts)_
149149

150150
## `shopify theme component install THEMEDIR [COMPONENTSELECTOR]`
151151

@@ -174,7 +174,7 @@ EXAMPLES
174174
$ shopify theme component install theme-directory header,footer,navigation
175175
```
176176

177-
_See code: [src/commands/theme/component/install.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/component/install.ts)_
177+
_See code: [src/commands/theme/component/install.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/component/install.ts)_
178178

179179
## `shopify theme component map THEMEDIR [COMPONENTSELECTOR]`
180180

@@ -205,7 +205,7 @@ EXAMPLES
205205
$ shopify theme component map theme-directory header,footer,navigation
206206
```
207207

208-
_See code: [src/commands/theme/component/map.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/component/map.ts)_
208+
_See code: [src/commands/theme/component/map.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/component/map.ts)_
209209

210210
## `shopify theme generate import-map [THEMEDIR]`
211211

@@ -225,7 +225,7 @@ DESCRIPTION
225225
Generate an import map for JavaScript files in the assets directory
226226
```
227227

228-
_See code: [src/commands/theme/generate/import-map.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/generate/import-map.ts)_
228+
_See code: [src/commands/theme/generate/import-map.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/generate/import-map.ts)_
229229

230230
## `shopify theme generate template-map [THEMEDIR]`
231231

@@ -245,7 +245,7 @@ DESCRIPTION
245245
Generate a template map for component routes in the templates directory
246246
```
247247

248-
_See code: [src/commands/theme/generate/template-map.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.3/src/commands/theme/generate/template-map.ts)_
248+
_See code: [src/commands/theme/generate/template-map.ts](https://github.com/archetype-themes/plugin-theme-component/blob/v5.0.5/src/commands/theme/generate/template-map.ts)_
249249
<!-- commandsstop -->
250250

251251
## Contributing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plugin-theme-component",
33
"description": "Archetype Theme's Shopify CLI theme component plugin",
4-
"version": "5.0.4",
4+
"version": "5.0.5",
55
"author": "Archetype Themes Limited Partnership",
66
"bin": {
77
"component": "bin/run.js",

0 commit comments

Comments
 (0)