Skip to content

Commit

Permalink
Merge pull request #2 from agufaui/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
agufagit authored Feb 14, 2023
2 parents 7ec1d85 + ab4bbbc commit 2917713
Show file tree
Hide file tree
Showing 37 changed files with 330 additions and 53 deletions.
29 changes: 18 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"packages/vue": "0.6.0",
"packages/svelte": "0.6.0",
"packages/use": "0.6.0",
"packages/usevue": "0.6.0",
"packages/theme": "0.6.0",
"packages/config": "0.6.0",
"packages/metadata": "0.6.0",
"packages/transform": "0.6.0",
"packages/translate": "0.3.0",
"packages/locale": "0.3.0",
".": "0.6.0"
"packages/vue": "0.7.0",
"packages/svelte": "0.7.0",
"packages/use": "0.7.0",
"packages/usevue": "0.7.0",
"packages/theme": "0.7.0",
"packages/config": "0.7.0",
"packages/metadata": "0.7.0",
"packages/transform": "0.7.0",
"packages/translate": "0.4.0",
"packages/locale": "0.4.0",
".": "0.7.0",
"playground/cdn": "1.0.0",
"playground/nuxt3": "1.0.0",
"playground/nuxt3auto": "1.0.0",
"playground/svelte": "1.0.0",
"playground/vue3": "1.0.0",
"playground/vue3auto": "1.0.0",
"playground/vue3manual": "1.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/monorepo-v0.6.0...monorepo-v0.7.0) (2023-02-14)


### Features

* button ([548994c](https://github.com/agufaui/test/commit/548994c011b795af866ea8ff1981d1e25c515b7b))
* test ([7ec1d85](https://github.com/agufaui/test/commit/7ec1d8527556d4877cd967faf7c7f630562bb0ed))
* test ([6e5f505](https://github.com/agufaui/test/commit/6e5f5055634d5cfd9aede9ad783e63b5dac2ee6d))
* test ([3fe4e0d](https://github.com/agufaui/test/commit/3fe4e0d99737c67a57c0cb76b24278f5ae0734da))
* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @agufaui/config bumped from workspace:^0.6.0 to workspace:^0.7.0
* @agufaui/theme bumped from workspace:^0.6.0 to workspace:^0.7.0
* @agufaui/translate bumped from workspace:^0.3.0 to workspace:^0.4.0
* @agufaui/use bumped from workspace:^0.6.0 to workspace:^0.7.0

## [0.6.0](https://github.com/agufaui/test/compare/monorepo-v0.5.0...monorepo-v0.6.0) (2023-02-14)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/monorepo",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"packageManager": "[email protected]",
"description": "Vue Components Library",
Expand Down Expand Up @@ -39,10 +39,10 @@
"prepare": "husky install"
},
"devDependencies": {
"@agufaui/config": "workspace:^0.6.0",
"@agufaui/theme": "workspace:^0.6.0",
"@agufaui/translate": "workspace:^0.3.0",
"@agufaui/use": "workspace:^0.6.0",
"@agufaui/config": "workspace:^0.7.0",
"@agufaui/theme": "workspace:^0.7.0",
"@agufaui/translate": "workspace:^0.4.0",
"@agufaui/use": "workspace:^0.7.0",
"@antfu/ni": "^0.16.3",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/config-v0.6.0...config-v0.7.0) (2023-02-14)


### Features

* button ([548994c](https://github.com/agufaui/test/commit/548994c011b795af866ea8ff1981d1e25c515b7b))
* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @agufaui/locale bumped from workspace:^0.3.0 to workspace:^0.4.0

## [0.6.0](https://github.com/agufaui/test/compare/config-v0.5.0...config-v0.6.0) (2023-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/config",
"version": "0.6.0",
"version": "0.7.0",
"description": "AgufaUI Config",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down Expand Up @@ -51,6 +51,6 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@agufaui/locale": "workspace:^0.3.0"
"@agufaui/locale": "workspace:^0.4.0"
}
}
7 changes: 7 additions & 0 deletions packages/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/agufaui/test/compare/locale-v0.3.0...locale-v0.4.0) (2023-02-14)


### Features

* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))

## [0.3.0](https://github.com/agufaui/test/compare/locale-v0.2.0...locale-v0.3.0) (2023-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/locale",
"version": "0.3.0",
"version": "0.4.0",
"description": "AgufaUI Locale",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/metadata-v0.6.0...metadata-v0.7.0) (2023-02-14)


### Features

* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))

## [0.6.0](https://github.com/agufaui/test/compare/metadata-v0.5.0...metadata-v0.6.0) (2023-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/metadata",
"version": "0.6.0",
"version": "0.7.0",
"description": "Metadata for AgufaUI",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/svelte-v0.6.0...svelte-v0.7.0) (2023-02-14)


### Features

