Skip to content

Commit

Permalink
update version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrasik committed Jun 25, 2024
1 parent eebe843 commit c98e67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.probe": [
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nordcloud/gnui",
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
"version": "10.3.1",
"version": "10.4.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c98e67e

Please sign in to comment.