Skip to content

Commit be31e3b

Browse files
committed
Incrementing Versions for Tag Publishing of v0.7.0 stable
1 parent 68032bd commit be31e3b

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ process.exit();
109109

110110
## Change Log
111111

112-
#### Nightly
112+
#### January, 2020 [v0.7.0](https://github.com/jonobr1/two.js/releases/tag/v0.7.0)
113113
+ Exposed `resolution` parameter in `Two.makeCircle` and `Two.makeEllipse` as the final parameter
114114
+ Made `Two.Circle` and `Two.Ellipse` recalculate controls points on `_update` and made vertex amounts cyclical [@adroitwhiz](https://github.com/adroitwhiz)
115115
+ Added [ESLint](https://eslint.org/) scripts to development environment [@adroitwhiz](https://github.com/adroitwhiz)

build/two.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
MIT License
44
5-
Copyright (c) 2012 - 2019 jonobr1 / http://jonobr1.com
5+
Copyright (c) 2012 - 2020 jonobr1 / http://jonobr1.com
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
@@ -466,13 +466,13 @@ SOFTWARE.
466466
* @name Two.Version
467467
* @property {String} - The current working version of the library.
468468
*/
469-
Version: 'v0.7.0-beta.4',
469+
Version: 'v0.7.0',
470470

471471
/**
472472
* @name Two.PublishDate
473473
* @property {String} - The automatically generated publish date in the build process to verify version release candidates.
474474
*/
475-
PublishDate: '2019-12-25T23:17:57.437Z',
475+
PublishDate: '2020-01-22T21:17:28.421Z',
476476

477477
/**
478478
* @name Two.Identifier

build/two.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/two.module.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
MIT License
44
5-
Copyright (c) 2012 - 2019 jonobr1 / http://jonobr1.com
5+
Copyright (c) 2012 - 2020 jonobr1 / http://jonobr1.com
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
@@ -466,13 +466,13 @@ SOFTWARE.
466466
* @name Two.Version
467467
* @property {String} - The current working version of the library.
468468
*/
469-
Version: 'v0.7.0-beta.4',
469+
Version: 'v0.7.0',
470470

471471
/**
472472
* @name Two.PublishDate
473473
* @property {String} - The automatically generated publish date in the build process to verify version release candidates.
474474
*/
475-
PublishDate: '2019-12-25T23:17:57.437Z',
475+
PublishDate: '2020-01-22T21:17:28.421Z',
476476

477477
/**
478478
* @name Two.Identifier

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonobr1/two.js",
3-
"version": "0.7.0-beta.4",
3+
"version": "0.7.0",
44
"description": "A renderer agnostic two-dimensional drawing api for the web.",
55
"module": "build/two.module.js",
66
"publishConfig": {

src/two.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
* @name Two.Version
441441
* @property {String} - The current working version of the library.
442442
*/
443-
Version: 'v0.7.0-beta.4',
443+
Version: 'v0.7.0',
444444

445445
/**
446446
* @name Two.PublishDate

0 commit comments

Comments
 (0)