Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Oct 27, 2020
1 parent e49ea35 commit eab96f7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 11 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/example-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"just-scripts": ">=1.2.1 <2.0.0",
"just-scripts": ">=1.2.2 <2.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
Expand Down
15 changes: 15 additions & 0 deletions packages/just-scripts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Tue, 27 Oct 2020 22:47:26 GMT",
"tag": "just-scripts_v1.2.2",
"version": "1.2.2",
"comments": {
"patch": [
{
"comment": "Error if explicit webpack config path does not exist",
"author": "[email protected]",
"commit": "e49ea357b567c89226680cb272e4c8322cb091ca",
"package": "just-scripts"
}
]
}
},
{
"date": "Thu, 22 Oct 2020 16:37:05 GMT",
"tag": "just-scripts_v1.2.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - just-scripts

This log was last generated on Thu, 22 Oct 2020 16:37:05 GMT and should not be manually modified.
This log was last generated on Tue, 27 Oct 2020 22:47:26 GMT and should not be manually modified.

<!-- Start content -->

## 1.2.2

Tue, 27 Oct 2020 22:47:26 GMT

### Patches

- Error if explicit webpack config path does not exist ([email protected])

## 1.2.1

Thu, 22 Oct 2020 16:37:05 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/just-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "1.2.1",
"version": "1.2.2",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {
Expand Down

0 comments on commit eab96f7

Please sign in to comment.