Skip to content

Commit

Permalink
Merge CHANGELOG into README
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 7, 2025
1 parent 1a9aadf commit aae7480
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/emotion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Source code for plugin itself (not transforms) are copied from https://github.co
# @swc/plugin-emotion
## 8.0.3
### Patch Changes
- f436a09: Update swc_core to v10.
## 8.0.2
### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/formatjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ FormatJS SWC plugin, maintained by SWC team.

# @swc/plugin-formatjs

## 2.0.5

### Patch Changes

- f436a09: Update swc_core to v10.

## 2.0.4

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# @swc/plugin-jest

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/loadable-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ By default `loadable-components` are configured to transform dynamic imports use

# @swc/plugin-loadable-components

## 5.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 5.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/noop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# @swc/plugin-noop

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/prefresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ And SWC has built-in React Refresh transformation, therefore, this plugin only i

# @swc/plugin-prefresh

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/react-remove-properties/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ or

# @swc/plugin-react-remove-properties

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ In this example typescript graphql files will output transpiled import path of `

# @swc/plugin-relay

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/remove-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ or

# @swc/plugin-remove-console

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Then update your `.swcrc` file like below:

# @swc/plugin-styled-components

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-jsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# @swc/plugin-styled-jsx

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/swc-magic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ markAsPure(() => console.log("This will be removed by the SWC minifier"));

# @swc/plugin-swc-magic

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/swc-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ markAsPure(() => console.log("This will be removed by the SWC minifier"));

# @swc/plugin-swc-sdk

## 6.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.2

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions packages/transform-imports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@

# @swc/plugin-transform-imports

## 6.0.4

### Patch Changes

- f436a09: Update swc_core to v10.

## 6.0.3

### Patch Changes

- a7a22a2: feat: Support dynamic imports from `transform-imports` plugin

## 6.0.2

### Patch Changes
Expand Down

0 comments on commit aae7480

Please sign in to comment.