Skip to content

Commit

Permalink
Github CI build: run2 v1.8.16 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 30, 2021
1 parent fede0a8 commit b7b23cb
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "1.8.15",
"version": "1.8.16",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "1.8.15",
"version": "1.8.16",
"description": "",
"author": "Romain Lenzotti",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/config",
"version": "1.8.15",
"version": "1.8.16",
"main": "src/index.js",
"main:src": "src/index.js",
"description": "Shared configuration",
Expand All @@ -9,7 +9,7 @@
"private": true,
"scripts": {},
"devDependencies": {
"@tsed/tailwind": "1.8.15",
"@tsed/tailwind": "1.8.16",
"@tsed/yarn-workspaces": "1.15.1",
"postcss-nested": "4.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-formio-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/react-formio-container",
"version": "1.8.15",
"version": "1.8.16",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -34,7 +34,7 @@
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"@tsed/react-formio": "1.8.15",
"@tsed/react-formio": "1.8.16",
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/react-formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/react-formio",
"version": "1.8.15",
"version": "1.8.16",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
Expand All @@ -14,7 +14,7 @@
"prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write"
},
"dependencies": {
"@tsed/redux-utils": "1.8.15",
"@tsed/redux-utils": "1.8.16",
"eventemitter2": "^6.4.3",
"prop-types": "^15.7.2"
},
Expand All @@ -29,7 +29,7 @@
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"@tsed/tailwind": "1.8.15",
"@tsed/tailwind-formio": "1.8.15"
"@tsed/tailwind": "1.8.16",
"@tsed/tailwind-formio": "1.8.16"
}
}
4 changes: 2 additions & 2 deletions packages/redux-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/redux-utils",
"version": "1.8.15",
"version": "1.8.16",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
Expand All @@ -16,7 +16,7 @@
"prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write"
},
"devDependencies": {
"@tsed/config": "1.8.15"
"@tsed/config": "1.8.16"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/storybook",
"version": "1.8.15",
"version": "1.8.16",
"description": "Storybook package",
"main": "src/index.js",
"author": "Romain Lenzotti",
Expand All @@ -20,8 +20,8 @@
"@storybook/addons": "6.1.11",
"@storybook/react": "6.1.11",
"@svgr/webpack": "5.5.0",
"@tsed/config": "1.8.15",
"@tsed/tailwind": "1.8.15",
"@tsed/config": "1.8.16",
"@tsed/tailwind": "1.8.16",
"@tsed/yarn-workspaces": "1.14.0",
"babel-loader": "8.0.6",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-formio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/tailwind-formio",
"version": "1.8.15",
"version": "1.8.16",
"description": "Tailwind templates for form.io forms.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/tailwind",
"version": "1.8.15",
"version": "1.8.16",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down

0 comments on commit b7b23cb

Please sign in to comment.