Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @next-bricks/basic-bricks@1.104.2
 - @next-bricks/basic-providers@1.2.4
 - @next-bricks/brick-visualization@0.1.0
 - @next-bricks/developers@1.339.1
 - @next-bricks/forms@1.151.2
 - @next-bricks/general-auth@1.4.12
 - @next-bricks/next-builder@1.23.2
 - @next-bricks/presentational-bricks@1.169.3
 - @next-micro-apps/general-auth@1.0.9
  • Loading branch information
easyops-eve committed Feb 7, 2021
1 parent ba22e87 commit 9f94548
Show file tree
Hide file tree
Showing 18 changed files with 141 additions and 22 deletions.
8 changes: 8 additions & 0 deletions bricks/basic-bricks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.104.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.104.1...@next-bricks/basic-bricks@1.104.2) (2021-02-07)

**Note:** Version bump only for package @next-bricks/basic-bricks





## [1.104.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-bricks@1.104.0...@next-bricks/basic-bricks@1.104.1) (2021-02-07)


Expand Down
7 changes: 5 additions & 2 deletions bricks/basic-bricks/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@next-bricks/basic-bricks",
"version": "1.104.1",
"version": "1.104.2",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
"license": "GPL-3.0",
"files": ["dist", "deploy"],
"files": [
"dist",
"deploy"
],
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-basics.git"
Expand Down
8 changes: 8 additions & 0 deletions bricks/basic-providers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/easyops-cn/next-basics/compare/@next-bricks/basic-providers@1.2.3...@next-bricks/basic-providers@1.2.4) (2021-02-07)

**Note:** Version bump only for package @next-bricks/basic-providers





## 1.2.3 (2021-02-02)

**Note:** Version bump only for package @next-bricks/basic-providers
Expand Down
8 changes: 6 additions & 2 deletions bricks/basic-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@next-bricks/basic-providers",
"version": "1.2.3",
"version": "1.2.4",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-providers",
"license": "GPL-3.0",
"files": ["dist", "deploy", "version.ini"],
"files": [
"dist",
"deploy",
"version.ini"
],
"scripts": {
"start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
"build": "cross-env NODE_ENV='production' webpack --config webpack.config.js",
Expand Down
12 changes: 12 additions & 0 deletions bricks/brick-visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2021-02-07)


### Features

* add values.change events ([4dcdcb1](https://github.com/easyops-cn/next-basics/commit/4dcdcb1aabb863d5f9b08f85a9654fdaf1faba12))
* visual property form ([0b2e503](https://github.com/easyops-cn/next-basics/commit/0b2e503440c7b35e5552b998044fc9e97979f2e5))
12 changes: 9 additions & 3 deletions bricks/brick-visualization/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@next-bricks/brick-visualization",
"version": "0.0.0",
"version": "0.1.0",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/brick-visualization",
"license": "GPL-3.0",
"files": ["dist", "deploy", "version.ini"],
"files": [
"dist",
"deploy",
"version.ini"
],
"scripts": {
"start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
"build": "cross-env NODE_ENV='production' webpack --config webpack.config.js",
Expand All @@ -20,5 +24,7 @@
"@next-libs/basic-components": "^2.0.0",
"@next-libs/editor-components": "^1.0.0"
},
"peerDependencies": { "@next-dll/ace": "*" }
"peerDependencies": {
"@next-dll/ace": "*"
}
}
8 changes: 8 additions & 0 deletions bricks/developers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.339.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/developers@1.339.0...@next-bricks/developers@1.339.1) (2021-02-07)

**Note:** Version bump only for package @next-bricks/developers





# [1.339.0](https://github.com/easyops-cn/next-basics/compare/@next-bricks/developers@1.338.5...@next-bricks/developers@1.339.0) (2021-02-05)

### Features
Expand Down
11 changes: 8 additions & 3 deletions bricks/developers/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@next-bricks/developers",
"version": "1.339.0",
"version": "1.339.1",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/developers",
"license": "GPL-3.0",
"files": ["dist", "deploy"],
"files": [
"dist",
"deploy"
],
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-basics.git"
Expand All @@ -25,5 +28,7 @@
"typedoc": "^0.20.20"
},
"sideEffects": true,
"peerDependencies": { "@next-dll/ace": "*" }
"peerDependencies": {
"@next-dll/ace": "*"
}
}
12 changes: 12 additions & 0 deletions bricks/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.151.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/forms@1.151.1...@next-bricks/forms@1.151.2) (2021-02-07)


### Bug Fixes

