Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit f0968b7

Browse files
committed
bumped version
1 parent 62c5a55 commit f0968b7

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

.changeset/modern-paws-turn.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@agile-ts/core': patch
3+
'cra-template-agile': patch
4+
'cra-template-agile-typescript': patch
5+
---
6+
7+
#### :nail_care: Polish
8+
* `cra-template-agile`, `cra-template-agile-typescript`
9+
* Optimized create-react-app templates ([@bennodev19](https://github.com/bennodev19))
10+
* Optimized examples ([@bennodev19](https://github.com/bennodev19))
11+
12+
#### Committers: 1
13+
- BennoDev ([@bennodev19](https://github.com/bennodev19))
14+

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
node_modules/
2-
dist
3-
.yalc
4-
package-lock.json
5-
coverage
6-
.tgz
7-
.changelog
8-
cache
92

103
# Differs on each engine
114
yalc.lock
@@ -19,6 +12,8 @@ npm-debug.log*
1912
yarn-debug.log*
2013
yarn-error.log*
2114
.eslintcache
15+
package-lock.json
16+
yarn.lock
2217

2318
# Editor directories and files
2419
.idea
@@ -34,3 +29,9 @@ sync.js
3429
# Generated files from build
3530
src/*.js
3631
src/*.js.map
32+
*.tgz
33+
cache
34+
coverage
35+
.yalc
36+
dist
37+
.changelog

0 commit comments

Comments
 (0)