Skip to content

Commit

Permalink
docs(CHANGELOG): 0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggranum committed Nov 17, 2022
1 parent 13e24cf commit 8b6b855
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 39 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.1](https://github.com/ggranum/tangential/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2022-11-17)



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


Expand Down
2 changes: 1 addition & 1 deletion RELEASE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you are cloning this project for your own devious purposes, see the **Using t
===== Release Process
. Pull from origin/master
. Run `gulp versionBump --bump=prerelease --beta && git add .`
.. There's also a --alpha flag, and --bump can take any of the semver _values_ that `npm version` accepts ({major | minor | patch | premajor | preminor | prepatch | prerelease}) (note, however, this is NOT using 'npm version' to do the update.)
.. There's also --alpha and --rc flags, and --bump can take any of the semver _values_ that `npm version` accepts ({major | minor | patch | premajor | preminor | prepatch | prerelease}) (note, however, this is NOT using 'npm version' to do the update.)
. Verify the version number has been updated and that there are no other uncommitted changes. Version numbers should be consistent across modules prior to release. Pending further discussion (and build tooling), this includes even 'new' components that are in an alpha state.
. Run `./generate-changelog.sh patch`
.. This should only modify and `git add` the changelog file.
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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
9 changes: 2 additions & 7 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -46,14 +46,9 @@
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "14.x",
"@angular/common": "14.x",
"@angular/forms": "14.x",
"@tangential/core": "0.x",
"@tangential/media-types": "0.x",
"@tangential/authorization-service": "0.x",
"firebase": "9.x",
"rxjs": "7.x"
"@tangential/authorization-service": "0.x"
},
"main": "./index.js",
"typings": "./index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
7 changes: 2 additions & 5 deletions 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -45,10 +45,7 @@
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "14.x",
"@asciidoctor/core": "2.x"
},
"peerDependencies": {},
"main": "./index.js",
"typings": "./index.d.ts"
}
4 changes: 1 addition & 3 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -45,8 +45,6 @@
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "14.x",
"@angular/common": "14.x",
"@tangential/core": "0.x",
"@tangential/media-types": "0.x"
},
Expand Down
7 changes: 1 addition & 6 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -46,11 +46,6 @@
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "14.x",
"@angular/common": "14.x",
"@angular/forms": "14.x",
"@angular/router": "14.x",
"@angular/material": "14.x",
"@tangential/core": "0.x",
"@tangential/authorization-service": "0.x"
},
Expand Down
6 changes: 1 addition & 5 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -46,10 +46,6 @@
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "14.x",
"@angular/common": "14.x",
"@angular/forms": "14.x",
"@angular/material": "14.x",
"@tangential/core": "0.x",
"@tangential/components": "0.x",
"@tangential/input-widgets": "0.x"
Expand Down
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.0",
"version": "0.3.0-alpha.1",
"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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
6 changes: 1 addition & 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down Expand Up @@ -46,10 +46,6 @@
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "14.x",
"@angular/common": "14.x",
"@angular/forms": "14.x",
"@angular/material": "14.x",
"@tangential/core": "0.x",
"@tangential/components": "0.x"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.3.0-alpha.1",
"license": "GPL-3.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 8b6b855

Please sign in to comment.