Skip to content

Commit

Permalink
released v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 23, 2021
1 parent f8ad7af commit 6d1b6e3
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 26 deletions.
4 changes: 2 additions & 2 deletions example/basic/package.json
@@ -1,7 +1,7 @@
{
"name": "@template/basic",
"private": true,
"version": "2.0.2",
"version": "2.0.3",
"description": "Basic Example.",
"scripts": {
"start": "node lib/index.js",
Expand All @@ -21,7 +21,7 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"tsbb": "2.0.2"
"tsbb": "2.0.3"
},
"author": ""
}
4 changes: 2 additions & 2 deletions example/express/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/express",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "Express Example.",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/http-errors": "1.8.0",
"nodemon": "2.0.7",
"ts-node-dev": "1.1.1",
"tsbb": "2.0.2"
"tsbb": "2.0.3"
},
"dependencies": {
"@babel/runtime": "7.12.5",
Expand Down
4 changes: 2 additions & 2 deletions example/hapi/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/hapi",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "hapi Example.",
"main": "index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/hapi__hapi": "20.0.4",
"nodemon": "2.0.7",
"tsbb": "2.0.2"
"tsbb": "2.0.3"
},
"dependencies": {
"@babel/runtime": "7.12.5",
Expand Down
4 changes: 2 additions & 2 deletions example/koa/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/koa",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "Koa Example",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/koa": "2.11.4",
"nodemon": "2.0.7",
"tsbb": "2.0.2"
"tsbb": "2.0.3"
},
"dependencies": {
"@babel/runtime": "7.12.5",
Expand Down
4 changes: 2 additions & 2 deletions example/react-component-tsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-component-tsx",
"version": "2.0.2",
"version": "2.0.3",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"tsbb": "2.0.2"
"tsbb": "2.0.3"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/react-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/react-component",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "React Component Example.",
"author": "",
Expand Down Expand Up @@ -43,7 +43,7 @@
"less": "4.1.0",
"parcel-bundler": "1.12.4",
"react-test-renderer": "17.0.1",
"tsbb": "2.0.2"
"tsbb": "2.0.3"
},
"dependencies": {
"classnames": "2.2.6",
Expand Down
15 changes: 4 additions & 11 deletions lerna.json
@@ -1,9 +1,6 @@
{
"version": "2.0.2",
"packages": [
"example/*",
"packages/*"
],
"version": "2.0.3",
"packages": ["example/*", "packages/*"],
"command": {
"version": {
"allowBranch": "master",
Expand All @@ -13,12 +10,8 @@
"message": "chore(release): %s"
},
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
],
"yarnClientArgs": [
"--no-yarn-lock"
],
"npmClientArgs": ["--no-package-lock"],
"yarnClientArgs": ["--no-yarn-lock"],
"forceLocal": true
},
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-tsbb/package.json
@@ -1,6 +1,6 @@
{
"name": "create-tsbb",
"version": "2.0.2",
"version": "2.0.3",
"description": "Creates a TSBB application using the command line.",
"homepage": "https://jaywcjlove.github.io/tsbb",
"author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)",
Expand Down Expand Up @@ -40,7 +40,7 @@
"frontend"
],
"devDependencies": {
"tsbb": "2.0.2"
"tsbb": "2.0.3"
},
"dependencies": {
"create-kkt": "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsbb/package.json
@@ -1,6 +1,6 @@
{
"name": "tsbb",
"version": "2.0.2",
"version": "2.0.3",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"typings": "lib/index.d.ts",
"bin": {
Expand Down

0 comments on commit 6d1b6e3

Please sign in to comment.