Skip to content

Commit

Permalink
Github CI build: __run_2 v1.12.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 3, 2022
1 parent c7e4e78 commit c6a959d
Show file tree
Hide file tree
Showing 8 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.12.1",
"version": "1.12.2",
"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.12.1",
"version": "1.12.2",
"description": "",
"author": "Romain Lenzotti",
"repository": "https://github.com/tsedio/tsed-api",
Expand Down
6 changes: 3 additions & 3 deletions packages/backoffice/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@tsed/backoffice",
"version": "1.12.1",
"version": "1.12.2",
"private": true,
"author": "Romain Lenzotti",
"dependencies": {
"cross-env": "^7.0.3"
},
"devDependencies": {
"@tsed/config": "1.12.1",
"@tsed/shared": "1.12.1"
"@tsed/config": "1.12.2",
"@tsed/shared": "1.12.2"
},
"scripts": {
"start": "yarn craco start",
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.12.1",
"version": "1.12.2",
"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.12.1",
"@tsed/tailwind": "1.12.2",
"@tsed/yarn-workspaces": "1.17.0",
"postcss-nested": "4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/server",
"version": "1.12.1",
"version": "1.12.2",
"description": "Server based on Ts.ED framework",
"author": "Romain Lenzotti",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/shared",
"version": "1.12.1",
"version": "1.12.2",
"main": "src/index.ts",
"module": "dist/index.modern.js",
"source": "src/index.ts",
Expand All @@ -15,8 +15,8 @@
"prettier:fix": "yarn prettier \"{src,test}/**/*.{ts,tsx}\" --write"
},
"dependencies": {
"@tsed/config": "1.12.1",
"@tsed/tailwind": "1.12.1"
"@tsed/config": "1.12.2",
"@tsed/tailwind": "1.12.2"
},
"devDependencies": {
"cross-env": "^7.0.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/storybook",
"version": "1.12.1",
"version": "1.12.2",
"description": "Storybook package",
"main": "src/index.js",
"author": "Romain Lenzotti",
Expand All @@ -20,12 +20,12 @@
"@storybook/addons": "6.4.19",
"@storybook/react": "6.4.19",
"@svgr/webpack": "5.5.0",
"@tsed/backoffice": "1.12.1",
"@tsed/config": "1.12.1",
"@tsed/backoffice": "1.12.2",
"@tsed/config": "1.12.2",
"@tsed/react-formio": "1.9.2",
"@tsed/redux-utils": "1.9.2",
"@tsed/shared": "1.12.1",
"@tsed/tailwind": "1.12.1",
"@tsed/shared": "1.12.2",
"@tsed/tailwind": "1.12.2",
"@tsed/tailwind-formio": "1.9.2",
"@tsed/yarn-workspaces": "1.17.0",
"babel-loader": "8.2.2",
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.12.1",
"version": "1.12.2",
"main": "./tailwind.config.js",
"description": "Tailwind configuration",
"license": "MIT",
Expand Down

0 comments on commit c6a959d

Please sign in to comment.