Skip to content

Commit 7c87d0d

Browse files
committed
chore: 🚀 Publish
- accurapp-scripts@5.2.0 - create-accurapp@5.0.7
1 parent d432792 commit 7c87d0d

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

packages/accurapp-scripts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0](https://github.com/accurat/accurapp/compare/accurapp-scripts@5.1.5...accurapp-scripts@5.2.0) (2020-10-22)
7+
8+
9+
### Features
10+
11+
* 👯 Support multiple webpack builds ([d432792](https://github.com/accurat/accurapp/commit/d432792da236091c337c63d289707e15f645c009))
12+
13+
14+
15+
16+
617
## [5.1.5](https://github.com/accurat/accurapp/compare/accurapp-scripts@5.1.4...accurapp-scripts@5.1.5) (2020-10-20)
718

819

packages/accurapp-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accurapp-scripts",
3-
"version": "5.1.5",
3+
"version": "5.2.0",
44
"description": "Scripts for Accurapp",
55
"repository": "accurat/accurapp",
66
"license": "MIT",

packages/create-accurapp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.7](https://github.com/accurat/accurapp/compare/create-accurapp@5.0.6...create-accurapp@5.0.7) (2020-10-22)
7+
8+
**Note:** Version bump only for package create-accurapp
9+
10+
11+
12+
13+
614
## [5.0.6](https://github.com/accurat/accurapp/compare/create-accurapp@5.0.5...create-accurapp@5.0.6) (2020-10-20)
715

816
**Note:** Version bump only for package create-accurapp

packages/create-accurapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-accurapp",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Create accurat apps with minimum flexible build configuration",
55
"repository": "accurat/accurapp",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"create-accurapp": "./index.js"
2222
},
2323
"dependencies": {
24-
"accurapp-scripts": "^5.1.5",
24+
"accurapp-scripts": "^5.2.0",
2525
"chalk": "4.0.0",
2626
"figlet": "1.4.0",
2727
"fs-extra": "9.0.0",

0 commit comments

Comments
 (0)