Skip to content

Commit

Permalink
v1.0.0-rc.18
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed Oct 7, 2022
1 parent 4ddca26 commit 249214f
Show file tree
Hide file tree
Showing 19 changed files with 92 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package papanasi






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package papanasi
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-rc.16"
"version": "1.0.0-rc.18"
}
9 changes: 9 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/angular






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/angular
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papanasi/angular",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi Angular UI Library",
"main": "./dist/papanasi-angular.umd.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/preact






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/preact
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papanasi/preact",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi Preact UI Library",
"main": "./dist/papanasi-preact.umd.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/qwik






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/qwik
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papanasi/qwik",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi Qwik UI Library",
"main": "./dist/papanasi-qwik.umd.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/react






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/react
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": "@papanasi/react",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi React UI Library",
"main": "./dist/papanasi-react.umd.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/solid






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/solid
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papanasi/solid",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi Solid JS UI Library",
"main": "./dist/papanasi-solid.umd.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/svelte






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/svelte
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papanasi/svelte",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi Svelte UI Library",
"main": "./dist/papanasi-svelte.umd.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/vue






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/vue
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papanasi/vue",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi Vue UI Library",
"main": "./dist/papanasi-vue.umd.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/webcomponent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.18](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.16...v1.0.0-rc.18) (2022-10-07)

**Note:** Version bump only for package @papanasi/webcomponents






# [1.0.0-rc.16](https://github.com/CKGrafico/papanasi/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2022-10-07)

**Note:** Version bump only for package @papanasi/webcomponents
Expand Down
2 changes: 1 addition & 1 deletion packages/webcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@papanasi/webcomponents",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.18",
"author": "ckgrafico/papanasi",
"description": "Papanasi Web Components UI Library",
"main": "./dist/papanasi-webcomponents.umd.js",
Expand Down

0 comments on commit 249214f

Please sign in to comment.