Skip to content

Commit f13b5cf

Browse files
committed
chore: update repo metadata [ci skip]
1 parent 7ab5c5a commit f13b5cf

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

CHANGELOG.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.3](https://github.com/IBM/sveld/releases/tag/v0.8.3) - 2021-07-29
8+
## [0.8.3](https://github.com/carbon-design-system/sveld/releases/tag/v0.8.3) - 2021-07-29
99

1010
- replace backslashes with slashes on Windows when reading Svelte files using the glob method
1111

12-
## [0.8.2](https://github.com/IBM/sveld/releases/tag/v0.8.2) - 2021-07-11
12+
## [0.8.2](https://github.com/carbon-design-system/sveld/releases/tag/v0.8.2) - 2021-07-11
1313

1414
- write constant props as accessors in the `SvelteComponentTyped` interface
1515

16-
## [0.8.1](https://github.com/IBM/sveld/releases/tag/v0.8.1) - 2021-07-10
16+
## [0.8.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.8.1) - 2021-07-10
1717

1818
- type function declarations as accessors in the `SvelteComponentTyped` interface
1919
- omit module name from generated TypeScript class if it's the reserved keyword "default"
2020
- move `typescript` to direct dependencies
2121

22-
## [0.8.0](https://github.com/IBM/sveld/releases/tag/v0.8.0) - 2021-06-17
22+
## [0.8.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.8.0) - 2021-06-17
2323

2424
- use `svelte-preprocess` to preprocess TypeScript in Svelte files and remove `style` blocks
2525

26-
## [0.7.1](https://github.com/IBM/sveld/releases/tag/v0.7.1) - 2021-02-20
26+
## [0.7.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.7.1) - 2021-02-20
2727

2828
- only parse files with the `.svelte` file extension
2929

30-
## [0.7.0](https://github.com/IBM/sveld/releases/tag/v0.7.0) - 2021-02-06
30+
## [0.7.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.7.0) - 2021-02-06
3131

3232
- add a `glob` option to resolve Svelte files from entry file exports using `fast-glob` (default is `false`)
3333

34-
## [0.6.1](https://github.com/IBM/sveld/releases/tag/v0.6.1) - 2021-01-09
34+
## [0.6.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.6.1) - 2021-01-09
3535

3636
- use parsed exports to determine module name, Svelte source file path
3737

38-
## [0.6.0](https://github.com/IBM/sveld/releases/tag/v0.6.0) - 2021-01-09
38+
## [0.6.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.6.0) - 2021-01-09
3939

4040
- use `acorn` to parse/create TypeScript exports
4141
- use `fast-glob` to collect all `*.svelte` files from the Svelte source folder specified in `package.json#svelte`
@@ -45,71 +45,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545

4646
- `filePath` in generated JSON output is relative instead of absolute (normalized using `path.normalize`)
4747

48-
## [0.5.0](https://github.com/IBM/sveld/releases/tag/v0.5.0) - 2020-12-05
48+
## [0.5.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.5.0) - 2020-12-05
4949

5050
- generate TypeScript definitions to use `SvelteComponentTyped` interface instead of `SvelteComponent`
5151

5252
**Breaking Changes**
5353

5454
- Svelte version >=3.31 is required to use generated TypeScript definitions
5555

56-
## [0.4.2](https://github.com/IBM/sveld/releases/tag/v0.4.2) - 2020-11-25
56+
## [0.4.2](https://github.com/carbon-design-system/sveld/releases/tag/v0.4.2) - 2020-11-25
5757

5858
**Fixes**
5959

6060
- account for `:` when clamping object keys
6161

62-
## [0.4.1](https://github.com/IBM/sveld/releases/tag/v0.4.1) - 2020-11-25
62+
## [0.4.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.4.1) - 2020-11-25
6363

6464
**Fixes**
6565

6666
- clamp slot/event keys in TypeScript definitions
6767

68-
## [0.4.1](https://github.com/IBM/sveld/releases/tag/v0.4.0) - 2020-11-25
68+
## [0.4.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.4.0) - 2020-11-25
6969

7070
- output format for TypeScript definitions extends `SvelteComponent` instead of stubbing class internals used by the Svelte Language Server
7171

7272
**Breaking Changes**
7373

7474
- Svelte version >=3.30 is required to use generated TypeScript definitions
7575

76-
## [0.3.0](https://github.com/IBM/sveld/releases/tag/v0.3.0) - 2020-11-25
76+
## [0.3.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.3.0) - 2020-11-25
7777

7878
- export component `typedefs` in TypeScript definitions
7979

80-
## [0.2.1](https://github.com/IBM/sveld/releases/tag/v0.2.1) - 2020-11-19
80+
## [0.2.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.2.1) - 2020-11-19
8181

8282
- extend interface for empty props use case
8383

84-
## [0.2.0](https://github.com/IBM/sveld/releases/tag/v0.2.0) - 2020-11-19
84+
## [0.2.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.2.0) - 2020-11-19
8585

8686
- support `@extends` tag to extend imported component prop interfaces
8787

88-
## [0.1.0](https://github.com/IBM/sveld/releases/tag/v0.1.0) - 2020-11-19
88+
## [0.1.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.1.0) - 2020-11-19
8989

9090
- support `@restProps` tag
9191
- fix "undefined" event by checking if the event name is undefined
9292

93-
## [0.1.0-rc.5](https://github.com/IBM/sveld/releases/tag/v0.1.0-rc.5) - 2020-11-18
93+
## [0.1.0-rc.5](https://github.com/carbon-design-system/sveld/releases/tag/v0.1.0-rc.5) - 2020-11-18
9494

9595
- use `package.json#svelte` for the entry point to uncompiled Svelte source code
9696

97-
## [0.1.0-rc.4](https://github.com/IBM/sveld/releases/tag/v0.1.0-rc.4) - 2020-11-17
97+
## [0.1.0-rc.4](https://github.com/carbon-design-system/sveld/releases/tag/v0.1.0-rc.4) - 2020-11-17
9898

9999
- add `rollup` to dependencies
100100

101-
## [0.1.0-rc.3](https://github.com/IBM/sveld/releases/tag/v0.1.0-rc.3) - 2020-11-17
101+
## [0.1.0-rc.3](https://github.com/carbon-design-system/sveld/releases/tag/v0.1.0-rc.3) - 2020-11-17
102102

103103
- add `svelte` to dependencies
104104

105-
## [0.1.0-rc.2](https://github.com/IBM/sveld/releases/tag/v0.1.0-rc.2) - 2020-11-17
105+
## [0.1.0-rc.2](https://github.com/carbon-design-system/sveld/releases/tag/v0.1.0-rc.2) - 2020-11-17
106106

107107
- add `cli.js` to publishable files
108108

109-
## [0.1.0-rc.1](https://github.com/IBM/sveld/releases/tag/v0.1.0-rc.1) - 2020-11-17
109+
## [0.1.0-rc.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.1.0-rc.1) - 2020-11-17
110110

111111
- enable CLI usage by wrapping Rollup plugin
112112

113-
## [0.1.0-rc.0](https://github.com/IBM/sveld/releases/tag/v0.1.0-rc.0) - 2020-11-16
113+
## [0.1.0-rc.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.1.0-rc.0) - 2020-11-16
114114

115115
- initial release

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.8.3",
44
"license": "Apache-2.0",
55
"description": "Generate TypeScript definitions for your Svelte components.",
6-
"author": "IBM",
76
"main": "./lib/index.js",
87
"types": "./lib/index.d.ts",
98
"scripts": {
@@ -49,10 +48,10 @@
4948
],
5049
"repository": {
5150
"type": "git",
52-
"url": "https://github.com/ibm/sveld.git"
51+
"url": "https://github.com/carbon-design-system/sveld.git"
5352
},
54-
"homepage": "https://github.com/ibm/sveld",
55-
"bugs": "https://github.com/ibm/sveld/issues",
53+
"homepage": "https://github.com/carbon-design-system/sveld",
54+
"bugs": "https://github.com/carbon-design-system/sveld/issues",
5655
"keywords": [
5756
"svelte",
5857
"svelte component",

0 commit comments

Comments
 (0)