Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 25, 2024
1 parent 535ebfb commit 0e7c50b
Show file tree
Hide file tree
Showing 27 changed files with 245 additions and 26 deletions.
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
".": "0.6.0",
"apps/docs": "0.6.0",
"apps/nextjs-example": "0.6.0",
"apps/react-example": "0.6.0",
"apps/web-components-example": "0.0.0",
"packages/eslint-config": "0.6.0",
"packages/react": "0.6.0",
"packages/style": "0.6.0",
"packages/stylelint-config": "0.6.0",
"packages/theme-default": "0.6.0",
"packages/typescript-config": "0.6.0",
"packages/utils": "0.6.0",
"packages/web-components": "0.0.0"
".": "0.7.0",
"apps/docs": "0.7.0",
"apps/nextjs-example": "0.7.0",
"apps/react-example": "0.7.0",
"apps/web-components-example": "0.7.0",
"packages/eslint-config": "0.7.0",
"packages/react": "0.7.0",
"packages/style": "0.7.0",
"packages/stylelint-config": "0.7.0",
"packages/theme-default": "0.7.0",
"packages/typescript-config": "0.7.0",
"packages/utils": "0.7.0",
"packages/web-components": "0.7.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/themeless-ui-v0.6.0...themeless-ui-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Features

* add Prose component ([535ebfb](https://github.com/jtiala/themeless-ui/commit/535ebfbcba38d54d1b2b4031434c4d57fad97c0c))
* add some null and empty check predicates to the utils package ([44ec671](https://github.com/jtiala/themeless-ui/commit/44ec671cff646daab3a702618e74ad03bc002540))
* add Storybook utils ([5f0dbf3](https://github.com/jtiala/themeless-ui/commit/5f0dbf37dc65af4ad668520a1058f20e70c9f070))
* add util function for generating css class name strings conditionally ([e94195d](https://github.com/jtiala/themeless-ui/commit/e94195d474718390be13f462e92f90f1b30c9f51))
* add web components example app ([486c508](https://github.com/jtiala/themeless-ui/commit/486c5080bb01152a9b23549f31e498d59602f8cf))
* create web component for each of the tui component that didn't have one already ([5a7592b](https://github.com/jtiala/themeless-ui/commit/5a7592b55cc864e1e4d355754f2c29ae08a52689))
* import css for web components from styles package ([0ac88fc](https://github.com/jtiala/themeless-ui/commit/0ac88fc7077740737e39a30990cc86293e2fd771))
* initial setup for web components ([4f18c6a](https://github.com/jtiala/themeless-ui/commit/4f18c6ab58e00c179ce48f8103b4668d3ad90d64))
* publish every component's css as it's own file as well as the whole bundle ([b002b25](https://github.com/jtiala/themeless-ui/commit/b002b25f3931296031d61b12ef4bd9618d0e659c))
* use cns util in stack class names ([b1eecbe](https://github.com/jtiala/themeless-ui/commit/b1eecbe4061db09d10b62820c14f65e56104c74b))


### Bug Fixes

* css selectors ([470e70c](https://github.com/jtiala/themeless-ui/commit/470e70ccbf0048c28d8126e6f4995f172960ce67))
* incorrect css rules ([140e1f7](https://github.com/jtiala/themeless-ui/commit/140e1f76d685c91535cc4caf3512118dbcb9d318))
* use type stored in const ([39c8de0](https://github.com/jtiala/themeless-ui/commit/39c8de0c56b28ac5d0bc760bf39ba9bb1e98fced))


### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/themeless-ui-v0.5.0...themeless-ui-v0.6.0) (2023-09-23)


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

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/docs-v0.6.0...@themeless-ui/docs-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Features

* add Prose component ([535ebfb](https://github.com/jtiala/themeless-ui/commit/535ebfbcba38d54d1b2b4031434c4d57fad97c0c))
* add Storybook utils ([5f0dbf3](https://github.com/jtiala/themeless-ui/commit/5f0dbf37dc65af4ad668520a1058f20e70c9f070))
* publish every component's css as it's own file as well as the whole bundle ([b002b25](https://github.com/jtiala/themeless-ui/commit/b002b25f3931296031d61b12ef4bd9618d0e659c))


### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/docs-v0.5.0...@themeless-ui/docs-v0.6.0) (2023-09-23)


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

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/nextjs-example-v0.6.0...@themeless-ui/nextjs-example-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Features

* add Prose component ([535ebfb](https://github.com/jtiala/themeless-ui/commit/535ebfbcba38d54d1b2b4031434c4d57fad97c0c))
* publish every component's css as it's own file as well as the whole bundle ([b002b25](https://github.com/jtiala/themeless-ui/commit/b002b25f3931296031d61b12ef4bd9618d0e659c))


### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## 0.6.0 (2023-09-23)


Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/nextjs-example",
"version": "0.6.0",
"version": "0.7.0",
"description": "ThemelessUI example Next.js app",
"keywords": [
"react",
Expand Down
17 changes: 17 additions & 0 deletions apps/react-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-example-v0.6.0...@themeless-ui/react-example-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Features

* add Prose component ([535ebfb](https://github.com/jtiala/themeless-ui/commit/535ebfbcba38d54d1b2b4031434c4d57fad97c0c))
* publish every component's css as it's own file as well as the whole bundle ([b002b25](https://github.com/jtiala/themeless-ui/commit/b002b25f3931296031d61b12ef4bd9618d0e659c))


### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-example-v0.5.0...@themeless-ui/react-example-v0.6.0) (2023-09-23)


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.6.0",
"version": "0.7.0",
"description": "ThemelessUI example React app",
"keywords": [
"react"
Expand Down
15 changes: 15 additions & 0 deletions apps/web-components-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.7.0 (2024-01-25)


### Features

* add Prose component ([535ebfb](https://github.com/jtiala/themeless-ui/commit/535ebfbcba38d54d1b2b4031434c4d57fad97c0c))
* add web components example app ([486c508](https://github.com/jtiala/themeless-ui/commit/486c5080bb01152a9b23549f31e498d59602f8cf))
* create web component for each of the tui component that didn't have one already ([5a7592b](https://github.com/jtiala/themeless-ui/commit/5a7592b55cc864e1e4d355754f2c29ae08a52689))


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))
2 changes: 1 addition & 1 deletion apps/web-components-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/web-components-example",
"version": "0.0.0",
"version": "0.7.0",
"description": "ThemelessUI example Web Components app",
"keywords": [
"web-components"
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.6.0",
"version": "0.7.0",
"description": "Component library harnessing the power of CSS.",
"keywords": [
"component-library",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/eslint-config-v0.6.0...@themeless-ui/eslint-config-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/eslint-config-v0.5.0...@themeless-ui/eslint-config-v0.6.0) (2023-09-23)


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

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-v0.6.0...@themeless-ui/react-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Features

* add Prose component ([535ebfb](https://github.com/jtiala/themeless-ui/commit/535ebfbcba38d54d1b2b4031434c4d57fad97c0c))
* use cns util in stack class names ([b1eecbe](https://github.com/jtiala/themeless-ui/commit/b1eecbe4061db09d10b62820c14f65e56104c74b))


### Bug Fixes

* use type stored in const ([39c8de0](https://github.com/jtiala/themeless-ui/commit/39c8de0c56b28ac5d0bc760bf39ba9bb1e98fced))


### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-v0.5.0...@themeless-ui/react-v0.6.0) (2023-09-23)


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

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/style-v0.6.0...@themeless-ui/style-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Features

* add Prose component ([535ebfb](https://github.com/jtiala/themeless-ui/commit/535ebfbcba38d54d1b2b4031434c4d57fad97c0c))
* publish every component's css as it's own file as well as the whole bundle ([b002b25](https://github.com/jtiala/themeless-ui/commit/b002b25f3931296031d61b12ef4bd9618d0e659c))


### Bug Fixes

* css selectors ([470e70c](https://github.com/jtiala/themeless-ui/commit/470e70ccbf0048c28d8126e6f4995f172960ce67))
* incorrect css rules ([140e1f7](https://github.com/jtiala/themeless-ui/commit/140e1f76d685c91535cc4caf3512118dbcb9d318))


### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/style-v0.5.0...@themeless-ui/style-v0.6.0) (2023-09-23)


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.6.0",
"version": "0.7.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.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/stylelint-config-v0.6.0...@themeless-ui/stylelint-config-v0.7.0) (2024-01-25)


### Miscellaneous Chores

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

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/stylelint-config-v0.5.0...@themeless-ui/stylelint-config-v0.6.0) (2023-09-23)


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.6.0",
"version": "0.7.0",
"description": "Stylelint configuration for ThemelessUI",
"keywords": [
"stylelint",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/theme-default-v0.6.0...@themeless-ui/theme-default-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/theme-default-v0.5.0...@themeless-ui/theme-default-v0.6.0) (2023-09-23)


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.6.0",
"version": "0.7.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.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/typescript-config-v0.6.0...@themeless-ui/typescript-config-v0.7.0) (2024-01-25)


### Features

* add Storybook utils ([5f0dbf3](https://github.com/jtiala/themeless-ui/commit/5f0dbf37dc65af4ad668520a1058f20e70c9f070))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/typescript-config-v0.5.0...@themeless-ui/typescript-config-v0.6.0) (2023-09-23)


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

## [0.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/utils-v0.6.0...@themeless-ui/utils-v0.7.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* updating Vite to v5

### Features

* add some null and empty check predicates to the utils package ([44ec671](https://github.com/jtiala/themeless-ui/commit/44ec671cff646daab3a702618e74ad03bc002540))
* add util function for generating css class name strings conditionally ([e94195d](https://github.com/jtiala/themeless-ui/commit/e94195d474718390be13f462e92f90f1b30c9f51))


### Miscellaneous Chores

* update dependencies ([16cbe59](https://github.com/jtiala/themeless-ui/commit/16cbe5930d00029f4cb72e96e9755fa797ec77cf))

## [0.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/utils-v0.5.0...@themeless-ui/utils-v0.6.0) (2023-09-23)


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

0 comments on commit 0e7c50b

Please sign in to comment.