Skip to content

Commit f05b700

Browse files
committed
Publish
- accurapp-scripts@4.0.0 - babel-preset-accurapp@4.0.0 - create-accurapp@4.0.0 - eslint-config-accurapp@4.1.0 - webpack-preset-accurapp@4.0.0
1 parent ba1268a commit f05b700

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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": "4.0.0-beta.23",
3+
"version": "4.0.0",
44
"description": "Scripts for AccurApp",
55
"repository": "accurat/accurapp",
66
"license": "MIT",

packages/babel-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": "babel-preset-accurapp",
3-
"version": "4.0.0-beta.23",
3+
"version": "4.0.0",
44
"description": "Babel preset used by Accurat",
55
"repository": "accurat/accurapp",
66
"license": "MIT",

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": "4.0.0-beta.23",
3+
"version": "4.0.0",
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": "^4.0.0-beta.23",
24+
"accurapp-scripts": "^4.0.0",
2525
"chalk": "^2.4.1",
2626
"cross-spawn": "^6.0.5",
2727
"figlet": "^1.2.0",

packages/eslint-config-accurapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-accurapp",
3-
"version": "4.1.0-beta.23",
3+
"version": "4.1.0",
44
"description": "ESLint configuration used by Accurat",
55
"repository": "accurat/accurapp",
66
"license": "MIT",

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": "4.0.0-beta.23",
3+
"version": "4.0.0",
44
"description": "Webpack configuration used by Accurat, based on webpack-blocks",
55
"repository": "accurat/accurapp",
66
"license": "MIT",

0 commit comments

Comments
 (0)