Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
* add ajv due to npm resolution issues
  ajv-validator/ajv#708
  • Loading branch information
kpsherva committed Mar 3, 2023
1 parent 386834c commit c4e96ef
Show file tree
Hide file tree
Showing 4 changed files with 10,519 additions and 8,934 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 16.x]

steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Changes

Version 2.0.0 (released 2023-03-01)

- add multiple folders to dynamic loader

Version 1.1.2 (released 2023-02-15)

- widgets: add rows prop to TextArea component
Expand Down

0 comments on commit c4e96ef

Please sign in to comment.