* button ([548994c](https://github.com/agufaui/test/commit/548994c011b795af866ea8ff1981d1e25c515b7b))
* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @agufaui/config bumped from workspace:^0.6.0 to workspace:^0.7.0
* @agufaui/locale bumped from workspace:^0.3.0 to workspace:^0.4.0
* @agufaui/theme bumped from workspace:^0.6.0 to workspace:^0.7.0

## [0.6.0](https://github.com/agufaui/test/compare/svelte-v0.5.0...svelte-v0.6.0) (2023-02-14)


Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/svelte",
"version": "0.6.0",
"version": "0.7.0",
"description": "Svelte UI Components Library",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down Expand Up @@ -66,8 +66,8 @@
"vite": "^3.0.0"
},
"dependencies": {
"@agufaui/config": "workspace:^0.6.0",
"@agufaui/locale": "workspace:^0.3.0",
"@agufaui/theme": "workspace:^0.6.0"
"@agufaui/config": "workspace:^0.7.0",
"@agufaui/locale": "workspace:^0.4.0",
"@agufaui/theme": "workspace:^0.7.0"
}
}
15 changes: 15 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/theme-v0.6.0...theme-v0.7.0) (2023-02-14)


### Features

* button ([548994c](https://github.com/agufaui/test/commit/548994c011b795af866ea8ff1981d1e25c515b7b))
* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @agufaui/config bumped from workspace:^0.6.0 to workspace:^0.7.0

## [0.6.0](https://github.com/agufaui/test/compare/theme-v0.5.0...theme-v0.6.0) (2023-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/theme",
"version": "0.6.0",
"version": "0.7.0",
"description": "AgufaUI Theme",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down Expand Up @@ -55,6 +55,6 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@agufaui/config": "workspace:^0.6.0"
"@agufaui/config": "workspace:^0.7.0"
}
}
7 changes: 7 additions & 0 deletions packages/transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/transform-v0.6.0...transform-v0.7.0) (2023-02-14)


### Features

* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))

## [0.6.0](https://github.com/agufaui/test/compare/transform-v0.5.0...transform-v0.6.0) (2023-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/transform",
"version": "0.6.0",
"version": "0.7.0",
"description": "Transform Vue to Svelte for Agufaui",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/translate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/agufaui/test/compare/translate-v0.3.0...translate-v0.4.0) (2023-02-14)


### Features

* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))

## [0.3.0](https://github.com/agufaui/test/compare/translate-v0.2.0...translate-v0.3.0) (2023-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/translate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/translate",
"version": "0.3.0",
"version": "0.4.0",
"description": "AgufaUI Translate",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/use/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/use-v0.6.0...use-v0.7.0) (2023-02-14)


### Features

* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))

## [0.6.0](https://github.com/agufaui/test/compare/use-v0.5.0...use-v0.6.0) (2023-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/use/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/use",
"version": "0.6.0",
"version": "0.7.0",
"description": "Functions Library",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/usevue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/usevue-v0.6.0...usevue-v0.7.0) (2023-02-14)


### Features

* button ([548994c](https://github.com/agufaui/test/commit/548994c011b795af866ea8ff1981d1e25c515b7b))
* test ([eec7dc1](https://github.com/agufaui/test/commit/eec7dc1783933c15ac0c4c02e8f14eb2f3f9f382))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @agufaui/config bumped from workspace:^0.6.0 to workspace:^0.7.0

## [0.6.0](https://github.com/agufaui/test/compare/usevue-v0.5.0...usevue-v0.6.0) (2023-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/usevue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/usevue",
"version": "0.6.0",
"version": "0.7.0",
"description": "Vue Composables Library",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down Expand Up @@ -55,6 +55,6 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@agufaui/config": "workspace:^0.6.0"
"@agufaui/config": "workspace:^0.7.0"
}
}
20 changes: 20 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.7.0](https://github.com/agufaui/test/compare/vue-v0.6.0...vue-v0.7.0) (2023-02-14)


### Features

* test ([7ec1d85](https://github.com/agufaui/test/commit/7ec1d8527556d4877cd967faf7c7f630562bb0ed))
* test ([6e5f505](https://github.com/agufaui/test/commit/6e5f5055634d5cfd9aede9ad783e63b5dac2ee6d))
* test ([3fe4e0d](https://github.com/agufaui/test/commit/3fe4e0d99737c67a57c0cb76b24278f5ae0734da))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @agufaui/config bumped from workspace:^0.6.0 to workspace:^0.7.0
* @agufaui/locale bumped from workspace:^0.3.0 to workspace:^0.4.0
* @agufaui/theme bumped from workspace:^0.6.0 to workspace:^0.7.0
* @agufaui/use bumped from workspace:^0.6.0 to workspace:^0.7.0
* @agufaui/usevue bumped from workspace:^0.6.0 to workspace:^0.7.0

## [0.6.0](https://github.com/agufaui/test/compare/vue-v0.5.0...vue-v0.6.0) (2023-02-14)


Expand Down
12 changes: 6 additions & 6 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agufaui/vue",
"version": "0.6.0",
"version": "0.7.0",
"description": "Vue UI Components Library",
"author": "Agufa.tech <https://agufa.tech>",
"license": "MIT",
Expand Down Expand Up @@ -68,10 +68,10 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@agufaui/config": "workspace:^0.6.0",
"@agufaui/locale": "workspace:^0.3.0",
"@agufaui/theme": "workspace:^0.6.0",
"@agufaui/use": "workspace:^0.6.0",
"@agufaui/usevue": "workspace:^0.6.0"
"@agufaui/config": "workspace:^0.7.0",
"@agufaui/locale": "workspace:^0.4.0",
"@agufaui/theme": "workspace:^0.7.0",
"@agufaui/use": "workspace:^0.7.0",
"@agufaui/usevue": "workspace:^0.7.0"
}
}
Loading

0 comments on commit 2917713

Please sign in to comment.