Skip to content

Commit f0a3138

Browse files
author
Jozef Majzel
committed
chore: πŸš€ Release v0.1.0
1 parent 296e414 commit f0a3138

File tree

11 files changed

+68
-18
lines changed

11 files changed

+68
-18
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/novaui-org/nova/compare/v0.0.1...v0.1.0) (2024-10-06)
7+
8+
9+
### Features
10+
11+
* **components/NSlideTransition:** add support also for animating gap, when an element is inside flexbox ([d34b8e6](https://github.com/novaui-org/nova/commit/d34b8e6297c586a5cb288de59d1597b5c5e76381))
12+
* **docs/Slide:** add information about animating the gap flexbox property ([1181641](https://github.com/novaui-org/nova/commit/118164111f9d6cb2d8dedbfeccd8774befa8c6a0))
13+
14+
15+
16+
17+
618
## [0.0.1](https://github.com/novaui-org/nova/compare/v0.0.1-next.5...v0.0.1) (2024-10-05)
719

820
**Note:** Version bump only for package @nova-org/nova

β€Žlerna.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"command": {
55
"publish": {
66
"tempTag": true

β€Žpackage-lock.jsonβ€Ž

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackages/components/CHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/novaui-org/nova/compare/v0.0.1...v0.1.0) (2024-10-06)
7+
8+
9+
### Features
10+
11+
* **components/NSlideTransition:** add support also for animating gap, when an element is inside flexbox ([d34b8e6](https://github.com/novaui-org/nova/commit/d34b8e6297c586a5cb288de59d1597b5c5e76381))
12+
13+
14+
15+
16+
617
## [0.0.1](https://github.com/novaui-org/nova/compare/v0.0.1-next.5...v0.0.1) (2024-10-05)
718

819
**Note:** Version bump only for package @nova-org/components

β€Žpackages/components/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"publishConfig": {
1313
"access": "public"
1414
},
15-
"version": "0.0.1",
15+
"version": "0.1.0",
1616
"type": "module",
1717
"files": [
1818
"dist"
@@ -36,7 +36,7 @@
3636
"preview": "vite preview"
3737
},
3838
"dependencies": {
39-
"@nova-org/icons": "^0.0.1",
39+
"@nova-org/icons": "^0.1.0",
4040
"@oku-ui/motion": "^0.3.4",
4141
"color2k": "^2.0.3",
4242
"vue": "^3.5.11"

β€Žpackages/docs/CHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/novaui-org/nova/compare/v0.0.1...v0.1.0) (2024-10-06)
7+
8+
9+
### Features
10+
11+
* **docs/Slide:** add information about animating the gap flexbox property ([1181641](https://github.com/novaui-org/nova/commit/118164111f9d6cb2d8dedbfeccd8774befa8c6a0))
12+
13+
14+
15+
16+
617
## [0.0.1](https://github.com/novaui-org/nova/compare/v0.0.1-next.5...v0.0.1) (2024-10-05)
718

819
**Note:** Version bump only for package @nova-org/docs

β€Žpackages/docs/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nova-org/docs",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"author": "Jozef Majzel <jozefmajzel1@gmail.com>",
66
"homepage": "https://novaui-org.github.io/nova/",
@@ -21,8 +21,8 @@
2121
"vitepress": "^1.3.4"
2222
},
2323
"dependencies": {
24-
"@nova-org/components": "^0.0.1",
25-
"@nova-org/icons": "^0.0.1",
24+
"@nova-org/components": "^0.1.0",
25+
"@nova-org/icons": "^0.1.0",
2626
"@oku-ui/motion": "^0.3.4"
2727
},
2828
"peerDependencies": {

β€Žpackages/icons/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/novaui-org/nova/compare/v0.0.1...v0.1.0) (2024-10-06)
7+
8+
**Note:** Version bump only for package @nova-org/icons
9+
10+
11+
12+
13+
614
## [0.0.1](https://github.com/novaui-org/nova/compare/v0.0.1-next.5...v0.0.1) (2024-10-05)
715

816
**Note:** Version bump only for package @nova-org/icons

β€Žpackages/icons/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"publishConfig": {
1313
"access": "public"
1414
},
15-
"version": "0.0.1",
15+
"version": "0.1.0",
1616
"type": "module",
1717
"files": [
1818
"dist"

β€Žpackages/storybook/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0](https://github.com/novaui-org/nova/compare/v0.0.1...v0.1.0) (2024-10-06)
7+
8+
**Note:** Version bump only for package @nova-org/storybook
9+
10+
11+
12+
13+
614
## [0.0.1](https://github.com/novaui-org/nova/compare/v0.0.1-next.5...v0.0.1) (2024-10-05)
715

816
**Note:** Version bump only for package @nova-org/storybook

0 commit comments

Comments
Β (0)