Skip to content

Commit

Permalink
release v0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
VovanSuper committed May 28, 2021
1 parent f5c2684 commit ae2343f
Show file tree
Hide file tree
Showing 39 changed files with 93 additions and 120 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@ on:

jobs:
build:
if: startsWith(github.repository_owner, 'ngx')
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Create Release
if: startsWith(github.repository_owner, 'ngx')
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
RELEASE_VERSION: "${{ toJSON(github.ref) }} | cut -d / -f 3"
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- Extended library functionality
- Version bump to "${{ toJSON(github.ref) }} | cut -d / -f 3"
- Version bump to $RELEASE_VERSION
draft: false
prerelease: false
39 changes: 1 addition & 38 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ coverage
# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

Expand All @@ -53,12 +50,6 @@ typings/
# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

Expand All @@ -72,33 +63,5 @@ typings/
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port
.cache/
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ <h5 class="mdc-drawer__subtitle2">Demonstrator app</h5>
<script src="//buttons.github.io/buttons.js" async="" defer></script>
<script src="//unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
<script src="//unpkg.com/swiper/swiper-bundle.js"></script>
<script src="runtime-es2016.2df986bdb01d6d748f6e.js" type="module"></script><script src="runtime-es5.2df986bdb01d6d748f6e.js" nomodule defer></script><script src="polyfills-es5.949f0c8704e4a0861ce7.js" nomodule defer></script><script src="polyfills-es2016.959cd6513f410f8b0fa8.js" type="module"></script><script src="scripts.59fcb38080d1dfc2ae33.js" defer></script><script src="vendor-es2016.c761209219a0f857788a.js" type="module"></script><script src="vendor-es5.c761209219a0f857788a.js" nomodule defer></script><script src="main-es2016.ebb186c866bc4ad7e911.js" type="module"></script><script src="main-es5.ebb186c866bc4ad7e911.js" nomodule defer></script>
<script src="runtime-es2017.2df986bdb01d6d748f6e.js" type="module"></script><script src="runtime-es5.2df986bdb01d6d748f6e.js" nomodule defer></script><script src="polyfills-es5.b61cf91ac6789dc61a70.js" nomodule defer></script><script src="polyfills-es2017.959cd6513f410f8b0fa8.js" type="module"></script><script src="scripts.59fcb38080d1dfc2ae33.js" defer></script><script src="vendor-es2017.1798b07e2c5674f9a41c.js" type="module"></script><script src="vendor-es5.1798b07e2c5674f9a41c.js" nomodule defer></script><script src="main-es2017.30aae63e0de96232d9f1.js" type="module"></script><script src="main-es5.30aae63e0de96232d9f1.js" nomodule defer></script>

</body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main-es5.30aae63e0de96232d9f1.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main-es5.ebb186c866bc4ad7e911.js.map

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae2343f

Please sign in to comment.