Skip to content

Commit

Permalink
Release. Bump version number 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Oct 14, 2021
1 parent 46820eb commit 15cb744
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/**"
],
"version": "0.0.0",
"version": "1.0.0",
"useWorkspaces": true
}
}
2 changes: 1 addition & 1 deletion packages/sdk-js/docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @barchart/push-notifications-client-js <small>0.0.0</small>
# @barchart/push-notifications-client-js <small>1.0.0</small>

> JavaScript SDK for Barchart&#x27;s Push Notification Service
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-js/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = (() => {

return {
PushNotificationGateway: PushNotificationGateway,
version: '0.0.0'
version: '1.0.0'
};
})();
104 changes: 52 additions & 52 deletions packages/sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "@barchart/push-notifications-client-js",
"version": "0.0.0",
"description": "JavaScript SDK for Barchart's Push Notification Service",
"author": {
"name": "Dzmitry Afanasenka",
"email": "[email protected]"
},
"contributors": [
{
"name": "Bryan Ingle",
"email": "[email protected]",
"url": "https://www.barchart.com"
}
],
"scripts": {
"lint": "eslint --fix --config=.eslintrc './**/*.js'",
"deploy:documentation": "gulp deploy-documentation",
"postversion": "gulp deploy-documentation",
"version": "gulp embed-version"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/barchart/push-notifications-public-js.git"
},
"bugs": {
"url": "https://github.com/barchart/push-notifications-public-js/issues"
},
"keywords": [
"Barchart",
"ENS",
"Push Notification",
"Push Notifications",
"JavaScript",
"SDK"
],
"dependencies": {
"@barchart/common-js": "^4.14.0"
},
"devDependencies": {
"aws-sdk": "^2.732.0",
"eslint": "^6.5.1",
"git-get-status": "^1.0.5",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.2",
"gulp-git": "^2.9.0",
"gulp-jshint": "~2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.4",
"jshint": "^2.12.0",
"merge-stream": "^2.0.0"
},
"license": "MIT"
"name": "@barchart/push-notifications-client-js",
"version": "1.0.0",
"description": "JavaScript SDK for Barchart's Push Notification Service",
"author": {
"name": "Dzmitry Afanasenka",
"email": "[email protected]"
},
"contributors": [
{
"name": "Bryan Ingle",
"email": "[email protected]",
"url": "https://www.barchart.com"
}
],
"scripts": {
"lint": "eslint --fix --config=.eslintrc './**/*.js'",
"deploy:documentation": "gulp deploy-documentation",
"postversion": "gulp deploy-documentation",
"version": "gulp embed-version"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/barchart/push-notifications-public-js.git"
},
"bugs": {
"url": "https://github.com/barchart/push-notifications-public-js/issues"
},
"keywords": [
"Barchart",
"ENS",
"Push Notification",
"Push Notifications",
"JavaScript",
"SDK"
],
"dependencies": {
"@barchart/common-js": "^4.14.0"
},
"devDependencies": {
"aws-sdk": "^2.732.0",
"eslint": "^6.5.1",
"git-get-status": "^1.0.5",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.2",
"gulp-git": "^2.9.0",
"gulp-jshint": "~2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.4",
"jshint": "^2.12.0",
"merge-stream": "^2.0.0"
},
"license": "MIT"
}

0 comments on commit 15cb744

Please sign in to comment.