Skip to content

Commit

Permalink
v2.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Oct 25, 2024
1 parent 3a58cbe commit bfb1bce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "2.0.0-alpha.16"
"version": "2.0.0-alpha.18"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"./scss/*.scss": "./dist/scss/*.scss"
},
"files": [
"css",
"font",
"icons",
"scss"
"dist"
],
"license": "MIT",
"name": "@nasa-jpl/stellar",
Expand All @@ -37,6 +34,6 @@
"prepublishOnly": "npm run build"
},
"type": "module",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.18",
"gitHead": "e8ce0b96712cefccff8f31d5307e96f26c19d965"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
"typescript": {
"definition": "dist/esm/index.d.ts"
},
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.18",
"gitHead": "e8ce0b96712cefccff8f31d5307e96f26c19d965"
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"svelte": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"version": "2.0.0-alpha.16"
"version": "2.0.0-alpha.18"
}

0 comments on commit bfb1bce

Please sign in to comment.