Skip to content

Commit a2ea979

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-03-18) ### Bug Fixes * chanage package name to use lower cases ([704a35b](704a35b)) * make OnEventRaised setter public and correct naming ([30248cd](30248cd)) * remove comma at end of package.json file ([4b0042b](4b0042b)) ### Features * add alternative way to subscribe to an Game Event ([b3e09be](b3e09be)) * add new widget and extended options for updating widget ([1cdb71f](1cdb71f)) * Add package manifests file ([2394474](2394474))
1 parent f7dd232 commit a2ea979

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 1.0.0 (2021-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* chanage package name to use lower cases ([704a35b](https://github.com/GhooTS/GTScriptableVariable/commit/704a35b638efc782ba4724f662482eea0480f38e))
7+
* make OnEventRaised setter public and correct naming ([30248cd](https://github.com/GhooTS/GTScriptableVariable/commit/30248cd6b195287b4e042b06389dbe18b9db68da))
8+
* remove comma at end of package.json file ([4b0042b](https://github.com/GhooTS/GTScriptableVariable/commit/4b0042bc84640c2240cbe881b8202384718a5026))
9+
10+
11+
### Features
12+
13+
* add alternative way to subscribe to an Game Event ([b3e09be](https://github.com/GhooTS/GTScriptableVariable/commit/b3e09be332711d306883fbe6a492de880a58f654))
14+
* add new widget and extended options for updating widget ([1cdb71f](https://github.com/GhooTS/GTScriptableVariable/commit/1cdb71fd23f9df7f2e047e7c1c7f280b3a4aca05))
15+
* Add package manifests file ([2394474](https://github.com/GhooTS/GTScriptableVariable/commit/2394474145ea1294b9ad00e25a8de809ed2e660b))

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "com.biernat-krzysztof.gt-variable",
33
"displayName": "GTVariable",
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0",
55
"unity": "2019.3",
66
"description": "This repository is based on Ryan Hipple Talk about Game Architecture with Scriptable Objects and containe collection of wrappers that can help you manage dependancies between systems/components. Make sure to be familiar with concept of scriptable objects, because they are the core of this package.",
7-
"keywords": ["Data Container"],
7+
"keywords": [
8+
"Data Container"
9+
],
810
"category": "Data Containers"
911
}

0 commit comments

Comments
 (0)