Skip to content

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Jun 28, 2020
2 parents b1e0b57 + 0b1a1ef commit b8aede9
Show file tree
Hide file tree
Showing 209 changed files with 44,834 additions and 61,964 deletions.
8 changes: 1 addition & 7 deletions .babelrc
@@ -1,9 +1,3 @@
{
"presets": ["env"],
"plugins": [
"add-module-exports",
["transform-es2015-classes", {"loose": true}],
"transform-object-rest-spread",
"transform-runtime"
]
"presets": [["@babel/preset-env", { "modules": false }]]
}
370 changes: 314 additions & 56 deletions README.md

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions bump
Expand Up @@ -11,8 +11,7 @@ update_dependencies() {
update_version() {
current_tag=$(git describe --abbrev=0 --tags master) &&
echo 'bump from '$current_tag' to '$1 &&
sed -i ".bkp" "s/\(version\":[ ]*\"\)$current_tag/\1$1/" package.json &&
sed -i ".bkp" "s/\(version\":[ ]*\"\)$current_tag/\1$1/" yuidoc.json
sed -i ".bkp" "s/\(version\":[ ]*\"\)$current_tag/\1$1/" package.json
}

build() {
Expand All @@ -28,7 +27,7 @@ run_tests() {
}

make_release_commit() {
git add package.json yarn.lock yuidoc.json dist &&
git add package.json yarn.lock dist &&
git commit -m 'chore(package): bump to '$1 &&
git flow release finish $1
}
Expand Down
Binary file removed dist/38861cba61c66739c1452c3a71e39852.ttf
Binary file not shown.
Binary file removed dist/4b76590b32dab62bc95c1b7951efae78.swf
Binary file not shown.
Binary file removed dist/8fa12a459188502b9f0d39b8a67d9e6c.swf
Binary file not shown.
Binary file removed dist/a8c874b93b3d848f39a71260c57e3863.cur
Binary file not shown.

0 comments on commit b8aede9

Please sign in to comment.