Skip to content

Commit

Permalink
Merge pull request #14 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 Sep 15, 2023
2 parents f276489 + e568f22 commit 0bd42e1
Show file tree
Hide file tree
Showing 21 changed files with 118 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.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"
".": "0.5.0",
"apps/docs": "0.5.0",
"apps/react-example": "0.5.0",
"packages/eslint-config": "0.5.0",
"packages/react": "0.5.0",
"packages/style": "0.5.0",
"packages/stylelint-config": "0.5.0",
"packages/theme-default": "0.5.0",
"packages/typescript-config": "0.5.0",
"packages/utils": "0.5.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.5.0](https://github.com/jtiala/themeless-ui/compare/themeless-ui-v0.4.0...themeless-ui-v0.5.0) (2023-09-15)


### Features

* add grayscale palette ([1997d13](https://github.com/jtiala/themeless-ui/commit/1997d138414b0036792f30d2cc9a6791d038a6a7))
* add id property to for all components ([b7f51fd](https://github.com/jtiala/themeless-ui/commit/b7f51fde6796c3b78b86ac840bc34d2191d3d1e2))
* button component ([9a8f4f7](https://github.com/jtiala/themeless-ui/commit/9a8f4f7c4a8780d4bb0123812d6ce2b6d20ca28d))
* input component ([7ad4b1b](https://github.com/jtiala/themeless-ui/commit/7ad4b1b791ed8deb3193496d493dbfabf765dcd5))
* textarea component ([b5266b3](https://github.com/jtiala/themeless-ui/commit/b5266b38a557029f9352f62954d8f6d0fda0ffa7))


### Bug Fixes

* add missing imports ([b47baa5](https://github.com/jtiala/themeless-ui/commit/b47baa55bea7f43de1e7c0ec6fe9765b9c74d5f9))
* jest-dom usage with vitest ([686914a](https://github.com/jtiala/themeless-ui/commit/686914a0646fd54896498a54255623df8a6db08b))

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


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

## [0.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/docs-v0.4.0...@themeless-ui/docs-v0.5.0) (2023-09-15)


### Features

* button component ([9a8f4f7](https://github.com/jtiala/themeless-ui/commit/9a8f4f7c4a8780d4bb0123812d6ce2b6d20ca28d))
* input component ([7ad4b1b](https://github.com/jtiala/themeless-ui/commit/7ad4b1b791ed8deb3193496d493dbfabf765dcd5))
* textarea component ([b5266b3](https://github.com/jtiala/themeless-ui/commit/b5266b38a557029f9352f62954d8f6d0fda0ffa7))

## [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)


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.4.0",
"version": "0.5.0",
"description": "Storybook documentation for ThemelessUI",
"keywords": [
"docs",
Expand Down
7 changes: 7 additions & 0 deletions apps/react-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-example-v0.4.0...@themeless-ui/react-example-v0.5.0) (2023-09-15)


### Bug Fixes

* jest-dom usage with vitest ([686914a](https://github.com/jtiala/themeless-ui/commit/686914a0646fd54896498a54255623df8a6db08b))

## [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)


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.4.0",
"version": "0.5.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.4.0",
"version": "0.5.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.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/eslint-config-v0.4.0...@themeless-ui/eslint-config-v0.5.0) (2023-09-15)


### Miscellaneous Chores

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

## [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)


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.4.0",
"version": "0.5.0",
"description": "ESLint configuration for ThemelessUI",
"keywords": [
"eslint",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-v0.4.0...@themeless-ui/react-v0.5.0) (2023-09-15)


### Features

* add id property to for all components ([b7f51fd](https://github.com/jtiala/themeless-ui/commit/b7f51fde6796c3b78b86ac840bc34d2191d3d1e2))
* button component ([9a8f4f7](https://github.com/jtiala/themeless-ui/commit/9a8f4f7c4a8780d4bb0123812d6ce2b6d20ca28d))
* input component ([7ad4b1b](https://github.com/jtiala/themeless-ui/commit/7ad4b1b791ed8deb3193496d493dbfabf765dcd5))
* textarea component ([b5266b3](https://github.com/jtiala/themeless-ui/commit/b5266b38a557029f9352f62954d8f6d0fda0ffa7))


### Bug Fixes

* jest-dom usage with vitest ([686914a](https://github.com/jtiala/themeless-ui/commit/686914a0646fd54896498a54255623df8a6db08b))

## [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)


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.4.0",
"version": "0.5.0",
"description": "ThemelessUI for React",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/style-v0.4.0...@themeless-ui/style-v0.5.0) (2023-09-15)


### Features

* add grayscale palette ([1997d13](https://github.com/jtiala/themeless-ui/commit/1997d138414b0036792f30d2cc9a6791d038a6a7))
* button component ([9a8f4f7](https://github.com/jtiala/themeless-ui/commit/9a8f4f7c4a8780d4bb0123812d6ce2b6d20ca28d))
* input component ([7ad4b1b](https://github.com/jtiala/themeless-ui/commit/7ad4b1b791ed8deb3193496d493dbfabf765dcd5))
* textarea component ([b5266b3](https://github.com/jtiala/themeless-ui/commit/b5266b38a557029f9352f62954d8f6d0fda0ffa7))

## [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)


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.4.0",
"version": "0.5.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.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/stylelint-config-v0.4.0...@themeless-ui/stylelint-config-v0.5.0) (2023-09-15)


### Miscellaneous Chores

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

## [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)


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.4.0",
"version": "0.5.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.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/theme-default-v0.4.0...@themeless-ui/theme-default-v0.5.0) (2023-09-15)


### Miscellaneous Chores

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

## [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)


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.4.0",
"version": "0.5.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.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/typescript-config-v0.4.0...@themeless-ui/typescript-config-v0.5.0) (2023-09-15)


### Miscellaneous Chores

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

## [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)


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.4.0",
"version": "0.5.0",
"description": "TypeScript configuration for ThemelessUI",
"keywords": [
"typescript",
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/utils-v0.4.0...@themeless-ui/utils-v0.5.0) (2023-09-15)


### Features

* add id property to for all components ([b7f51fd](https://github.com/jtiala/themeless-ui/commit/b7f51fde6796c3b78b86ac840bc34d2191d3d1e2))


### Bug Fixes

* add missing imports ([b47baa5](https://github.com/jtiala/themeless-ui/commit/b47baa55bea7f43de1e7c0ec6fe9765b9c74d5f9))

## [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)


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.4.0",
"version": "0.5.0",
"description": "Common utilities for ThemelessUI",
"keywords": [
"utils",
Expand Down

0 comments on commit 0bd42e1

Please sign in to comment.