Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Aug 3, 2023
1 parent c24a853 commit f81a92d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash-darwin-arm64",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash-darwin-universal",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash-darwin-x64",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash-linux-x64-gnu",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash-linux-x64-musl",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash-win32-arm64-msvc",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash-win32-x64-msvc",
"version": "0.0.4",
"version": "0.0.5",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/css-modules-hash",
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit f81a92d

Please sign in to comment.