Skip to content

Commit

Permalink
v7.2.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 5, 2023
1 parent ae3841f commit fe5a105
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 93 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,5 +1,9 @@
# History

## v7.2.0 2023 December 6

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

## v7.1.0 2023 December 5

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -90,30 +90,30 @@ eachr(map, iterator)
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a>

``` typescript
import pkg from 'https://unpkg.com/eachr@^7.1.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/eachr@^7.2.0/edition-deno/index.ts'
```

<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a>

``` html
<script type="module">
import pkg from '//cdn.skypack.dev/eachr@^7.1.0'
import pkg from '//cdn.skypack.dev/eachr@^7.2.0'
</script>
```

<a href="https://unpkg.com" title="unpkg is a fast, global content delivery network for everything on npm"><h3>unpkg</h3></a>

``` html
<script type="module">
import pkg from '//unpkg.com/eachr@^7.1.0'
import pkg from '//unpkg.com/eachr@^7.2.0'
</script>
```

<a href="https://jspm.io" title="Native ES Modules CDN"><h3>jspm</h3></a>

``` html
<script type="module">
import pkg from '//dev.jspm.io/eachr@7.1.0'
import pkg from '//dev.jspm.io/eachr@7.2.0'
</script>
```

Expand Down
155 changes: 70 additions & 85 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eachr",
"version": "7.1.0",
"version": "7.2.0",
"description": "Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.",
"homepage": "https://github.com/bevry/eachr",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -202,15 +202,15 @@
"browser": "edition-browsers/index.js",
"module": "edition-browsers/index.js",
"dependencies": {
"editions": "^6.18.0",
"typechecker": "^9.1.0"
"editions": "^6.19.0",
"typechecker": "^9.2.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"assert-helpers": "^11.8.0",
"assert-helpers": "^11.9.0",
"eslint": "^8.55.0",
"eslint-config-bevry": "^5.2.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit fe5a105

Please sign in to comment.