Skip to content

Commit 34d6a0e

Browse files
committed
update package to version 1.0.0
1 parent 1e09336 commit 34d6a0e

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
## [Unreleased]
2525

26-
### v1.0.0
26+
<!--
27+
Types of changes:
28+
29+
#### Added
30+
- for new features.
31+
32+
#### Changed
33+
- for changes in existing functionality.
34+
35+
#### Deprecated
36+
- for soon-to-be removed features.
37+
38+
#### Removed
39+
- for now removed features.
40+
41+
#### Fixed
42+
- for any bug fixes.
43+
44+
#### Security
45+
- in case of vulnerabilities.
46+
-->
47+
48+
## Robotlegs-CreateJS 1.0.0
49+
50+
### [v1.0.0](https://github.com/RobotlegsJS/RobotlegsJS-CreateJS/releases/tag/1.0.0) - 2018-11-26
2751

2852
#### Changed
2953

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robotlegsjs/createjs",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "CreateJS View Integration with RobotlegsJS",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -107,7 +107,7 @@
107107
"tslint-config-prettier": "^1.16.0",
108108
"typescript": "^3.1.6",
109109
"uglifyjs-webpack-plugin": "^2.0.1",
110-
"webpack": "^4.26.0",
110+
"webpack": "^4.26.1",
111111
"webpack-cli": "^3.1.2",
112112
"webpack-concat-plugin": "^3.0.0",
113113
"webpack-dev-server": "^3.1.10",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6842,10 +6842,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
68426842
source-list-map "^2.0.0"
68436843
source-map "~0.6.1"
68446844

6845-
webpack@^4.26.0:
6846-
version "4.26.0"
6847-
resolved "https://registry.npmjs.org/webpack/-/webpack-4.26.0.tgz#adbe80b869148c8d108b7d88965d00d72b3178de"
6848-
integrity sha512-J/dP9SJIc5OtX2FZ/+U9ikQtd6H6Mcbqt0xeXtmPwYGDKf8nkbOQQA9KL2Y0rJOsN1Al9Pdn+/j63X58ub8gvQ==
6845+
webpack@^4.26.1:
6846+
version "4.26.1"
6847+
resolved "https://registry.npmjs.org/webpack/-/webpack-4.26.1.tgz#ff3a9283d363c07b3494dfa702d08f4f2ef6cb39"
6848+
integrity sha512-i2oOvEvuvLLSuSCkdVrknaxAhtUZ9g+nLSoHCWV0gDzqGX2DXaCrMmMUpbRsTSSLrUqAI56PoEiyMUZIZ1msug==
68496849
dependencies:
68506850
"@webassemblyjs/ast" "1.7.11"
68516851
"@webassemblyjs/helper-module-context" "1.7.11"

0 commit comments

Comments
 (0)