Skip to content

Commit

Permalink
Revert "Revert "chore: update versions"" (#117)
Browse files Browse the repository at this point in the history
* Revert "Revert "chore: update versions""

* fix: no-frozen lock file
  • Loading branch information
tkow authored Sep 8, 2024
1 parent d2db406 commit ba73a25
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/early-rats-wave.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/npm-push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: build node package
run: npm run build
Expand Down
8 changes: 8 additions & 0 deletions packages/algolia-tools-cli-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mochi-inc-japan/algolia-tools-cli-generator

## 3.0.1

### Patch Changes

- b955e72: fix: release test
- Updated dependencies [b955e72]
- @mochi-inc-japan/algolia-tools@3.0.1

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/algolia-tools-cli-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mochi-inc-japan/algolia-tools-cli-generator",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"bin": {
"aftools": "dist/bin/aftools.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@algolia/client-search": ">=5.0.0",
"@mochi-inc-japan/algolia-tools": ">=2.0.0",
"@mochi-inc-japan/algolia-tools": ">=3.0.1",
"algoliasearch": ">=5.0.0",
"commander": ">=9.0.0",
"typescript": ">=5.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/algolia-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mochi-inc-japan/algolia-tools

## 3.0.1

### Patch Changes

- b955e72: fix: release test

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/algolia-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mochi-inc-japan/algolia-tools",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:MOCHI-inc-JAPAN/algolia-tools.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# algolia-firebase-tools-example

## 2.0.1

### Patch Changes

- b955e72: fix: release test
- Updated dependencies [b955e72]
- @mochi-inc-japan/algolia-tools@3.0.1
- @mochi-inc-japan/algolia-tools-cli-generator@3.0.1
- @mochi-inc-japan/plugin-algolia-tools-firestore@3.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algolia-firebase-tools-example",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\""
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-algolia-tools-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mochi-inc-japan/plugin-algolia-tools-firestore

## 3.0.1

### Patch Changes

- b955e72: fix: release test
- Updated dependencies [b955e72]
- @mochi-inc-japan/algolia-tools@3.0.1
- @mochi-inc-japan/algolia-tools-cli-generator@3.0.1

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-algolia-tools-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mochi-inc-japan/plugin-algolia-tools-firestore",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:MOCHI-inc-JAPAN/algolia-tools.git",
Expand All @@ -26,8 +26,8 @@
"firebase-tools": "^11.16.1"
},
"peerDependencies": {
"@mochi-inc-japan/algolia-tools": ">=2.0.5",
"@mochi-inc-japan/algolia-tools-cli-generator": ">=2.0.5",
"@mochi-inc-japan/algolia-tools": ">=3.0.1",
"@mochi-inc-japan/algolia-tools-cli-generator": ">=3.0.1",
"commander": ">=9.0.0",
"firebase-admin": ">=10.2.0",
"typescript": ">=5.0.0"
Expand Down

0 comments on commit ba73a25

Please sign in to comment.