Skip to content

Commit dba9710

Browse files
authored
Merge pull request #202 from pagesource/bugfix/plugin-version-update
generator version update, ignore dir updates and changesets
2 parents edd8926 + 922ca9f commit dba9710

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/afraid-crabs-breathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-universal-react': minor
3+
---
4+
5+
Replacing styled components with styling library stitches. Adding React UI library Nextui.

.changeset/sour-fans-train.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-universal-react': patch
3+
---
4+
5+
Version update of generate plop

templates/root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@commitlint/cli": "^16.2.1",
1616
"@commitlint/config-angular": "^16.2.1",
1717
"@commitlint/prompt-cli": "^16.2.1",
18-
"@xt-pagesource/generate-plop": "^1.1.1",
18+
"@xt-pagesource/generate-plop": "^1.2.0",
1919
"husky": "^4.3.8",
2020
"ts-jest": "^27.1.3",
2121
"prettier": "^2.5.1",

utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const reservedDir = {
1515
MODULES: 'modules'
1616
};
1717

18-
const ignoreDirs = ['modules', '.vscode'];
18+
const ignoreDirs = ['modules', '.vscode', 'storybook', 'apps', 'packages'];
1919

2020
const appConstants = {
2121
UNIVERSAL_REACT: 'universal-react',

0 commit comments

Comments
 (0)