Skip to content

Commit

Permalink
Bump version to 1.3.0 (#434)
Browse files Browse the repository at this point in the history
* Bump version to 1.3.0

* Update package lock.

* test: run tests with npm

---------

Co-authored-by: Antonio <[email protected]>
  • Loading branch information
jessgusclark and antomor authored Nov 29, 2024
1 parent a4be16a commit e1201f7
Show file tree
Hide file tree
Showing 4 changed files with 11,763 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install modules
run: yarn
run: npm ci

- name: Run tests
run: yarn test
run: npm run test
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dao-frontend",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Loading

0 comments on commit e1201f7

Please sign in to comment.