Skip to content

Commit 1e59393

Browse files
committed
Update package metadata
1 parent e139491 commit 1e59393

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2022/10/30
9+
10+
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/zigurous/unity-architecture-patterns) [![](https://img.shields.io/github/package-json/v/zigurous/unity-architecture-patterns)](https://github.com/zigurous/unity-architecture-patterns/releases) [![](https://img.shields.io/badge/docs-link-success)](https://docs.zigurous.com/com.zigurous.datastructures) [![](https://img.shields.io/github/license/zigurous/unity-architecture-patterns)](https://github.com/zigurous/unity-architecture-patterns/blob/main/LICENSE.md)
44

5-
The **Architecture Patterns** package contains common data structures and design patterns to help create better code structure for Unity projects.
5+
The **Architecture Patterns** package contains data structures, design patterns, and utilities to help create better code structure for Unity projects.
66

77
## Installation
88

Samples~/.gitkeep

Whitespace-only changes.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.zigurous.architecture",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"displayName": "Architecture Patterns",
5-
"description": "The Architecture Patterns package contains common data structures and design patterns to help create better code structure for Unity projects.",
5+
"description": "The Architecture Patterns package contains data structures, design patterns, and utilities to help create better code structure for Unity projects.",
66
"unity": "2019.4",
77
"repository": "https://github.com/zigurous/unity-architecture-patterns",
88
"documentationUrl": "https://docs.zigurous.com/com.zigurous.architecture",
@@ -12,8 +12,10 @@
1212
"architecture",
1313
"data structures",
1414
"design patterns",
15+
"algorithms",
1516
"extensions",
16-
"structs"
17+
"structs",
18+
"utilities"
1719
],
1820
"publishConfig": {
1921
"registry": "https://npm.pkg.github.com/@zigurous"

0 commit comments

Comments
 (0)