Skip to content

Commit

Permalink
chore: Track npm downloads correctly (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 5, 2024
1 parent dcd523a commit c1ecb05
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 159 deletions.
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
3 changes: 2 additions & 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 Expand Up @@ -46,6 +46,7 @@
},
"dependencies": {
"@mole-inc/bin-wrapper": "^8.0.1",
"@swc/counter": "^0.1.2",
"commander": "^7.1.0",
"fast-glob": "^3.2.5",
"minimatch": "^9.0.3",
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]
- [email protected]

## 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
3 changes: 2 additions & 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 All @@ -27,6 +27,7 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.7.0",
"@swc/counter": "^0.1.2",
"jsonc-parser": "^3.2.0"
},
"devDependencies": {
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
5 changes: 4 additions & 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 All @@ -14,5 +14,8 @@
"peerDependencies": {
"@swc/core": "^1.2.147",
"webpack": ">=2"
},
"dependencies": {
"@swc/counter": "^0.1.2"
}
}

0 comments on commit c1ecb05

Please sign in to comment.