Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit b30cedb

Browse files
committed
chore(release): 0.1.0
1 parent c322276 commit b30cedb

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="0.1.0"></a>
6+
# 0.1.0 (2018-04-08)
7+
8+
9+
### Features
10+
11+
* **build:** configure automated builds ([0629a65](https://github.com/beeman/angular-tabler/commit/0629a65))
12+
* **build:** fix linking deps ([c322276](https://github.com/beeman/angular-tabler/commit/c322276))
13+
* **build:** run nx upgrade ([086e671](https://github.com/beeman/angular-tabler/commit/086e671))

libs/angular-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@tabler/angular-core",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

libs/angular-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@tabler/angular-styles",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

libs/angular-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@tabler/angular-ui",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabler/angular",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)