* **object-attr:** 修复模型属性构件,多行字符串和markdown输入框不对齐的问题 ([d8399fa](https://github.com/easyops-cn/next-basics/commit/d8399fa40c0baa3ac4192502425a4d0e9ad059be))
* **object-attr:** 修复流水线号的bug ([a2de3e8](https://github.com/easyops-cn/next-basics/commit/a2de3e8aced2fdd9f03ff52b7abd3d9971b3aeac))





## [1.151.1](https://github.com/easyops-cn/next-basics/compare/@next-bricks/forms@1.151.0...@next-bricks/forms@1.151.1) (2021-02-06)

### Bug Fixes
Expand Down
7 changes: 5 additions & 2 deletions bricks/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@next-bricks/forms",
"version": "1.151.1",
"version": "1.151.2",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/forms",
"license": "GPL-3.0",
"files": ["dist", "deploy"],
"files": [
"dist",
"deploy"
],
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-basics.git"
Expand Down
8 changes: 8 additions & 0 deletions bricks/general-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.12](https://github.com/easyops-cn/next-basics/compare/@next-bricks/general-auth@1.4.11...@next-bricks/general-auth@1.4.12) (2021-02-07)

**Note:** Version bump only for package @next-bricks/general-auth





## 1.4.11 (2021-02-02)


Expand Down
11 changes: 8 additions & 3 deletions bricks/general-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@next-bricks/general-auth",
"version": "1.4.11",
"version": "1.4.12",
"description": "A brick package for general auth",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/general-auth",
"license": "GPL-3.0",
"files": ["dist", "deploy"],
"files": [
"dist",
"deploy"
],
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-basics.git"
Expand All @@ -16,6 +19,8 @@
"test": "cross-env NODE_ENV='test' jest",
"test:ci": "cross-env NODE_ENV='test' CI=true jest"
},
"devDependencies": { "@next-sdk/auth-sdk": "^1.0.0" },
"devDependencies": {
"@next-sdk/auth-sdk": "^1.0.0"
},
"sideEffects": true
}
8 changes: 8 additions & 0 deletions bricks/next-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.23.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/next-builder@1.23.1...@next-bricks/next-builder@1.23.2) (2021-02-07)

**Note:** Version bump only for package @next-bricks/next-builder





## 1.23.1 (2021-02-02)


Expand Down
8 changes: 6 additions & 2 deletions bricks/next-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@next-bricks/next-builder",
"version": "1.23.1",
"version": "1.23.2",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/next-builder",
"license": "GPL-3.0",
"files": ["dist", "deploy", "version.ini"],
"files": [
"dist",
"deploy",
"version.ini"
],
"scripts": {
"start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
"build": "cross-env NODE_ENV='production' webpack --config webpack.config.js",
Expand Down
8 changes: 8 additions & 0 deletions bricks/presentational-bricks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.169.3](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.169.2...@next-bricks/presentational-bricks@1.169.3) (2021-02-07)

**Note:** Version bump only for package @next-bricks/presentational-bricks





## [1.169.2](https://github.com/easyops-cn/next-basics/compare/@next-bricks/presentational-bricks@1.169.1...@next-bricks/presentational-bricks@1.169.2) (2021-02-06)

**Note:** Version bump only for package @next-bricks/presentational-bricks
Expand Down
11 changes: 8 additions & 3 deletions bricks/presentational-bricks/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@next-bricks/presentational-bricks",
"version": "1.169.2",
"version": "1.169.3",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
"license": "GPL-3.0",
"files": ["dist", "deploy"],
"files": [
"dist",
"deploy"
],
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-basics.git"
Expand Down Expand Up @@ -48,5 +51,7 @@
"regexpu-core": "^4.7.1"
},
"sideEffects": true,
"peerDependencies": { "@next-dll/ace": "*" }
"peerDependencies": {
"@next-dll/ace": "*"
}
}
8 changes: 8 additions & 0 deletions micro-apps/general-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.9](https://github.com/easyops-cn/next-basics/compare/@next-micro-apps/general-auth@1.0.8...@next-micro-apps/general-auth@1.0.9) (2021-02-07)

**Note:** Version bump only for package @next-micro-apps/general-auth





## 1.0.8 (2021-02-02)

**Note:** Version bump only for package @next-micro-apps/general-auth
Expand Down
8 changes: 6 additions & 2 deletions micro-apps/general-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@next-micro-apps/general-auth",
"version": "1.0.8",
"version": "1.0.9",
"description": "> TODO: description",
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/micro-apps/general-auth",
"license": "GPL-3.0",
"files": ["storyboard.json", "deploy", "icons"],
"files": [
"storyboard.json",
"deploy",
"icons"
],
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-basics.git"
Expand Down

0 comments on commit 9f94548

Please sign in to comment.