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 a87f28d commit 9440050
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/tender-camels-reply.md

This file was deleted.

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

## 0.3.9

### Patch Changes

- a87f28d: Refactoring for @swc/counter
- Updated dependencies [a87f28d]
- @swc/counter@0.1.3

## 0.3.8

### 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.8",
"version": "0.3.9",
"description": "CLI for the swc project",
"main": "lib/swc/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @swc/counter

## 0.1.3

### Patch Changes

- a87f28d: Refactoring for @swc/counter
2 changes: 1 addition & 1 deletion packages/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@swc/counter",
"packageManager": "pnpm@8.6.7",
"main": "index.js",
"version": "0.1.2",
"version": "0.1.3",
"description": "Downloade counter for the swc project",
"sideEffects": false,
"repository": {
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.3

### Patch Changes

- Updated dependencies [a87f28d]
- swc-loader@0.2.6

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swc/jest

## 0.2.36

### Patch Changes

- a87f28d: Refactoring for @swc/counter
- Updated dependencies [a87f28d]
- @swc/counter@0.1.3

## 0.2.35

### 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.35",
"version": "0.2.36",
"description": "swc integration for jest",
"main": "index.js",
"types": "index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/swc-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# swc-info

## 0.1.16

### Patch Changes

- a87f28d: Refactoring for @swc/counter
2 changes: 1 addition & 1 deletion packages/swc-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swc-info",
"packageManager": "pnpm@8.6.7",
"version": "0.1.15",
"version": "0.1.16",
"description": "CLI tool to help issue reporting for swc",
"sideEffects": false,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/swc-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# swc-loader

## 0.2.6

### Patch Changes

- a87f28d: Refactoring for @swc/counter
- Updated dependencies [a87f28d]
- @swc/counter@0.1.3

## 0.2.5

### 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.5",
"version": "0.2.6",
"description": "Webpack plugin for swc",
"main": "src/index.js",
"repository": "https://github.com/swc-project/pkgs",
Expand Down

0 comments on commit 9440050

Please sign in to comment.