Skip to content

Commit c68bad0

Browse files
committed
πŸ”– Changed project packages to version 1.0.0
1 parent 19f732a commit c68bad0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Žprojects/api-token-interceptor/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/api-token-interceptor",
3-
"version": "1.0.0-rc.14",
3+
"version": "1.0.0",
44
"scripts": {
55
"build": "tsc -p tsconfig.schematics.json",
66
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/api-token-interceptor/"

β€Žprojects/date-interceptors/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/date-interceptors",
3-
"version": "1.0.0-rc.13",
3+
"version": "1.0.0",
44
"scripts": {
55
"build": "tsc -p tsconfig.schematics.json",
66
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/date-interceptors/"

β€Žprojects/lazy-dialogs/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/lazy-dialogs",
3-
"version": "1.0.0-rc.10",
3+
"version": "1.0.0",
44
"scripts": {
55
"build": "tsc -p tsconfig.schematics.json",
66
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/lazy-dialogs/"

β€Žprojects/template-type-checker/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/template-type-checker",
3-
"version": "1.0.0-rc.11",
3+
"version": "1.0.0",
44
"description": "Validate object's class instance type in Angular HTML template",
55
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
66
"license": "MIT",

0 commit comments

Comments
Β (0)