Skip to content

Commit c5ee889

Browse files
Version Packages
1 parent ce48846 commit c5ee889

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/clean-moose-add.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/eslint-config-custom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orchestrator-ui/eslint-config-custom
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- ce48846: Updates linting rules to ban all console statements except console.error()
8+
39
## 0.0.5
410

511
### Patch Changes

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orchestrator-ui/eslint-config-custom",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT",
55
"scripts": {
66
"build": "tsup index.js --format esm",

packages/orchestrator-ui-components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orchestrator-ui/orchestrator-ui-components
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- ce48846: Updates linting rules to ban all console statements except console.error()
8+
39
## 0.2.6
410

511
### Patch Changes

packages/orchestrator-ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orchestrator-ui/orchestrator-ui-components",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"license": "MIT",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)