Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelzs committed Sep 6, 2020
1 parent 0cc34da commit c6f99e2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 1.1.0 - Under development
# 1.1.0 - 2020-09-06

- ADDED
- REMOVED
- IMPROVED
- Update Axentix to 1.0.0-beta.1
- Update Axentix to 1.0.0-beta.2
- Update dependencies
- BUGFIXES
- `data-neu-hover` change state at startup
Expand Down
33 changes: 19 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neu-axentix",
"version": "1.0.1",
"version": "1.1.0",
"description": "Neu-Axentix is the first front end framework based on neumorphism using CSS and JS. Start creating your website using neumorphic design.",
"homepage": "https://neu.useaxentix.com",
"author": "Axel SIMONET, Vincent LEVEQUE",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"engine": "node >= 10",
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"browser-sync": "^2.26.12",
"fibers": "^4.0.3",
Expand All @@ -60,6 +60,6 @@
"sass": "^1.26.10"
},
"dependencies": {
"axentix": "^1.0.0-beta.1"
"axentix": "^1.0.0-beta.2"
}
}

0 comments on commit c6f99e2

Please sign in to comment.