Skip to content

Commit c93634d

Browse files
committed
chore: 🚀 Publish
- accurapp-scripts@5.1.5 - create-accurapp@5.0.6 - webpack-preset-accurapp@5.1.1
1 parent dd3e926 commit c93634d

6 files changed

Lines changed: 34 additions & 4 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.1.5](https://github.com/accurat/accurapp/compare/accurapp-scripts@5.1.4...accurapp-scripts@5.1.5) (2020-10-20)
7+
8+
9+
### Bug Fixes
10+
11+
* 🐛 Support nested index.html in public folder ([7d04634](https://github.com/accurat/accurapp/commit/7d04634befeff0dead28ecaf2885a711b8455c5c))
12+
13+
14+
15+
16+
617
## [5.1.4](https://github.com/accurat/accurapp/compare/accurapp-scripts@5.1.3...accurapp-scripts@5.1.4) (2020-08-31)
718

819
**Note:** Version bump only for package accurapp-scripts

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.4",
3+
"version": "5.1.5",
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.6](https://github.com/accurat/accurapp/compare/create-accurapp@5.0.5...create-accurapp@5.0.6) (2020-10-20)
7+
8+
**Note:** Version bump only for package create-accurapp
9+
10+
11+
12+
13+
614
## [5.0.5](https://github.com/accurat/accurapp/compare/create-accurapp@5.0.4...create-accurapp@5.0.5) (2020-08-31)
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.5",
3+
"version": "5.0.6",
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.4",
24+
"accurapp-scripts": "^5.1.5",
2525
"chalk": "4.0.0",
2626
"figlet": "1.4.0",
2727
"fs-extra": "9.0.0",

packages/webpack-preset-accurapp/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.1.1](https://github.com/accurat/accurapp/compare/webpack-preset-accurapp@5.1.0...webpack-preset-accurapp@5.1.1) (2020-10-20)
7+
8+
9+
### Bug Fixes
10+
11+
* 🔨 Don't generate license.txt file ([dd3e926](https://github.com/accurat/accurapp/commit/dd3e926edc0482315507e43288294b8b1c60b9cf))
12+
13+
14+
15+
16+
617
# [5.1.0](https://github.com/accurat/accurapp/compare/webpack-preset-accurapp@5.0.5...webpack-preset-accurapp@5.1.0) (2020-08-31)
718

819

packages/webpack-preset-accurapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-preset-accurapp",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Webpack configuration used by Accurat, based on webpack-blocks",
55
"repository": "accurat/accurapp",
66
"license": "MIT",

0 commit comments

Comments
 (0)