Skip to content

Commit 23c6ade

Browse files
committed
chore: hello v0.1.0+2
1 parent 9155c37 commit 23c6ade

File tree

4 files changed

+28
-16
lines changed

4 files changed

+28
-16
lines changed

bricks/hello/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.0+2
2+
3+
- chore: upgrade to `mason ^0.1.0`
4+
15
# 0.1.0+1
26

3-
- TODO: Describe initial release.
7+
- chore: initial release

bricks/hello/LICENSE

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
TODO: Add your license here.
1+
The MIT License (MIT)
2+
Copyright (c) 2024 Felix Angelov
3+
4+
Permission is hereby granted, free of charge, to any person
5+
obtaining a copy of this software and associated documentation
6+
files (the "Software"), to deal in the Software without restriction,
7+
including without limitation the rights to use, copy, modify, merge,
8+
publish, distribute, sublicense, and/or sell copies of the Software,
9+
and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included
13+
in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
19+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
20+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21+
USE OR OTHER DEALINGS IN THE SOFTWARE.

bricks/hello/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
# hello
22

3-
A new brick created with the Mason CLI.
3+
A hello world brick created with the Mason CLI.
44

55
_Generated by [mason][1] 🧱_
66

7-
## Getting Started 🚀
8-
9-
This is a starting point for a new brick.
10-
A few resources to get you started if this is your first brick template:
11-
12-
- [Official Mason Documentation][2]
13-
- [Code generation with Mason Blog][3]
14-
- [Very Good Livestream: Felix Angelov Demos Mason][4]
15-
167
[1]: https://github.com/felangel/mason
17-
[2]: https://github.com/felangel/mason/tree/master/packages/mason_cli#readme
18-
[3]: https://verygood.ventures/blog/code-generation-with-mason
19-
[4]: https://youtu.be/G4PTjA6tpTU

bricks/hello/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hello
22
description: An example brick.
33
repository: https://github.com/felangel/mason/tree/master/bricks/hello
4-
version: 0.1.0+1
4+
version: 0.1.0+2
55

66
environment:
77
mason: ^0.1.0

0 commit comments

Comments
 (0)