Skip to content

Commit 25861a0

Browse files
authored
Merge pull request #8 from deinsoftware/dev
fix sponsors
2 parents d7357d9 + db358e5 commit 25861a0

File tree

5 files changed

+36
-28
lines changed

5 files changed

+36
-28
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
1+
github: [deinsoftware]
2+
custom: ["https://paypal.me/equiman/3"]

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"deinsoftware",
77
"Eomm",
88
"Equiman",
9+
"github",
910
"jeam",
1011
"jeom",
1112
"oeam",

CHANGELOG.md

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,146 +9,152 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12-
## [1.6.2] - 2022/12/11
12+
## 1.6.3 - 2022/12/14
13+
14+
### Fixed
15+
16+
- Sponsors url
17+
18+
## 1.6.2 - 2022/12/14
1319

1420
### Fixed
1521

1622
- Badges using [shields.io](https://shields.io/) badges for visual studio marketplace
1723

18-
## [1.6.1] - 2022/08/04
24+
## 1.6.1 - 2022/08/04
1925

2026
### Fixed
2127

2228
- readme escape pipes for safe destructuring
2329

24-
## [1.6.0] - 2022/07/27
30+
## 1.6.0 - 2022/07/27
2531

2632
### Added
2733

2834
- Const destructuring in a safe way to avoid the `Cannot destructure Property of Undefined Error` when the variable is `undefined`.
2935

30-
## [1.5.4] - 2022/07/08
36+
## 1.5.4 - 2022/07/08
3137

3238
### Fixed
3339

3440
- react snippets are not working on JSX
3541

36-
## [1.5.3] - 2022/07/06
42+
## 1.5.3 - 2022/07/06
3743

3844
### Fixed
3945

4046
- Fix sibling extension URL to README
4147

42-
## [1.5.2] - 2022/07/06
48+
## 1.5.2 - 2022/07/06
4349

4450
### Fixed
4551

4652
- Add sibling extension to README
4753

48-
## [1.5.1] - 2022/06/23
54+
## 1.5.1 - 2022/06/23
4955

5056
### Fixed
5157

5258
- Support property on README
5359

54-
## [1.5.0] - 2022/06/23
60+
## 1.5.0 - 2022/06/23
5561

5662
### Added
5763

5864
- Support property
5965

60-
## [1.4.0] - 2022/05/19
66+
## 1.4.0 - 2022/05/19
6167

6268
### Changed
6369

6470
- unifying image
6571

66-
## [1.3.4] - 2022/05/05
72+
## 1.3.4 - 2022/05/05
6773

6874
### Fixed
6975

7076
- ending cursor position
7177

72-
## [1.3.3] - 2022/05/03
78+
## 1.3.3 - 2022/05/03
7379

7480
### Fixed
7581

7682
- const promise type on typescript
7783

78-
## [1.3.2] - 2022/05/03
84+
## 1.3.2 - 2022/05/03
7985

8086
### Fixed
8187

8288
- const promise documentation
8389

84-
## [1.3.1] - 2022/04/26
90+
## 1.3.1 - 2022/04/26
8591

8692
### Fixed
8793

8894
- react handle event
8995

90-
## [1.3.0] - 2022/04/25
96+
## 1.3.0 - 2022/04/25
9197

9298
### Added
9399

94100
- react handle event
95101

96-
## [1.2.0] - 2022/04/25
102+
## 1.2.0 - 2022/04/25
97103

98104
### Added
99105

100106
- constant promise
101107
- react properties for `className`, `onClick` and `onChange`
102108

103-
## [1.1.4] - 2022/04/21
109+
## 1.1.4 - 2022/04/21
104110

105111
### Fixed
106112

107113
- preview image
108114

109-
## [1.1.3] - 2022/04/20
115+
## 1.1.3 - 2022/04/20
110116

111117
### Fixed
112118

113119
- description on package
114120

115-
## [1.1.2] - 2022/04/20
121+
## 1.1.2 - 2022/04/20
116122

117123
### Fixed
118124

119125
- readme end cursor position for easy continue with next property
120126

121-
## [1.1.1] - 2022/04/20
127+
## 1.1.1 - 2022/04/20
122128

123129
### Fixed
124130

125131
- example image path
126132

127-
## [1.1.0] - 2022/04/20
133+
## 1.1.0 - 2022/04/20
128134

129135
### Added
130136

131137
- examples on readme using react properties snippets
132138

133-
## [1.0.3] - 2022/04/20
139+
## 1.0.3 - 2022/04/20
134140

135141
### Fixed
136142

137143
- end cursor position for easy continue with next property
138144

139-
## [1.0.2] - 2022/04/20
145+
## 1.0.2 - 2022/04/20
140146

141147
### Fixed
142148

143149
- `rpm` snippet
144150

145-
## [1.0.1] - 2022/04/20
151+
## 1.0.1 - 2022/04/20
146152

147153
### Fixed
148154

149155
- `rp` snippet
150156

151-
## [1.0.0] - 2022/04/20
157+
## 1.0.0 - 2022/04/20
152158

153159
### Added
154160

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-const
197197

198198
If this project helps you, consider buying me a cup of coffee.
199199

200+
[![GitHub Sponsors](https://img.shields.io/badge/-GitHub%20Sponsors-gray?style=flat&labelColor=171515&logo=github&logoColor=white&link=https://github.com/sponsors/deinsoftware)](https://github.com/sponsors/deinsoftware)
200201
[![paypal](https://img.shields.io/badge/-PayPal-gray?style=flat&labelColor=00457C&logo=paypal&logoColor=white&link=https://paypal.me/equiman/3)](https://paypal.me/equiman/3)
201-
[![ko-fi](https://img.shields.io/badge/-Ko–Fi-gray?style=flat&labelColor=fd444a&logo=ko-fi&logoColor=white&link=https://ko-fi.com/equiman)](https://ko-fi.com/equiman)
202202

203203
### License
204204

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "const-props-snippets",
33
"description": "VS Code Const & Props snippets for JS and TS",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"displayName": "Const & Props Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/deinsoftware/vscode-const-props-snippets"
2424
},
2525
"sponsor": {
26-
"url": "https://ko-fi.com/equiman"
26+
"url": "https://github.com/sponsors/deinsoftware"
2727
},
2828
"engines": {
2929
"vscode": "^1.58.0"

0 commit comments

Comments
 (0)