Skip to content

Commit 77dde3a

Browse files
chore(release): 7.3.0 [skip ci]
# [7.3.0](v7.2.0...v7.3.0) (2020-06-30) ### Features * **theming:** allows dependancies to define themes and provide fonts ([0330a5a](0330a5a))
1 parent 85ea750 commit 77dde3a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.3.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.2.0...v7.3.0) (2020-06-30)
2+
3+
4+
### Features
5+
6+
* **theming:** allows dependancies to define themes and provide fonts ([0330a5a](https://github.com/ngageoint/opensphere-build-resolver/commit/0330a5addc029c40c96c7f0dc9f49857d5843a2b))
7+
18
# [7.2.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v7.1.2...v7.2.0) (2020-05-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensphere-build-resolver",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, node-sass, and other tools.",
55
"bin": {
66
"os-resolve": "./resolve.js"

0 commit comments

Comments
 (0)