Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 19, 2023
1 parent 27e6986 commit bcc453d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 21 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# `com.peoplefun.platform-tech.core` Changelog

## 1.0.0 (2023-10-19)


### Features

* add prerelease branch builder ([1fe81f2](https://github.com/ianpilipski-pf/test-release-please/commit/1fe81f21abe89b19bbf6ebc03d071bf282223b7d))
* initial commit ([48bfba4](https://github.com/ianpilipski-pf/test-release-please/commit/48bfba4292d181f311447d91280ef2008cd7358f))
* modify readme ([dfa6170](https://github.com/ianpilipski-pf/test-release-please/commit/dfa617080ed3f8abf648b8f9e436d9ab3f70fb1c))


### Bug Fixes

* adding release-please github action ([b3c0ebc](https://github.com/ianpilipski-pf/test-release-please/commit/b3c0ebc1f3d83a0a5bf8e6dddec6d2655363fd2b))


### Miscellaneous Chores

* release 1.0.0 ([27e6986](https://github.com/ianpilipski-pf/test-release-please/commit/27e698678282b6dd6568665da198e575ac06be2f))
* release 1.0.0-pre.1 ([71b0167](https://github.com/ianpilipski-pf/test-release-please/commit/71b0167168d33c86f1bed06dd01e63926b0be713))

## 0.7.0
--------------------------------
### feat
Expand Down Expand Up @@ -174,4 +194,4 @@
## 0.0.10
--------------------------------
### feat
- MVP for FastBlock CPI
- MVP for FastBlock CPI
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "com.peoplefun.platform-tech.core",
"version": "0.8.0-pre.3",
"displayName": "Platform Tech: Core",
"description": "Platform Tech: Core Unity Package",
"author": "PeopleFun",
"email": "[email protected]",
"unity": "2021.3",
"unityRelease": "21f1",
"keywords": [
"Analytics"
],
"samples": [
{
"displayName": "RemoteConfig - ForcedUpgrade",
"description": "A simple example of how you can do a forced upgrade using remote config",
"path": "Samples~/RemoteConfig"
}
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
"name": "com.peoplefun.platform-tech.core",
"version": "1.0.0",
"displayName": "Platform Tech: Core",
"description": "Platform Tech: Core Unity Package",
"author": "PeopleFun",
"email": "[email protected]",
"unity": "2021.3",
"unityRelease": "21f1",
"keywords": [
"Analytics"
],
"samples": [
{
"displayName": "RemoteConfig - ForcedUpgrade",
"description": "A simple example of how you can do a forced upgrade using remote config",
"path": "Samples~/RemoteConfig"
}
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
}
}

0 comments on commit bcc453d

Please sign in to comment.