Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 82f96de

Browse files
committed
change organisation
1 parent 70f3204 commit 82f96de

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot

.vscodeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ test/
55
src/**
66
**/*.map
77
.github/**
8+
node_modules/**
9+
.nvmrc
10+
.editorConfig
11+
build.js

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release Notes
22

3-
## 1.7.0 (07-12-2021)
3+
## 1.7.0 (09-12-2021)
4+
5+
PLEASE READ: Styled Components has moved! Make sure you're downloading it from here:
6+
https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components. The `jpoissonnier.vscode-styled-components` version will recieve no more updates. It will soon be unpublished.
47

58
You will need at least v1.60 for this release.
69
This release contains many bug fixes plus UX improvements.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# vscode-styled-components
22

3+
Styled Components has moved! Make sure you're downloading it from here:
4+
https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components. The `jpoissonnier.vscode-styled-components ` version will recieve no more updates.
5+
6+
[![](https://vsmarketplacebadge.apphb.com/version-short/styled-components.vscode-styled-components.svg)](https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components)
37
<a href="https://discord.gg/hfGUrbrxaU">![Discord](https://img.shields.io/discord/818449605409767454?logo=discord)</a>
48

59
Syntax highlighting and IntelliSense for [styled-components](https://github.com/styled-components/styled-components).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "vscode-styled-components",
44
"description": "Syntax highlighting for styled-components",
55
"version": "1.7.0",
6-
"publisher": "jpoissonnier",
6+
"publisher": "styled-components",
77
"icon": "logo.png",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)