Skip to content

Commit

Permalink
docs(CHANGELOG): 0.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggranum committed Nov 17, 2022
1 parent 0eabf2d commit 8080b6d
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 50 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.3.0-alpha.2](https://github.com/ggranum/tangential/compare/v0.3.0-alpha.1...v0.3.0-alpha.2) (2022-11-17)



# [0.3.0-alpha.1](https://github.com/ggranum/tangential/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2022-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tangential",
"description": "Angular + Firebase bootstrap project and widget library, complete with authorization and analytics",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
8 changes: 2 additions & 6 deletions src/lib/admin-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/admin-console",
"description": "A basic administration console",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -45,11 +45,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x",
"@tangential/media-types": "0.x",
"@tangential/authorization-service": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
6 changes: 2 additions & 4 deletions src/lib/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/analytics",
"description": "Analytics and advertising - monitization, generally.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -46,9 +46,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
7 changes: 2 additions & 5 deletions src/lib/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/app",
"description": "Types and support for a Tangential-based Application.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -46,10 +46,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x",
"@tangential/authorization-service": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion src/lib/asciidoctor-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/asciidoctor-panel",
"description": "UI pane for displaying ASCII Doctor formatted data.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
7 changes: 2 additions & 5 deletions src/lib/authorization-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/authorization-service",
"description": "Angular based, Firebase-hosted Authorization Module",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -44,10 +44,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x",
"@tangential/media-types": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
7 changes: 2 additions & 5 deletions src/lib/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/components",
"description": "Various view components.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -45,10 +45,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x",
"@tangential/authorization-service": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
8 changes: 2 additions & 6 deletions src/lib/configurable-input-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/configurable-input-widgets",
"description": "Input Widgets with persistable, dynamic configuration.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -45,11 +45,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x",
"@tangential/components": "0.x",
"@tangential/input-widgets": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion src/lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/core",
"description": "Core types and support code for Tangential",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/firebase-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/firebase-util",
"description": "Utility classes and shared functionality for Tangential services that use Firebase.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
7 changes: 2 additions & 5 deletions src/lib/input-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/input-widgets",
"description": "Input Widgets with persistable, dynamic configuration.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -45,10 +45,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x",
"@tangential/components": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
6 changes: 2 additions & 4 deletions src/lib/media-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/media-types",
"description": "Base functionality for reusable, persistent data types.",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -47,9 +47,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/core": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
8 changes: 2 additions & 6 deletions src/lib/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tangential/plugin",
"description": "Enable plugin functionality",
"homepage": "https://github.com/ggranum/tangential#readme",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -45,11 +45,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@tangential/authorization-service": "0.x",
"@tangential/core": "0.x",
"@tangential/firebase-util": "0.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}

0 comments on commit 8080b6d

Please sign in to comment.