Skip to content

Commit ae6ac84

Browse files
chore(release): 1.0.0-alpha.1 [skip ci]
# 1.0.0-alpha.1 (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 39cd3d4 commit ae6ac84

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 1.0.0-alpha.1 (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))
16+
117
# 1.0.0 (2021-03-18)
218

319

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "com.biernat-krzysztof.gt-variable",
33
"displayName": "GTVariable",
4-
"version": "1.0.0",
4+
"version": "1.0.0-alpha.1",
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.",
77
"keywords": [
88
"Data Container"
99
],
10-
"category": "Data Containers"
10+
"category": "Data Containers",
11+
"devDependencies": {
12+
"@semantic-release/changelog": "^5.0.1",
13+
"@semantic-release/git": "^9.0.0"
14+
}
1115
}

0 commit comments

Comments
 (0)