Skip to content

Commit

Permalink
0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 5, 2020
1 parent d0ee111 commit 00ae57b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "skeleton-elements",
"version": "0.6.0",
"version": "0.7.0",
"description": "Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) are representations of UI that will be available (loaded) soon. They are designed to improve perceived performance.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@skeleton-elements/core",
"version": "0.6.0",
"version": "0.7.0",
"description": "Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) are representations of UI that will be available (loaded) soon. They are designed to improve perceived performance.",
"main": "skeleton-elements.css",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@skeleton-elements/react",
"version": "0.6.0",
"version": "0.7.0",
"description": "Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) are representations of UI that will be available (loaded) soon. They are designed to improve perceived performance.",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@skeleton-elements/svelte",
"version": "0.6.0",
"version": "0.7.0",
"description": "Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) are representations of UI that will be available (loaded) soon. They are designed to improve perceived performance.",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@skeleton-elements/vue",
"version": "0.6.0",
"version": "0.7.0",
"description": "Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) are representations of UI that will be available (loaded) soon. They are designed to improve perceived performance.",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down

0 comments on commit 00ae57b

Please sign in to comment.