Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @commons/stylelint-config@0.1.0
 - @commons/theme-test-setup@0.1.0
 - @monorepo/design-tokens@0.1.0
 - @monorepo/ui-components@0.1.0
 - @monorepo/app@0.1.0
  • Loading branch information
emunhoz committed Feb 17, 2022
1 parent eefff67 commit 982eed7
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/commons/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 (2022-02-17)


### Features

* new monorepo version ([c5c0a65](https://github.com/emunhoz/monorepo-boilerplate/commit/c5c0a658b5b1adc0964928c25cb1550eca2a7a9b))
2 changes: 1 addition & 1 deletion packages/commons/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commons/stylelint-config",
"version": "0.0.1",
"version": "0.1.0",
"main": ".stylelintrc.js",
"license": "MIT",
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/commons/theme-test-setup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 (2022-02-17)


### Features

* add theme-test-setup common setup ([a16d751](https://github.com/emunhoz/monorepo-boilerplate/commit/a16d7517303c44c7a85ee97122732f2a12e9a420))
4 changes: 2 additions & 2 deletions packages/commons/theme-test-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@commons/theme-test-setup",
"version": "0.0.1",
"version": "0.1.0",
"main": "index.tsx",
"license": "MIT",
"dependencies": {
"@monorepo/design-tokens": "0.0.1",
"@monorepo/design-tokens": "^0.1.0",
"react": "^17.0.2",
"styled-components": "^5.3.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 (2022-02-17)


### Features

* new monorepo version ([c5c0a65](https://github.com/emunhoz/monorepo-boilerplate/commit/c5c0a658b5b1adc0964928c25cb1550eca2a7a9b))
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/design-tokens",
"version": "0.0.1",
"version": "0.1.0",
"description": "Monorepo design tokens",
"author": "emunhoz <edermunhozsantos@gmail.com>",
"license": "ISC",
Expand Down
17 changes: 17 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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 (2022-02-17)


### Bug Fixes

* **eslint-setup:** remove common eslint setup ([7c71481](https://github.com/emunhoz/monorepo-boilerplate/commit/7c71481ef25cf1b61e9470bb4d04724a540b555f))


### Features

* add theme-test-setup common setup ([a16d751](https://github.com/emunhoz/monorepo-boilerplate/commit/a16d7517303c44c7a85ee97122732f2a12e9a420))
* new monorepo version ([c5c0a65](https://github.com/emunhoz/monorepo-boilerplate/commit/c5c0a658b5b1adc0964928c25cb1550eca2a7a9b))
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/ui-components",
"version": "0.0.1",
"version": "0.1.0",
"description": "Monorepo ui components",
"author": "emunhoz <edermunhozsantos@gmail.com>",
"license": "ISC",
Expand All @@ -27,6 +27,7 @@
"access": "public"
},
"devDependencies": {
"@commons/theme-test-setup": "^0.1.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
Expand All @@ -35,7 +36,6 @@
"@storybook/manager-webpack5": "^6.5.0-alpha.39",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@commons/theme-test-setup": "0.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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 (2022-02-17)


### Bug Fixes

* **eslint-setup:** remove common eslint setup ([7c71481](https://github.com/emunhoz/monorepo-boilerplate/commit/7c71481ef25cf1b61e9470bb4d04724a540b555f))


### Features

* add theme-test-setup common setup ([a16d751](https://github.com/emunhoz/monorepo-boilerplate/commit/a16d7517303c44c7a85ee97122732f2a12e9a420))
* new monorepo version ([c5c0a65](https://github.com/emunhoz/monorepo-boilerplate/commit/c5c0a658b5b1adc0964928c25cb1550eca2a7a9b))
8 changes: 4 additions & 4 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@monorepo/app",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@monorepo/design-tokens": "0.0.1",
"@monorepo/ui-components": "0.0.1",
"@monorepo/design-tokens": "^0.1.0",
"@monorepo/ui-components": "^0.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
Expand Down Expand Up @@ -42,10 +42,10 @@
]
},
"devDependencies": {
"@commons/theme-test-setup": "^0.1.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@commons/theme-test-setup": "0.0.1",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.21",
"@types/react": "^17.0.38",
Expand Down

0 comments on commit 982eed7

Please sign in to comment.