Skip to content

Commit 49a37c1

Browse files
committed
fix: changed example gif
1 parent fed97c6 commit 49a37c1

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

apps/nimbus-docs/content/0.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ And it's all Open Source, that is, you can also contribute.
2424

2525
#extra
2626
::list
27-
- :badge[v9.1.0-alpha] version
27+
- :badge[v9.1.1-alpha] version
2828
- 100% Brazilian and Open Source
2929
- +10k downloads in the month
3030
- Several published **Vue.js 3** components and othes items

apps/nimbus-docs/content/50.announcements.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ title: Announcements
55
# Announcements
66

77
### 09/10/2023
8+
<details class="announcements-details">
9+
<summary>
10+
<strong>New Version - v9.1.1-alpha</strong>
11+
</summary>
12+
13+
<div class="announcements-details-content">
14+
<strong>v9.1.1-alpha - nb-payments</strong>
15+
16+
- fix example gif
17+
18+
Full Changelog: https://github.com/VemLavarALoucaGamers/vlalg-nimbus/compare/v9.0.2-alpha...v9.1.0-alpha
19+
</div>
20+
</details>
21+
822
<details class="announcements-details">
923
<summary>
1024
<strong>New Version - v9.1.0-alpha</strong>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vlalg-nimbus",
33
"description": "VLALG Nimbus",
4-
"version": "9.1.0-alpha",
4+
"version": "9.1.1-alpha",
55
"private": true,
66
"type": "module",
77
"scripts": {

packages/vue-components/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "vue-components",
33
"description": "Nimbus Vue Components Playground",
4-
"version": "1.0.0",
54
"private": true,
65
"scripts": {
76
"dev": "histoire dev",

packages/vue-components/src/components/nb-payments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br />
55

66
<p align="center">
7-
<img src="https://github.com/VemLavarALoucaGamers/vlalg-frontend-components/raw/main/vue-components/nb-payments/src/images/nb-credit-card_example.gif" width="400">
7+
<img src="https://github.com/VemLavarALoucaGamers/vlalg-nimbus/raw/main/packages/vue-components/src/components/nb-payments/src/images/nb-credit-card_example.gif" width="400">
88
</p>
99

1010
This is a component credit card.

packages/vue-components/src/components/nb-payments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vlalg-nimbus/nb-payments",
33
"description": "Payments components for Vuejs 3",
44
"private": false,
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"type": "module",
77
"main": "./dist/nb-payments.umd.js",
88
"module": "./dist/nb-payments.js",

0 commit comments

Comments
 (0)