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 Oct 31, 2023
1 parent c174a65 commit a7f066e
Show file tree
Hide file tree
Showing 27 changed files with 136 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"
}
11 changes: 11 additions & 0 deletions 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-v0.6.0...themeless-ui-v0.7.0) (2023-10-31)


### Features

* 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))

## [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
7 changes: 7 additions & 0 deletions apps/docs/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/docs-v0.6.0...@themeless-ui/docs-v0.7.0) (2023-10-31)


### Features

* 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))

## [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
7 changes: 7 additions & 0 deletions apps/nextjs-example/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/nextjs-example-v0.6.0...@themeless-ui/nextjs-example-v0.7.0) (2023-10-31)


### Features

* 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))

## 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
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.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-example-v0.6.0...@themeless-ui/react-example-v0.7.0) (2023-10-31)


### Features

* 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))

## [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
14 changes: 14 additions & 0 deletions apps/web-components-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.7.0 (2023-10-31)


### Features

* 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
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.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/eslint-config-v0.6.0...@themeless-ui/eslint-config-v0.7.0) (2023-10-31)


### Miscellaneous Chores

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

## [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
7 changes: 7 additions & 0 deletions packages/react/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/react-v0.6.0...@themeless-ui/react-v0.7.0) (2023-10-31)


### Miscellaneous Chores

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

## [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
7 changes: 7 additions & 0 deletions packages/style/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/style-v0.6.0...@themeless-ui/style-v0.7.0) (2023-10-31)


### Features

* 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))

## [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) (2023-10-31)


### 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
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.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/theme-default-v0.6.0...@themeless-ui/theme-default-v0.7.0) (2023-10-31)


### Miscellaneous Chores

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

## [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) (2023-10-31)


### Miscellaneous Chores

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

## [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
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.7.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/utils-v0.6.0...@themeless-ui/utils-v0.7.0) (2023-10-31)


### Miscellaneous Chores

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

## [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
15 changes: 15 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.7.0 (2023-10-31)


### Features

* 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))


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themeless-ui/web-components",
"version": "0.0.0",
"version": "0.7.0",
"description": "ThemelessUI as Web Components",
"keywords": [
"web-components",
Expand Down

0 comments on commit a7f066e

Please sign in to comment.