Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSchubert committed Oct 4, 2021
1 parent eb046a0 commit 469aea0
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 13 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
```
________ ___ ___ ________ ________ ________ _______ ________
|\ ____\ |\ \|\ \ |\ __ \ |\ ___ \ |\ ____\ |\ ___ \ |\ ____\
\ \ \___| \ \ \\\ \\ \ \|\ \\ \ \\ \ \\ \ \___| \ \ __/| \ \ \___|_
\ \ \ \ \ __ \\ \ __ \\ \ \\ \ \\ \ \ ___\ \ \_|/__\ \_____ \
\ \ \____ \ \ \ \ \\ \ \ \ \\ \ \\ \ \\ \ \|\ \\ \ \_|\ \\|____|\ \
\ \_______\\ \__\ \__\\ \__\ \__\\ \__\\ \__\\ \_______\\ \_______\ ____\_\ \
\|_______| \|__|\|__| \|__|\|__| \|__| \|__| \|_______| \|_______||\_________\
\|_________|
```

## Releasing
| Hash | Date | Author | Changes |
|------|------|--------|---------|
| eb046a0796cfd4fd820940f24a55ab0220d9a067 | 2021-10-03 | Chris Schubert | Updating namespaces to match folder structure |
| 1c76a6fb6a76cef46b14963bbd377d210aa55cbd | 2021-10-03 | Chris Schubert | Organizing Appalachia packages for package management |
| c7fec68a124ce73bfab37ce8a0051088e5e1e9e1 | 2021-10-03 | Chris Schubert | Initializing organization repository for project. |
| 1595a926c8699f0c90e910386654e4b130197a8e | 2021-10-03 | Chris Schubert | Added README.md |
19 changes: 19 additions & 0 deletions RELEASELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```
______ ______ __ ______ ______ ______ ______
/\ == \ /\ ___\ /\ \ /\ ___\ /\ __ \ /\ ___\ /\ ___\
\ \ __< \ \ __\ \ \ \____\ \ __\ \ \ __ \\ \___ \\ \ __\
\ \_\ \_\\ \_____\\ \_____\\ \_____\\ \_\ \_\\/\_____\\ \_____\
\/_/ /_/ \/_____/ \/_____/ \/_____/ \/_/\/_/ \/_____/ \/_____/
```


## Released Changes

`0.1.1`
| Hash | Date | Author | Changes |
|------|------|--------|---------|
| eb046a0796cfd4fd820940f24a55ab0220d9a067 | 2021-10-03 | Chris Schubert | Updating namespaces to match folder structure |
| 1c76a6fb6a76cef46b14963bbd377d210aa55cbd | 2021-10-03 | Chris Schubert | Organizing Appalachia packages for package management |
| c7fec68a124ce73bfab37ce8a0051088e5e1e9e1 | 2021-10-03 | Chris Schubert | Initializing organization repository for project. |
| 1595a926c8699f0c90e910386654e4b130197a8e | 2021-10-03 | Chris Schubert | Added README.md |
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.appalachia.unity3d.spatial",
"displayName": "Appalachia.Spatial for Unity3D",
"version": "0.1.0",
"version": "0.1.1",
"unity": "2020.3",
"description": "Spatial utilities like Octrees and mesh burial utilities for Unity3D.",
"keywords": [
Expand All @@ -14,8 +14,7 @@
"author": {
"name": "Appalachia Interactive"
},
"dependencies": {
},
"dependencies": {},
"repository": {
"url": "https://github.com/AppalachiaInteractive/com.appalachia.unity3d.spatial.git",
"type": "git"
Expand All @@ -24,15 +23,15 @@
"registry": "http://35.211.123.13:4873/"
},
"scripts": {
"preversion" : "bash ~/com.appalachia/appa/appa package unity3d preversion",
"version" : "bash ~/com.appalachia/appa/appa package unity3d version",
"postversion" : "bash ~/com.appalachia/appa/appa package unity3d postversion",
"prepack" : "bash ~/com.appalachia/appa/appa package unity3d prepack",
"package" : "bash ~/com.appalachia/appa/appa package unity3d package",
"postpack" : "bash ~/com.appalachia/appa/appa package unity3d postpack",
"vscode:prepublish" : "bash ~/com.appalachia/appa/appa package unity3d vscode_prepublish",
"prepublishOnly" : "bash ~/com.appalachia/appa/appa package unity3d prepublishOnly",
"publish" : "bash ~/com.appalachia/appa/appa package unity3d publish",
"postpublish" : "bash ~/com.appalachia/appa/appa package unity3d postpublish"
"preversion": "bash ~/com.appalachia/appa/appa package unity3d preversion",
"version": "bash ~/com.appalachia/appa/appa package unity3d version",
"postversion": "bash ~/com.appalachia/appa/appa package unity3d postversion",
"prepack": "bash ~/com.appalachia/appa/appa package unity3d prepack",
"package": "bash ~/com.appalachia/appa/appa package unity3d package",
"postpack": "bash ~/com.appalachia/appa/appa package unity3d postpack",
"vscode:prepublish": "bash ~/com.appalachia/appa/appa package unity3d vscode_prepublish",
"prepublishOnly": "bash ~/com.appalachia/appa/appa package unity3d prepublishOnly",
"publish": "bash ~/com.appalachia/appa/appa package unity3d publish",
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
}
}

0 comments on commit 469aea0

Please sign in to comment.