Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DfHlyu4aida committed Apr 5, 2019
1 parent c8f4fc3 commit 24d4314
Show file tree
Hide file tree
Showing 29 changed files with 130 additions and 137 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# CHANGE LOG

## NEXT
## 4.0.0 - 2019-04-05

### Major
### Breaking Changes:

### Minor

### Patch
- @seagull/deploy-aws -> renamed binaries to better reflect their purpose and avoid nameclashes with other seagull packages

## 3.4.1 - 2019-04-02

Expand Down
22 changes: 11 additions & 11 deletions examples/helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helloworld",
"private": true,
"version": "3.4.2",
"version": "4.0.0",
"description": "Helloworld example app using the Seagull Framework",
"main": "index.js",
"scripts": {
Expand All @@ -19,12 +19,12 @@
"author": "Maximilian Stroh <hisako1337@gmail.com>",
"license": "LGPL-3.0",
"devDependencies": {
"@seagull/build": "^3.4.2",
"@seagull/commands-logging": "^3.4.2",
"@seagull/deploy-aws": "^3.4.2",
"@seagull/test-e2e": "^3.4.2",
"@seagull/test-pages": "^3.4.2",
"@seagull/tslint": "^3.4.2",
"@seagull/build": "^4.0.0",
"@seagull/commands-logging": "^4.0.0",
"@seagull/deploy-aws": "^4.0.0",
"@seagull/test-e2e": "^4.0.0",
"@seagull/test-pages": "^4.0.0",
"@seagull/tslint": "^4.0.0",
"@types/lodash": "^4.14.123",
"@types/node": "^8.10",
"jsdom": "^13.0.0",
Expand All @@ -35,10 +35,10 @@
"typescript": "^3.1.1"
},
"dependencies": {
"@seagull/libraries": "^3.4.2",
"@seagull/pages": "^3.4.2",
"@seagull/plugin-items": "^3.4.2",
"@seagull/routes": "^3.4.2",
"@seagull/libraries": "^4.0.0",
"@seagull/pages": "^4.0.0",
"@seagull/plugin-items": "^4.0.0",
"@seagull/routes": "^4.0.0",
"instantclick": "^3.1.0-2",
"lodash": "^4.17.5",
"mobx": "^4",
Expand Down
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"packages": [
"apps/*",
"examples/*",
"old_code/*",
"packages/*"
],
"version": "3.4.2"
"packages": ["apps/*", "examples/*", "old_code/*", "packages/*"],
"version": "4.0.0"
}
18 changes: 9 additions & 9 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/build",
"version": "3.4.2",
"version": "4.0.0",
"description": "Code building and bundling for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^3.4.2",
"@seagull/tslint": "^4.0.0",
"@types/browserify": "^12.0.36",
"@types/chokidar": "^1.7.5",
"@types/lodash": "^4.14.123"
Expand All @@ -45,13 +45,13 @@
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@seagull/commands": "^3.4.2",
"@seagull/commands-fs": "^3.4.2",
"@seagull/commands-s3": "^3.4.2",
"@seagull/mock-fs": "^3.4.2",
"@seagull/mock-s3": "^3.4.2",
"@seagull/mode": "^3.4.2",
"@seagull/testing": "^3.4.2",
"@seagull/commands": "^4.0.0",
"@seagull/commands-fs": "^4.0.0",
"@seagull/commands-s3": "^4.0.0",
"@seagull/mock-fs": "^4.0.0",
"@seagull/mock-s3": "^4.0.0",
"@seagull/mode": "^4.0.0",
"@seagull/testing": "^4.0.0",
"babelify": "^10.0.0",
"browserify": "^16.2.0",
"browserify-incremental": "^3.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/commands-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands-fs",
"version": "3.4.2",
"version": "4.0.0",
"description": "FS commands for the seagull framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,13 +32,13 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2"
"@seagull/testing": "^4.0.0",
"@seagull/tslint": "^4.0.0"
},
"dependencies": {
"@seagull/commands": "^3.4.2",
"@seagull/mock-fs": "^3.4.2",
"@seagull/sandbox": "^3.4.2"
"@seagull/commands": "^4.0.0",
"@seagull/mock-fs": "^4.0.0",
"@seagull/sandbox": "^4.0.0"
},
"nyc": {
"extension": [
Expand Down
16 changes: 8 additions & 8 deletions packages/commands-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands-logging",
"version": "3.4.2",
"version": "4.0.0",
"description": "Logging commands for the seagull framework based on AWS CloudWatchLogs",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,15 +32,15 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2"
"@seagull/testing": "^4.0.0",
"@seagull/tslint": "^4.0.0"
},
"dependencies": {
"@seagull/commands": "^3.4.2",
"@seagull/libraries": "^3.4.2",
"@seagull/mock-cloudwatchlogs": "^3.4.2",
"@seagull/mode": "^3.4.2",
"@seagull/sandbox": "^3.4.2",
"@seagull/commands": "^4.0.0",
"@seagull/libraries": "^4.0.0",
"@seagull/mock-cloudwatchlogs": "^4.0.0",
"@seagull/mode": "^4.0.0",
"@seagull/sandbox": "^4.0.0",
"moment": "^2.24.0"
},
"nyc": {
Expand Down
14 changes: 7 additions & 7 deletions packages/commands-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands-s3",
"version": "3.4.2",
"version": "4.0.0",
"description": "S3 commands for the seagull framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,14 +32,14 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2"
"@seagull/testing": "^4.0.0",
"@seagull/tslint": "^4.0.0"
},
"dependencies": {
"@seagull/commands": "^3.4.2",
"@seagull/mock-s3": "^3.4.2",
"@seagull/mode": "^3.4.2",
"@seagull/sandbox": "^3.4.2"
"@seagull/commands": "^4.0.0",
"@seagull/mock-s3": "^4.0.0",
"@seagull/mode": "^4.0.0",
"@seagull/sandbox": "^4.0.0"
},
"nyc": {
"extension": [
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/commands",
"version": "3.4.2",
"version": "4.0.0",
"description": "Side Effect Functions implemented as Command Pattern for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,14 +33,14 @@
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/mode": "3.4.1",
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2",
"@seagull/testing": "^4.0.0",
"@seagull/tslint": "^4.0.0",
"@types/lodash": "^4.14.123",
"@types/mock-fs": "^3.6.30",
"mock-fs": "^4.5.0"
},
"dependencies": {
"@seagull/mode": "^3.4.2",
"@seagull/mode": "^4.0.0",
"lodash": "^4.17.5",
"mode": "^0.3.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/deploy-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/deploy-aws",
"version": "3.4.2",
"version": "4.0.0",
"description": "Code deploying for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2",
"@seagull/testing": "^4.0.0",
"@seagull/tslint": "^4.0.0",
"@types/chai-as-promised": "^7.1.0",
"@types/lodash": "^4.14.123",
"@types/mock-require": "^2.0.0",
Expand All @@ -57,8 +57,8 @@
"@aws-cdk/aws-s3": "^0.21.0",
"@aws-cdk/cdk": "^0.21.0",
"@aws-cdk/cloudformation-diff": "^0.21.0",
"@seagull/commands": "^3.4.2",
"@seagull/commands-fs": "^3.4.2",
"@seagull/commands": "^4.0.0",
"@seagull/commands-fs": "^4.0.0",
"aws-cdk": "^0.21.0",
"aws-sdk": "*",
"chalk": "^2.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/deploy",
"version": "3.4.2",
"version": "4.0.0",
"description": "Code deploying for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2",
"@seagull/testing": "^4.0.0",
"@seagull/tslint": "^4.0.0",
"@types/lodash": "^4.14.123",
"@types/mock-require": "^2.0.0",
"@types/yaml": "^1.0.1",
Expand All @@ -53,8 +53,8 @@
"@aws-cdk/aws-s3": "^0.21.0",
"@aws-cdk/cdk": "^0.21.0",
"@aws-cdk/cloudformation-diff": "^0.21.0",
"@seagull/commands": "^3.4.2",
"@seagull/commands-fs": "^3.4.2",
"@seagull/commands": "^4.0.0",
"@seagull/commands-fs": "^4.0.0",
"aws-cdk": "^0.21.0",
"aws-sdk": "*",
"chalk": "^2.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/http",
"version": "3.4.2",
"version": "4.0.0",
"description": "Http commands for the seagull framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -33,13 +33,13 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2",
"@seagull/testing": "^4.0.0",
"@seagull/tslint": "^4.0.0",
"@types/node-fetch": "^2.1.6"
},
"dependencies": {
"@seagull/commands": "^3.4.2",
"@seagull/mode": "^3.4.2",
"@seagull/commands": "^4.0.0",
"@seagull/mode": "^4.0.0",
"encoding": "^0.1.12",
"iconv-lite": "^0.4.24",
"inversify": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/libraries",
"version": "3.4.2",
"version": "4.0.0",
"description": "Business Logic Container for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^3.4.2",
"@seagull/tslint": "^4.0.0",
"@types/lodash": "^4.14.123"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/logging",
"version": "3.4.2",
"version": "4.0.0",
"description": "Logging utilities for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/tslint": "^3.4.2",
"@seagull/tslint": "^4.0.0",
"@types/lodash": "^4.14.123",
"@types/npmlog": "^4.1.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/mock-cloudwatchlogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seagull/mock-cloudwatchlogs",
"version": "3.4.2",
"version": "4.0.0",
"description": "AWS CloudWatchLogs Mocking module for the Seagull Framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/seagull-js/seagull#readme",
"devDependencies": {
"@seagull/mock-fs": "^3.4.2",
"@seagull/tslint": "^3.4.2",
"@seagull/mock-fs": "^4.0.0",
"@seagull/tslint": "^4.0.0",
"aws-sdk": "*",
"memfs": "^2.14.2"
},
Expand All @@ -57,9 +57,9 @@
]
},
"dependencies": {
"@seagull/libraries": "^3.4.2",
"@seagull/mock": "^3.4.2",
"@seagull/testing": "^3.4.2",
"@seagull/libraries": "^4.0.0",
"@seagull/mock": "^4.0.0",
"@seagull/testing": "^4.0.0",
"aws-sdk-mock": "^1.7.0",
"moment": "^2.24.0"
},
Expand Down
Loading

0 comments on commit 24d4314

Please sign in to comment.