Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 5, 2024
1 parent 40fa1bd commit ff94fc3
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/many-windows-kick.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/cli

## 0.3.8

### Patch Changes

- 40fa1bd: Depend on @swc/counter to track npm downloads correctly

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/cli",
"version": "0.3.7",
"version": "0.3.8",
"description": "CLI for the swc project",
"main": "lib/swc/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/css-loader/examples/modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# swc-css-loader-css-modules-app

## 1.0.2

### Patch Changes

- Updated dependencies [40fa1bd]
- swc-loader@0.2.5

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-loader/examples/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swc-css-loader-css-modules-app",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/jest

## 0.2.35

### Patch Changes

- 40fa1bd: Depend on @swc/counter to track npm downloads correctly

## 0.2.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/jest",
"version": "0.2.34",
"version": "0.2.35",
"description": "swc integration for jest",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/swc-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# swc-loader

## 0.2.5

### Patch Changes

- 40fa1bd: Depend on @swc/counter to track npm downloads correctly

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-loader",
"version": "0.2.4",
"version": "0.2.5",
"description": "Webpack plugin for swc",
"main": "src/index.js",
"repository": "https://github.com/swc-project/pkgs",
Expand Down

0 comments on commit ff94fc3

Please sign in to comment.