Skip to content

Commit

Permalink
v3.14.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 3, 2020
1 parent 9e0086a commit 4a69f1c
Show file tree
Hide file tree
Showing 7 changed files with 4,167 additions and 2,974 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2020 May 12
# 2020 June 3
# https://github.com/bevry/base

# System Files
Expand All @@ -14,6 +14,15 @@
.c9/
.vscode/

# Yarn Files
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
.pnp/

# Private Files
.env
.idea
Expand All @@ -24,8 +33,6 @@ build/
bower_components/
node_modules/
.next/
.pnp/
.pnp.js

# -------------------------------------
# CDN Inclusions, Git Exclusions
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
matrix:
fast_finish: true
allow_failures: []
cache: yarn
cache: npm
install:
- >-
eval "$(curl -fsSL
Expand All @@ -25,4 +25,4 @@ after_success:
notifications:
email:
recipients: >-
g/uYweUxHHQZHPJgmBQ2/NaviOAYoB5kVUXAPscDSHDmXDh6M650uWnQunyAXW8pSD5vvRFChuPAkxVxCqb0hd+PVfWG3L9GQvwUCq4DT0GkOepu8VQcZ8/9PoZK8fI+LDawDpCEGD0HXhlfHfn0WstpnmnQae/p+sSJltTRSFc=
P/p13VL6E0XgVS+AcrL/Un4+h2KfwlHregjhtZhgfiKoXjZo3r1QXxtLfSnyNQrbGvb5cZlWclzTmDUoAwUpyL78tm+JLez1oW0aQuH6zbnKbqRPYUxHb2qqtbWaNu1AOjNMCj0pLTt1BmeIQBalVXcC2STrJTLkGcjPorsms0k=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v3.14.0 2020 July 3

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v3.13.0 2020 June 26

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Yay! Big win for agnostic argument order! But when would you actually want this?

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/argsbytype@3.13.0'
import * as pkg from '//dev.jspm.io/argsbytype@3.14.0'
</script>
```

Expand All @@ -76,7 +76,7 @@ Yay! Big win for agnostic argument order! But when would you actually want this?
<p>This package is published with the following editions:</p>

<ul><li><code>argsbytype</code> aliases <code>argsbytype/source/index.js</code></li>
<li><code>argsbytype/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>argsbytype/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 13 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>argsbytype/edition-browsers/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> compiled for web browsers with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

<!-- /INSTALL -->
Expand Down
Loading

0 comments on commit 4a69f1c

Please sign in to comment.