Skip to content

Commit

Permalink
Merge pull request #7 from jtiala/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
jtiala authored Jul 31, 2023
2 parents 590185d + 5d6e6f9 commit daf84ea
Show file tree
Hide file tree
Showing 21 changed files with 131 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "0.3.0",
"apps/docs": "0.3.0",
"apps/react-example": "0.3.0",
"packages/eslint-config": "0.3.0",
"packages/react": "0.3.0",
"packages/style": "0.3.0",
"packages/stylelint-config": "0.3.0",
"packages/theme-default": "0.3.0",
"packages/typescript-config": "0.3.0",
"packages/utils": "0.3.0"
".": "0.4.0",
"apps/docs": "0.4.0",
"apps/react-example": "0.4.0",
"packages/eslint-config": "0.4.0",
"packages/react": "0.4.0",
"packages/style": "0.4.0",
"packages/stylelint-config": "0.4.0",
"packages/theme-default": "0.4.0",
"packages/typescript-config": "0.4.0",
"packages/utils": "0.4.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/themeless-ui-v0.3.0...themeless-ui-v0.4.0) (2023-07-31)


### ⚠ BREAKING CHANGES

* stop exposing rest of the params to the created heading element

### Features

* add Anchor component ([4115edc](https://github.com/jtiala/themeless-ui/commit/4115edc0759bd2d17d3195a409dedc4536f283d4))
* add blockquote component ([ccc84dd](https://github.com/jtiala/themeless-ui/commit/ccc84dd536f1977298aea11935ac471894da97c1))
* add list component ([fdd3559](https://github.com/jtiala/themeless-ui/commit/fdd3559ab26a1e78d6f429fb2d09979b1b850a19))
* add nextjs example app ([61d782a](https://github.com/jtiala/themeless-ui/commit/61d782aaf31b90b6b8a38a548b1a80679839057b))
* add Stack component ([3e1439c](https://github.com/jtiala/themeless-ui/commit/3e1439c102a9ce23629356f38998439a95642ae3))


### Bug Fixes

* add some missing css font rules ([dd9c95e](https://github.com/jtiala/themeless-ui/commit/dd9c95edafd49ee6e75243720ee67cd0dc17c535))
* allow any children for List ([e0e3de4](https://github.com/jtiala/themeless-ui/commit/e0e3de44d6d651c679d7d4dc0ca687b4cb7a1b7b))
* stop exposing rest of the params to the created heading element ([68252b2](https://github.com/jtiala/themeless-ui/commit/68252b29e1b18a2f8a284695bf886b4590dee814))

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/themeless-ui-v0.2.0...themeless-ui-v0.3.0) (2023-06-30)


Expand Down
10 changes: 10 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/docs-v0.3.0...@themeless-ui/docs-v0.4.0) (2023-07-31)


### Features

* add Anchor component ([4115edc](https://github.com/jtiala/themeless-ui/commit/4115edc0759bd2d17d3195a409dedc4536f283d4))
* add blockquote component ([ccc84dd](https://github.com/jtiala/themeless-ui/commit/ccc84dd536f1977298aea11935ac471894da97c1))
* add list component ([fdd3559](https://github.com/jtiala/themeless-ui/commit/fdd3559ab26a1e78d6f429fb2d09979b1b850a19))
* add Stack component ([3e1439c](https://github.com/jtiala/themeless-ui/commit/3e1439c102a9ce23629356f38998439a95642ae3))

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/docs-v0.2.0...@themeless-ui/docs-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/docs",
"version": "0.3.0",
"version": "0.4.0",
"description": "Storybook documentation for ThemelessUI",
"keywords": [
"docs",
Expand Down
9 changes: 9 additions & 0 deletions apps/react-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-example-v0.3.0...@themeless-ui/react-example-v0.4.0) (2023-07-31)


### Features

* add blockquote component ([ccc84dd](https://github.com/jtiala/themeless-ui/commit/ccc84dd536f1977298aea11935ac471894da97c1))
* add list component ([fdd3559](https://github.com/jtiala/themeless-ui/commit/fdd3559ab26a1e78d6f429fb2d09979b1b850a19))
* add Stack component ([3e1439c](https://github.com/jtiala/themeless-ui/commit/3e1439c102a9ce23629356f38998439a95642ae3))

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-example-v0.2.0...@themeless-ui/react-example-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion apps/react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/react-example",
"version": "0.3.0",
"version": "0.4.0",
"description": "ThemelessUI example React app",
"keywords": [
"react"
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": "themeless-ui",
"version": "0.3.0",
"version": "0.4.0",
"description": "Component library harnessing the power of CSS.",
"keywords": [
"component-library",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/eslint-config-v0.3.0...@themeless-ui/eslint-config-v0.4.0) (2023-07-31)


### Miscellaneous Chores

* **@themeless-ui/eslint-config:** Synchronize [@themeless-ui](https://github.com/themeless-ui) versions

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/eslint-config-v0.2.0...@themeless-ui/eslint-config-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/eslint-config",
"version": "0.3.0",
"version": "0.4.0",
"description": "ESLint configuration for ThemelessUI",
"keywords": [
"eslint",
Expand Down
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-v0.3.0...@themeless-ui/react-v0.4.0) (2023-07-31)


### ⚠ BREAKING CHANGES

* stop exposing rest of the params to the created heading element

### Features

* add Anchor component ([4115edc](https://github.com/jtiala/themeless-ui/commit/4115edc0759bd2d17d3195a409dedc4536f283d4))
* add blockquote component ([ccc84dd](https://github.com/jtiala/themeless-ui/commit/ccc84dd536f1977298aea11935ac471894da97c1))
* add list component ([fdd3559](https://github.com/jtiala/themeless-ui/commit/fdd3559ab26a1e78d6f429fb2d09979b1b850a19))
* add Stack component ([3e1439c](https://github.com/jtiala/themeless-ui/commit/3e1439c102a9ce23629356f38998439a95642ae3))


### Bug Fixes

* allow any children for List ([e0e3de4](https://github.com/jtiala/themeless-ui/commit/e0e3de44d6d651c679d7d4dc0ca687b4cb7a1b7b))
* stop exposing rest of the params to the created heading element ([68252b2](https://github.com/jtiala/themeless-ui/commit/68252b29e1b18a2f8a284695bf886b4590dee814))

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-v0.2.0...@themeless-ui/react-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/react",
"version": "0.3.0",
"version": "0.4.0",
"description": "ThemelessUI for React",
"keywords": [
"react",
Expand Down
15 changes: 15 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/style-v0.3.0...@themeless-ui/style-v0.4.0) (2023-07-31)


### Features

* add Anchor component ([4115edc](https://github.com/jtiala/themeless-ui/commit/4115edc0759bd2d17d3195a409dedc4536f283d4))
* add blockquote component ([ccc84dd](https://github.com/jtiala/themeless-ui/commit/ccc84dd536f1977298aea11935ac471894da97c1))
* add list component ([fdd3559](https://github.com/jtiala/themeless-ui/commit/fdd3559ab26a1e78d6f429fb2d09979b1b850a19))
* add Stack component ([3e1439c](https://github.com/jtiala/themeless-ui/commit/3e1439c102a9ce23629356f38998439a95642ae3))


### Bug Fixes

* add some missing css font rules ([dd9c95e](https://github.com/jtiala/themeless-ui/commit/dd9c95edafd49ee6e75243720ee67cd0dc17c535))

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/style-v0.2.0...@themeless-ui/style-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/style",
"version": "0.3.0",
"version": "0.4.0",
"description": "CSS styles for ThemelessUI",
"keywords": [
"css",
Expand Down
7 changes: 7 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/stylelint-config-v0.3.0...@themeless-ui/stylelint-config-v0.4.0) (2023-07-31)


### Miscellaneous Chores

* **@themeless-ui/stylelint-config:** Synchronize [@themeless-ui](https://github.com/themeless-ui) versions

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/stylelint-config-v0.2.0...@themeless-ui/stylelint-config-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/stylelint-config",
"version": "0.3.0",
"version": "0.4.0",
"description": "Stylelint configuration for ThemelessUI",
"keywords": [
"stylelint",
Expand Down
7 changes: 7 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/theme-default-v0.3.0...@themeless-ui/theme-default-v0.4.0) (2023-07-31)


### Miscellaneous Chores

* **@themeless-ui/theme-default:** Synchronize [@themeless-ui](https://github.com/themeless-ui) versions

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/theme-default-v0.2.0...@themeless-ui/theme-default-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/theme-default",
"version": "0.3.0",
"version": "0.4.0",
"description": "Default theme for ThemelessUI",
"keywords": [
"css",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/typescript-config-v0.3.0...@themeless-ui/typescript-config-v0.4.0) (2023-07-31)


### Features

* add nextjs example app ([61d782a](https://github.com/jtiala/themeless-ui/commit/61d782aaf31b90b6b8a38a548b1a80679839057b))

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/typescript-config-v0.2.0...@themeless-ui/typescript-config-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/typescript-config",
"version": "0.3.0",
"version": "0.4.0",
"description": "TypeScript configuration for ThemelessUI",
"keywords": [
"typescript",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/utils-v0.3.0...@themeless-ui/utils-v0.4.0) (2023-07-31)


### Miscellaneous Chores

* **@themeless-ui/utils:** Synchronize [@themeless-ui](https://github.com/themeless-ui) versions

## [0.3.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/utils-v0.2.0...@themeless-ui/utils-v0.3.0) (2023-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "Common utilities for ThemelessUI",
"keywords": [
"utils",
Expand Down

0 comments on commit daf84ea

Please sign in to comment.