Skip to content

Commit

Permalink
v7.6.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 29, 2023
1 parent f9d4b0e commit 78e7ac5
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run: npm run our:compile
- run: npm run our:meta
- name: publish to npm
uses: bevry-actions/npm@v1.1.6
uses: bevry-actions/npm@v1.1.7
with:
npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }}
npmBranchTag: ':next'
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## v7.6.0 2023 December 30

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)

## v7.5.0 2023 December 29

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
192 changes: 96 additions & 96 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unicode-symbols",
"version": "7.5.0",
"version": "7.6.0",
"license": "Artistic-2.0",
"description": "Unicode Symbols",
"homepage": "https://github.com/bevry/unicode-symbols",
Expand Down Expand Up @@ -244,12 +244,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"kava": "^7.8.0",
"make-deno-edition": "^2.2.0",
"make-deno-edition": "^2.3.0",
"prettier": "^3.1.1",
"projectz": "^4.1.1",
"projectz": "^4.2.0",
"typedoc": "^0.25.4",
"typescript": "5.3.3",
"valid-directory": "^4.8.0",
"valid-directory": "^4.9.0",
"valid-module": "^2.6.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 78e7ac5

Please sign in to comment.