Skip to content

Commit

Permalink
Merge pull request #15 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 23, 2023
2 parents c685908 + d28f1a0 commit 95f3ac2
Show file tree
Hide file tree
Showing 23 changed files with 107 additions and 22 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "0.5.0",
"apps/docs": "0.5.0",
"apps/react-example": "0.5.0",
"apps/nextjs-example": "0.0.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"
".": "0.6.0",
"apps/docs": "0.6.0",
"apps/react-example": "0.6.0",
"apps/nextjs-example": "0.6.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"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/docs-v0.5.0...@themeless-ui/docs-v0.6.0) (2023-09-23)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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

## 0.6.0 (2023-09-23)


### Features

* add Anchor component ([4115edc](https://github.com/jtiala/themeless-ui/commit/4115edc0759bd2d17d3195a409dedc4536f283d4))
* 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))


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))
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.0.0",
"version": "0.6.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.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)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.5.0",
"version": "0.6.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.5.0",
"version": "0.6.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.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)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.5.0",
"version": "0.6.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.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/react-v0.5.0...@themeless-ui/react-v0.6.0) (2023-09-23)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.5.0",
"version": "0.6.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.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/style-v0.5.0...@themeless-ui/style-v0.6.0) (2023-09-23)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.5.0",
"version": "0.6.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.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)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.5.0",
"version": "0.6.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.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)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.5.0",
"version": "0.6.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.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)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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.5.0",
"version": "0.6.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.6.0](https://github.com/jtiala/themeless-ui/compare/@themeless-ui/utils-v0.5.0...@themeless-ui/utils-v0.6.0) (2023-09-23)


### Miscellaneous Chores

* release 0.6.0 ([c685908](https://github.com/jtiala/themeless-ui/commit/c6859081ea81ca09ab7b099dd3b18469b52e0f13))

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


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

0 comments on commit 95f3ac2

Please sign in to comment.